Shades of Cerulean #1576A0
Tints of Cerulean #1576A0
RGB
CMYK
RGB Variations
Color information
#1576A0 (or 0x1576A0) is known color: Cerulean. HEX triplet: 15, 76 and A0. RGB value is (21,118,160). Sum of RGB (Red+Green+Blue) = 21+118+160=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #1576A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1576A0 is #EA895F. Grayscale: #5D5D5D. Windows color (decimal): -15370592 or 10515989. OLE color: 10515989.
HSL color Cylindrical-coordinate representation of color #1576A0: hue angle of 198.13º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1576A0 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 118 | 160 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.37 |
| HSL | 198.13º | 0.77% | 0.35% | - |
| HSV(B) | 198.13º | 0.87% | 0.63% | - |
| XYZ | 13.13 | 15.65 | 35.59 | - |
| YUV | 93.79 | 165.36 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 160 | 0.87 | 0.26 | 0 | 0.37 | 198.13 | 0.77 | 0.35 |
| Hex | 15 | 76 | A0 | 57 | 1A | 0 | 25 | C6 | 4D | 23 |
| Octal | 25 | 166 | 240 | 127 | 32 | 0 | 45 | 306 | 115 | 43 |
| Binary | 10101 | 1110110 | 10100000 | 1010111 | 11010 | 0 | 100101 | 11000110 | 1001101 | 100011 |
Color Harmonies of #1576A0
Complementary color
Monochromatic Colors of #1576A0
Black with #1576A0
Text Example
Text Example
White with #1576A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576A0; }
p { color: rgb(21,118,160); }
H1.HeaderClassName
{
color: #1576A0;
}
.AnyTagClassName
{
color: #1576A0;
}
</style>
background-color css
<style>
a { background-color: #1576A0; }
a { background-color: rgb(21,118,160); }
div.DivClassName
{
background-color: #1576A0;
}
.BgClassName
{
background-color: #1576A0;
}
</style>
border-color css
<style>
span { border-color: #1576A0; }
span { border-color: rgb(21,118,160); }
td.TdClassName
{
border-color: #1576A0;
}
.TagClassName
{
border-color: #1576A0;
}
</style>