Shades of Cerulean #0570AF
Tints of Cerulean #0570AF
RGB
CMYK
RGB Variations
Color information
#0570AF (or 0x0570AF) is known color: Cerulean. HEX triplet: 05, 70 and AF. RGB value is (5,112,175). Sum of RGB (Red+Green+Blue) = 5+112+175=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #0570AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0570AF is #FA8F50. Grayscale: #565656. Windows color (decimal): -16420689 or 11497477. OLE color: 11497477.
HSL color Cylindrical-coordinate representation of color #0570AF: hue angle of 202.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0570AF is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 112 | 175 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.31 |
| HSL | 202.24º | 0.94% | 0.35% | - |
| HSV(B) | 202.24º | 0.97% | 0.69% | - |
| XYZ | 13.59 | 14.72 | 42.68 | - |
| YUV | 87.19 | 177.55 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 175 | 0.97 | 0.36 | 0 | 0.31 | 202.24 | 0.94 | 0.35 |
| Hex | 5 | 70 | AF | 61 | 24 | 0 | 1F | CA | 5E | 23 |
| Octal | 5 | 160 | 257 | 141 | 44 | 0 | 37 | 312 | 136 | 43 |
| Binary | 101 | 1110000 | 10101111 | 1100001 | 100100 | 0 | 11111 | 11001010 | 1011110 | 100011 |
Color Harmonies of #0570AF
Complementary color
Monochromatic Colors of #0570AF
Black with #0570AF
Text Example
Text Example
White with #0570AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570AF; }
p { color: rgb(5,112,175); }
H1.HeaderClassName
{
color: #0570AF;
}
.AnyTagClassName
{
color: #0570AF;
}
</style>
background-color css
<style>
a { background-color: #0570AF; }
a { background-color: rgb(5,112,175); }
div.DivClassName
{
background-color: #0570AF;
}
.BgClassName
{
background-color: #0570AF;
}
</style>
border-color css
<style>
span { border-color: #0570AF; }
span { border-color: rgb(5,112,175); }
td.TdClassName
{
border-color: #0570AF;
}
.TagClassName
{
border-color: #0570AF;
}
</style>