Shades of Denim #156ECB
Tints of Denim #156ECB
RGB
CMYK
RGB Variations
Color information
#156ECB (or 0x156ECB) is known color: Denim. HEX triplet: 15, 6E and CB. RGB value is (21,110,203). Sum of RGB (Red+Green+Blue) = 21+110+203=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #156ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ECB is #EA9134. Grayscale: #5D5D5D. Windows color (decimal): -15372597 or 13331989. OLE color: 13331989.
HSL color Cylindrical-coordinate representation of color #156ECB: hue angle of 210.66º 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 #156ECB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 110 | 203 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.20 |
| HSL | 210.66º | 0.81% | 0.44% | - |
| HSV(B) | 210.66º | 0.9% | 0.8% | - |
| XYZ | 16.66 | 15.62 | 58.64 | - |
| YUV | 93.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 203 | 0.90 | 0.46 | 0 | 0.20 | 210.66 | 0.81 | 0.44 |
| Hex | 15 | 6E | CB | 5A | 2E | 0 | 14 | D3 | 51 | 2C |
| Octal | 25 | 156 | 313 | 132 | 56 | 0 | 24 | 323 | 121 | 54 |
| Binary | 10101 | 1101110 | 11001011 | 1011010 | 101110 | 0 | 10100 | 11010011 | 1010001 | 101100 |
Color Harmonies of #156ECB
Complementary color
Monochromatic Colors of #156ECB
Black with #156ECB
Text Example
Text Example
White with #156ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156ECB; }
p { color: rgb(21,110,203); }
H1.HeaderClassName
{
color: #156ECB;
}
.AnyTagClassName
{
color: #156ECB;
}
</style>
background-color css
<style>
a { background-color: #156ECB; }
a { background-color: rgb(21,110,203); }
div.DivClassName
{
background-color: #156ECB;
}
.BgClassName
{
background-color: #156ECB;
}
</style>
border-color css
<style>
span { border-color: #156ECB; }
span { border-color: rgb(21,110,203); }
td.TdClassName
{
border-color: #156ECB;
}
.TagClassName
{
border-color: #156ECB;
}
</style>