Shades of Cerulean #1572AE
Tints of Cerulean #1572AE
RGB
CMYK
RGB Variations
Color information
#1572AE (or 0x1572AE) is known color: Cerulean. HEX triplet: 15, 72 and AE. RGB value is (21,114,174). Sum of RGB (Red+Green+Blue) = 21+114+174=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #1572AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1572AE is #EA8D51. Grayscale: #5C5C5C. Windows color (decimal): -15371602 or 11432469. OLE color: 11432469.
HSL color Cylindrical-coordinate representation of color #1572AE: hue angle of 203.53º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1572AE is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 114 | 174 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.32 |
| HSL | 203.53º | 0.78% | 0.38% | - |
| HSV(B) | 203.53º | 0.88% | 0.68% | - |
| XYZ | 13.97 | 15.25 | 42.25 | - |
| YUV | 93.03 | 173.69 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 174 | 0.88 | 0.34 | 0 | 0.32 | 203.53 | 0.78 | 0.38 |
| Hex | 15 | 72 | AE | 58 | 22 | 0 | 20 | CC | 4E | 26 |
| Octal | 25 | 162 | 256 | 130 | 42 | 0 | 40 | 314 | 116 | 46 |
| Binary | 10101 | 1110010 | 10101110 | 1011000 | 100010 | 0 | 100000 | 11001100 | 1001110 | 100110 |
Color Harmonies of #1572AE
Complementary color
Monochromatic Colors of #1572AE
Black with #1572AE
Text Example
Text Example
White with #1572AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572AE; }
p { color: rgb(21,114,174); }
H1.HeaderClassName
{
color: #1572AE;
}
.AnyTagClassName
{
color: #1572AE;
}
</style>
background-color css
<style>
a { background-color: #1572AE; }
a { background-color: rgb(21,114,174); }
div.DivClassName
{
background-color: #1572AE;
}
.BgClassName
{
background-color: #1572AE;
}
</style>
border-color css
<style>
span { border-color: #1572AE; }
span { border-color: rgb(21,114,174); }
td.TdClassName
{
border-color: #1572AE;
}
.TagClassName
{
border-color: #1572AE;
}
</style>