Shades of Denim #156BCB
Tints of Denim #156BCB
RGB
CMYK
RGB Variations
Color information
#156BCB (or 0x156BCB) is known color: Denim. HEX triplet: 15, 6B and CB. RGB value is (21,107,203). Sum of RGB (Red+Green+Blue) = 21+107+203=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #156BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BCB is #EA9434. Grayscale: #5B5B5B. Windows color (decimal): -15373365 or 13331221. OLE color: 13331221.
HSL color Cylindrical-coordinate representation of color #156BCB: hue angle of 211.65º 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 #156BCB is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 107 | 203 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.20 |
| HSL | 211.65º | 0.81% | 0.44% | - |
| HSV(B) | 211.65º | 0.9% | 0.8% | - |
| XYZ | 16.35 | 14.99 | 58.53 | - |
| YUV | 92.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 203 | 0.90 | 0.47 | 0 | 0.20 | 211.65 | 0.81 | 0.44 |
| Hex | 15 | 6B | CB | 5A | 2F | 0 | 14 | D4 | 51 | 2C |
| Octal | 25 | 153 | 313 | 132 | 57 | 0 | 24 | 324 | 121 | 54 |
| Binary | 10101 | 1101011 | 11001011 | 1011010 | 101111 | 0 | 10100 | 11010100 | 1010001 | 101100 |
Color Harmonies of #156BCB
Complementary color
Monochromatic Colors of #156BCB
Black with #156BCB
Text Example
Text Example
White with #156BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156BCB; }
p { color: rgb(21,107,203); }
H1.HeaderClassName
{
color: #156BCB;
}
.AnyTagClassName
{
color: #156BCB;
}
</style>
background-color css
<style>
a { background-color: #156BCB; }
a { background-color: rgb(21,107,203); }
div.DivClassName
{
background-color: #156BCB;
}
.BgClassName
{
background-color: #156BCB;
}
</style>
border-color css
<style>
span { border-color: #156BCB; }
span { border-color: rgb(21,107,203); }
td.TdClassName
{
border-color: #156BCB;
}
.TagClassName
{
border-color: #156BCB;
}
</style>