Shades of Denim #156CCF
Tints of Denim #156CCF
RGB
CMYK
RGB Variations
Color information
#156CCF (or 0x156CCF) is known color: Denim. HEX triplet: 15, 6C and CF. RGB value is (21,108,207). Sum of RGB (Red+Green+Blue) = 21+108+207=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #156CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CCF is #EA9330. Grayscale: #5C5C5C. Windows color (decimal): -15373105 or 13593621. OLE color: 13593621.
HSL color Cylindrical-coordinate representation of color #156CCF: hue angle of 211.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156CCF is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 108 | 207 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.19 |
| HSL | 211.94º | 0.82% | 0.45% | - |
| HSV(B) | 211.94º | 0.9% | 0.81% | - |
| XYZ | 16.93 | 15.39 | 61.11 | - |
| YUV | 93.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 207 | 0.90 | 0.48 | 0 | 0.19 | 211.94 | 0.82 | 0.45 |
| Hex | 15 | 6C | CF | 5A | 30 | 0 | 13 | D4 | 52 | 2D |
| Octal | 25 | 154 | 317 | 132 | 60 | 0 | 23 | 324 | 122 | 55 |
| Binary | 10101 | 1101100 | 11001111 | 1011010 | 110000 | 0 | 10011 | 11010100 | 1010010 | 101101 |
Color Harmonies of #156CCF
Complementary color
Monochromatic Colors of #156CCF
Black with #156CCF
Text Example
Text Example
White with #156CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156CCF; }
p { color: rgb(21,108,207); }
H1.HeaderClassName
{
color: #156CCF;
}
.AnyTagClassName
{
color: #156CCF;
}
</style>
background-color css
<style>
a { background-color: #156CCF; }
a { background-color: rgb(21,108,207); }
div.DivClassName
{
background-color: #156CCF;
}
.BgClassName
{
background-color: #156CCF;
}
</style>
border-color css
<style>
span { border-color: #156CCF; }
span { border-color: rgb(21,108,207); }
td.TdClassName
{
border-color: #156CCF;
}
.TagClassName
{
border-color: #156CCF;
}
</style>