Shades of Cerulean #0570AB
Tints of Cerulean #0570AB
RGB
CMYK
RGB Variations
Color information
#0570AB (or 0x0570AB) is known color: Cerulean. HEX triplet: 05, 70 and AB. RGB value is (5,112,171). Sum of RGB (Red+Green+Blue) = 5+112+171=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #0570AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0570AB is #FA8F54. Grayscale: #565656. Windows color (decimal): -16420693 or 11235333. OLE color: 11235333.
HSL color Cylindrical-coordinate representation of color #0570AB: hue angle of 201.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0570AB is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 112 | 171 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.33 |
| HSL | 201.33º | 0.94% | 0.35% | - |
| HSV(B) | 201.33º | 0.97% | 0.67% | - |
| XYZ | 13.21 | 14.56 | 40.64 | - |
| YUV | 86.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 171 | 0.97 | 0.35 | 0 | 0.33 | 201.33 | 0.94 | 0.35 |
| Hex | 5 | 70 | AB | 61 | 23 | 0 | 21 | C9 | 5E | 23 |
| Octal | 5 | 160 | 253 | 141 | 43 | 0 | 41 | 311 | 136 | 43 |
| Binary | 101 | 1110000 | 10101011 | 1100001 | 100011 | 0 | 100001 | 11001001 | 1011110 | 100011 |
Color Harmonies of #0570AB
Complementary color
Monochromatic Colors of #0570AB
Black with #0570AB
Text Example
Text Example
White with #0570AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570AB; }
p { color: rgb(5,112,171); }
H1.HeaderClassName
{
color: #0570AB;
}
.AnyTagClassName
{
color: #0570AB;
}
</style>
background-color css
<style>
a { background-color: #0570AB; }
a { background-color: rgb(5,112,171); }
div.DivClassName
{
background-color: #0570AB;
}
.BgClassName
{
background-color: #0570AB;
}
</style>
border-color css
<style>
span { border-color: #0570AB; }
span { border-color: rgb(5,112,171); }
td.TdClassName
{
border-color: #0570AB;
}
.TagClassName
{
border-color: #0570AB;
}
</style>