Shades of Cerulean #156FA8
Tints of Cerulean #156FA8
RGB
CMYK
RGB Variations
Color information
#156FA8 (or 0x156FA8) is known color: Cerulean. HEX triplet: 15, 6F and A8. RGB value is (21,111,168). Sum of RGB (Red+Green+Blue) = 21+111+168=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #156FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156FA8 is #EA9057. Grayscale: #5A5A5A. Windows color (decimal): -15372376 or 11038485. OLE color: 11038485.
HSL color Cylindrical-coordinate representation of color #156FA8: hue angle of 203.27º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #156FA8 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 111 | 168 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.34 |
| HSL | 203.27º | 0.78% | 0.37% | - |
| HSV(B) | 203.27º | 0.88% | 0.66% | - |
| XYZ | 13.06 | 14.36 | 39.13 | - |
| YUV | 90.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 168 | 0.88 | 0.34 | 0 | 0.34 | 203.27 | 0.78 | 0.37 |
| Hex | 15 | 6F | A8 | 58 | 22 | 0 | 22 | CB | 4E | 25 |
| Octal | 25 | 157 | 250 | 130 | 42 | 0 | 42 | 313 | 116 | 45 |
| Binary | 10101 | 1101111 | 10101000 | 1011000 | 100010 | 0 | 100010 | 11001011 | 1001110 | 100101 |
Color Harmonies of #156FA8
Complementary color
Monochromatic Colors of #156FA8
Black with #156FA8
Text Example
Text Example
White with #156FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156FA8; }
p { color: rgb(21,111,168); }
H1.HeaderClassName
{
color: #156FA8;
}
.AnyTagClassName
{
color: #156FA8;
}
</style>
background-color css
<style>
a { background-color: #156FA8; }
a { background-color: rgb(21,111,168); }
div.DivClassName
{
background-color: #156FA8;
}
.BgClassName
{
background-color: #156FA8;
}
</style>
border-color css
<style>
span { border-color: #156FA8; }
span { border-color: rgb(21,111,168); }
td.TdClassName
{
border-color: #156FA8;
}
.TagClassName
{
border-color: #156FA8;
}
</style>