Shades of Denim #156CCC
Tints of Denim #156CCC
RGB
CMYK
RGB Variations
Color information
#156CCC (or 0x156CCC) is known color: Denim. HEX triplet: 15, 6C and CC. RGB value is (21,108,204). Sum of RGB (Red+Green+Blue) = 21+108+204=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #156CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CCC is #EA9333. Grayscale: #5C5C5C. Windows color (decimal): -15373108 or 13397013. OLE color: 13397013.
HSL color Cylindrical-coordinate representation of color #156CCC: hue angle of 211.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156CCC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 108 | 204 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.2 |
| HSL | 211.48º | 0.81% | 0.44% | - |
| HSV(B) | 211.48º | 0.9% | 0.8% | - |
| XYZ | 16.57 | 15.24 | 59.2 | - |
| YUV | 92.93 | 190.68 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 204 | 0.90 | 0.47 | 0 | 0.2 | 211.48 | 0.81 | 0.44 |
| Hex | 15 | 6C | CC | 5A | 2F | 0 | 14 | D3 | 51 | 2C |
| Octal | 25 | 154 | 314 | 132 | 57 | 0 | 24 | 323 | 121 | 54 |
| Binary | 10101 | 1101100 | 11001100 | 1011010 | 101111 | 0 | 10100 | 11010011 | 1010001 | 101100 |
Color Harmonies of #156CCC
Complementary color
Monochromatic Colors of #156CCC
Black with #156CCC
Text Example
Text Example
White with #156CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156CCC; }
p { color: rgb(21,108,204); }
H1.HeaderClassName
{
color: #156CCC;
}
.AnyTagClassName
{
color: #156CCC;
}
</style>
background-color css
<style>
a { background-color: #156CCC; }
a { background-color: rgb(21,108,204); }
div.DivClassName
{
background-color: #156CCC;
}
.BgClassName
{
background-color: #156CCC;
}
</style>
border-color css
<style>
span { border-color: #156CCC; }
span { border-color: rgb(21,108,204); }
td.TdClassName
{
border-color: #156CCC;
}
.TagClassName
{
border-color: #156CCC;
}
</style>