Shades of Denim #156EC8
Tints of Denim #156EC8
RGB
CMYK
RGB Variations
Color information
#156EC8 (or 0x156EC8) is known color: Denim. HEX triplet: 15, 6E and C8. RGB value is (21,110,200). Sum of RGB (Red+Green+Blue) = 21+110+200=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #156EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EC8 is #EA9137. Grayscale: #5D5D5D. Windows color (decimal): -15372600 or 13135381. OLE color: 13135381.
HSL color Cylindrical-coordinate representation of color #156EC8: hue angle of 210.17º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #156EC8 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 110 | 200 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.22 |
| HSL | 210.17º | 0.81% | 0.43% | - |
| HSV(B) | 210.17º | 0.9% | 0.78% | - |
| XYZ | 16.31 | 15.48 | 56.77 | - |
| YUV | 93.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 200 | 0.90 | 0.45 | 0 | 0.22 | 210.17 | 0.81 | 0.43 |
| Hex | 15 | 6E | C8 | 5A | 2D | 0 | 16 | D2 | 51 | 2B |
| Octal | 25 | 156 | 310 | 132 | 55 | 0 | 26 | 322 | 121 | 53 |
| Binary | 10101 | 1101110 | 11001000 | 1011010 | 101101 | 0 | 10110 | 11010010 | 1010001 | 101011 |
Color Harmonies of #156EC8
Complementary color
Monochromatic Colors of #156EC8
Black with #156EC8
Text Example
Text Example
White with #156EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EC8; }
p { color: rgb(21,110,200); }
H1.HeaderClassName
{
color: #156EC8;
}
.AnyTagClassName
{
color: #156EC8;
}
</style>
background-color css
<style>
a { background-color: #156EC8; }
a { background-color: rgb(21,110,200); }
div.DivClassName
{
background-color: #156EC8;
}
.BgClassName
{
background-color: #156EC8;
}
</style>
border-color css
<style>
span { border-color: #156EC8; }
span { border-color: rgb(21,110,200); }
td.TdClassName
{
border-color: #156EC8;
}
.TagClassName
{
border-color: #156EC8;
}
</style>