Shades of Cerulean #1572A9
Tints of Cerulean #1572A9
RGB
CMYK
RGB Variations
Color information
#1572A9 (or 0x1572A9) is known color: Cerulean. HEX triplet: 15, 72 and A9. RGB value is (21,114,169). Sum of RGB (Red+Green+Blue) = 21+114+169=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #1572A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1572A9 is #EA8D56. Grayscale: #5C5C5C. Windows color (decimal): -15371607 or 11104789. OLE color: 11104789.
HSL color Cylindrical-coordinate representation of color #1572A9: hue angle of 202.3º 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 #1572A9 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 114 | 169 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.34 |
| HSL | 202.3º | 0.78% | 0.37% | - |
| HSV(B) | 202.3º | 0.88% | 0.66% | - |
| XYZ | 13.49 | 15.06 | 39.73 | - |
| YUV | 92.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 169 | 0.88 | 0.33 | 0 | 0.34 | 202.3 | 0.78 | 0.37 |
| Hex | 15 | 72 | A9 | 58 | 21 | 0 | 22 | CA | 4E | 25 |
| Octal | 25 | 162 | 251 | 130 | 41 | 0 | 42 | 312 | 116 | 45 |
| Binary | 10101 | 1110010 | 10101001 | 1011000 | 100001 | 0 | 100010 | 11001010 | 1001110 | 100101 |
Color Harmonies of #1572A9
Complementary color
Monochromatic Colors of #1572A9
Black with #1572A9
Text Example
Text Example
White with #1572A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572A9; }
p { color: rgb(21,114,169); }
H1.HeaderClassName
{
color: #1572A9;
}
.AnyTagClassName
{
color: #1572A9;
}
</style>
background-color css
<style>
a { background-color: #1572A9; }
a { background-color: rgb(21,114,169); }
div.DivClassName
{
background-color: #1572A9;
}
.BgClassName
{
background-color: #1572A9;
}
</style>
border-color css
<style>
span { border-color: #1572A9; }
span { border-color: rgb(21,114,169); }
td.TdClassName
{
border-color: #1572A9;
}
.TagClassName
{
border-color: #1572A9;
}
</style>