Shades of Cerulean #1572AB
Tints of Cerulean #1572AB
RGB
CMYK
RGB Variations
Color information
#1572AB (or 0x1572AB) is known color: Cerulean. HEX triplet: 15, 72 and AB. RGB value is (21,114,171). Sum of RGB (Red+Green+Blue) = 21+114+171=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #1572AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1572AB is #EA8D54. Grayscale: #5C5C5C. Windows color (decimal): -15371605 or 11235861. OLE color: 11235861.
HSL color Cylindrical-coordinate representation of color #1572AB: hue angle of 202.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1572AB is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 114 | 171 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.33 |
| HSL | 202.8º | 0.78% | 0.38% | - |
| HSV(B) | 202.8º | 0.88% | 0.67% | - |
| XYZ | 13.68 | 15.13 | 40.73 | - |
| YUV | 92.69 | 172.19 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 171 | 0.88 | 0.33 | 0 | 0.33 | 202.8 | 0.78 | 0.38 |
| Hex | 15 | 72 | AB | 58 | 21 | 0 | 21 | CB | 4E | 26 |
| Octal | 25 | 162 | 253 | 130 | 41 | 0 | 41 | 313 | 116 | 46 |
| Binary | 10101 | 1110010 | 10101011 | 1011000 | 100001 | 0 | 100001 | 11001011 | 1001110 | 100110 |
Color Harmonies of #1572AB
Complementary color
Monochromatic Colors of #1572AB
Black with #1572AB
Text Example
Text Example
White with #1572AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572AB; }
p { color: rgb(21,114,171); }
H1.HeaderClassName
{
color: #1572AB;
}
.AnyTagClassName
{
color: #1572AB;
}
</style>
background-color css
<style>
a { background-color: #1572AB; }
a { background-color: rgb(21,114,171); }
div.DivClassName
{
background-color: #1572AB;
}
.BgClassName
{
background-color: #1572AB;
}
</style>
border-color css
<style>
span { border-color: #1572AB; }
span { border-color: rgb(21,114,171); }
td.TdClassName
{
border-color: #1572AB;
}
.TagClassName
{
border-color: #1572AB;
}
</style>