Shades of Denim #156DCE
Tints of Denim #156DCE
RGB
CMYK
RGB Variations
Color information
#156DCE (or 0x156DCE) is known color: Denim. HEX triplet: 15, 6D and CE. RGB value is (21,109,206). Sum of RGB (Red+Green+Blue) = 21+109+206=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #156DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DCE is #EA9231. Grayscale: #5D5D5D. Windows color (decimal): -15372850 or 13528341. OLE color: 13528341.
HSL color Cylindrical-coordinate representation of color #156DCE: hue angle of 211.46º degrees, saturation: 0.81, 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 #156DCE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 109 | 206 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.19 |
| HSL | 211.46º | 0.81% | 0.45% | - |
| HSV(B) | 211.46º | 0.9% | 0.81% | - |
| XYZ | 16.92 | 15.55 | 60.5 | - |
| YUV | 93.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 206 | 0.90 | 0.47 | 0 | 0.19 | 211.46 | 0.81 | 0.45 |
| Hex | 15 | 6D | CE | 5A | 2F | 0 | 13 | D3 | 51 | 2D |
| Octal | 25 | 155 | 316 | 132 | 57 | 0 | 23 | 323 | 121 | 55 |
| Binary | 10101 | 1101101 | 11001110 | 1011010 | 101111 | 0 | 10011 | 11010011 | 1010001 | 101101 |
Color Harmonies of #156DCE
Complementary color
Monochromatic Colors of #156DCE
Black with #156DCE
Text Example
Text Example
White with #156DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156DCE; }
p { color: rgb(21,109,206); }
H1.HeaderClassName
{
color: #156DCE;
}
.AnyTagClassName
{
color: #156DCE;
}
</style>
background-color css
<style>
a { background-color: #156DCE; }
a { background-color: rgb(21,109,206); }
div.DivClassName
{
background-color: #156DCE;
}
.BgClassName
{
background-color: #156DCE;
}
</style>
border-color css
<style>
span { border-color: #156DCE; }
span { border-color: rgb(21,109,206); }
td.TdClassName
{
border-color: #156DCE;
}
.TagClassName
{
border-color: #156DCE;
}
</style>