Shades of Denim #156EC6
Tints of Denim #156EC6
RGB
CMYK
RGB Variations
Color information
#156EC6 (or 0x156EC6) is known color: Denim. HEX triplet: 15, 6E and C6. RGB value is (21,110,198). Sum of RGB (Red+Green+Blue) = 21+110+198=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #156EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EC6 is #EA9139. Grayscale: #5C5C5C. Windows color (decimal): -15372602 or 13004309. OLE color: 13004309.
HSL color Cylindrical-coordinate representation of color #156EC6: hue angle of 209.83º 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 #156EC6 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 110 | 198 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.22 |
| HSL | 209.83º | 0.81% | 0.43% | - |
| HSV(B) | 209.83º | 0.89% | 0.78% | - |
| XYZ | 16.08 | 15.39 | 55.55 | - |
| YUV | 93.42 | 187.01 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 198 | 0.89 | 0.44 | 0 | 0.22 | 209.83 | 0.81 | 0.43 |
| Hex | 15 | 6E | C6 | 59 | 2C | 0 | 16 | D2 | 51 | 2B |
| Octal | 25 | 156 | 306 | 131 | 54 | 0 | 26 | 322 | 121 | 53 |
| Binary | 10101 | 1101110 | 11000110 | 1011001 | 101100 | 0 | 10110 | 11010010 | 1010001 | 101011 |
Color Harmonies of #156EC6
Complementary color
Monochromatic Colors of #156EC6
Black with #156EC6
Text Example
Text Example
White with #156EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EC6; }
p { color: rgb(21,110,198); }
H1.HeaderClassName
{
color: #156EC6;
}
.AnyTagClassName
{
color: #156EC6;
}
</style>
background-color css
<style>
a { background-color: #156EC6; }
a { background-color: rgb(21,110,198); }
div.DivClassName
{
background-color: #156EC6;
}
.BgClassName
{
background-color: #156EC6;
}
</style>
border-color css
<style>
span { border-color: #156EC6; }
span { border-color: rgb(21,110,198); }
td.TdClassName
{
border-color: #156EC6;
}
.TagClassName
{
border-color: #156EC6;
}
</style>