Shades of Cerulean #1570AB
Tints of Cerulean #1570AB
RGB
CMYK
RGB Variations
Color information
#1570AB (or 0x1570AB) is known color: Cerulean. HEX triplet: 15, 70 and AB. RGB value is (21,112,171). Sum of RGB (Red+Green+Blue) = 21+112+171=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #1570AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1570AB is #EA8F54. Grayscale: #5B5B5B. Windows color (decimal): -15372117 or 11235349. OLE color: 11235349.
HSL color Cylindrical-coordinate representation of color #1570AB: hue angle of 203.6º 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 #1570AB is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 112 | 171 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.33 |
| HSL | 203.6º | 0.78% | 0.38% | - |
| HSV(B) | 203.6º | 0.88% | 0.67% | - |
| XYZ | 13.45 | 14.69 | 40.65 | - |
| YUV | 91.52 | 172.85 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 171 | 0.88 | 0.35 | 0 | 0.33 | 203.6 | 0.78 | 0.38 |
| Hex | 15 | 70 | AB | 58 | 23 | 0 | 21 | CC | 4E | 26 |
| Octal | 25 | 160 | 253 | 130 | 43 | 0 | 41 | 314 | 116 | 46 |
| Binary | 10101 | 1110000 | 10101011 | 1011000 | 100011 | 0 | 100001 | 11001100 | 1001110 | 100110 |
Color Harmonies of #1570AB
Complementary color
Monochromatic Colors of #1570AB
Black with #1570AB
Text Example
Text Example
White with #1570AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570AB; }
p { color: rgb(21,112,171); }
H1.HeaderClassName
{
color: #1570AB;
}
.AnyTagClassName
{
color: #1570AB;
}
</style>
background-color css
<style>
a { background-color: #1570AB; }
a { background-color: rgb(21,112,171); }
div.DivClassName
{
background-color: #1570AB;
}
.BgClassName
{
background-color: #1570AB;
}
</style>
border-color css
<style>
span { border-color: #1570AB; }
span { border-color: rgb(21,112,171); }
td.TdClassName
{
border-color: #1570AB;
}
.TagClassName
{
border-color: #1570AB;
}
</style>