Shades of Denim #156ECE
Tints of Denim #156ECE
RGB
CMYK
RGB Variations
Color information
#156ECE (or 0x156ECE) is known color: Denim. HEX triplet: 15, 6E and CE. RGB value is (21,110,206). Sum of RGB (Red+Green+Blue) = 21+110+206=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #156ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ECE is #EA9131. Grayscale: #5D5D5D. Windows color (decimal): -15372594 or 13528597. OLE color: 13528597.
HSL color Cylindrical-coordinate representation of color #156ECE: hue angle of 211.14º 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 #156ECE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 110 | 206 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.19 |
| HSL | 211.14º | 0.81% | 0.45% | - |
| HSV(B) | 211.14º | 0.9% | 0.81% | - |
| XYZ | 17.03 | 15.77 | 60.54 | - |
| YUV | 94.33 | 191.01 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 206 | 0.90 | 0.47 | 0 | 0.19 | 211.14 | 0.81 | 0.45 |
| Hex | 15 | 6E | CE | 5A | 2F | 0 | 13 | D3 | 51 | 2D |
| Octal | 25 | 156 | 316 | 132 | 57 | 0 | 23 | 323 | 121 | 55 |
| Binary | 10101 | 1101110 | 11001110 | 1011010 | 101111 | 0 | 10011 | 11010011 | 1010001 | 101101 |
Color Harmonies of #156ECE
Complementary color
Monochromatic Colors of #156ECE
Black with #156ECE
Text Example
Text Example
White with #156ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156ECE; }
p { color: rgb(21,110,206); }
H1.HeaderClassName
{
color: #156ECE;
}
.AnyTagClassName
{
color: #156ECE;
}
</style>
background-color css
<style>
a { background-color: #156ECE; }
a { background-color: rgb(21,110,206); }
div.DivClassName
{
background-color: #156ECE;
}
.BgClassName
{
background-color: #156ECE;
}
</style>
border-color css
<style>
span { border-color: #156ECE; }
span { border-color: rgb(21,110,206); }
td.TdClassName
{
border-color: #156ECE;
}
.TagClassName
{
border-color: #156ECE;
}
</style>