Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Denim | 156BC6 | #156BC6 | 21, 107, 198 | 8.24, 41.96, 77.65 | 89.39, 45.96, 0, 22.35 | 210.84745762712, 89.393939393939, 77.647058823529 |
Color #156bc6 is Denim. In RGB: 8.24, 41.96, 77.65. In CMYK: 89.39, 45.96, 0, 22.35.
div { background: #156bc6; color: #000; }
div { background: #156bc6; color: #fff; }
div { background: linear-gradient(to bottom, #0053AA 0%, #4484E2 100%); color: #000; }
div { background: linear-gradient(to bottom, #4484E2 0%, #0053AA 100%); color: #000; }
div { background: linear-gradient(to bottom, #0053AA 0%, #4484E2 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4484E2 0%, #0053AA 100%); color: #fff; }
div { border: 1px solid #156bc6; }
div { border: 5px solid #156bc6; }
div { border: 1px dashed #156bc6; }
div { border: 5px dashed #156bc6; }
div { border: 1px dotted #156bc6; }
div { border: 5px dotted #156bc6; }