Shades of Cerulean #0570AC
Tints of Cerulean #0570AC
RGB
CMYK
RGB Variations
Color information
#0570AC (or 0x0570AC) is known color: Cerulean. HEX triplet: 05, 70 and AC. RGB value is (5,112,172). Sum of RGB (Red+Green+Blue) = 5+112+172=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #0570AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0570AC is #FA8F53. Grayscale: #565656. Windows color (decimal): -16420692 or 11300869. OLE color: 11300869.
HSL color Cylindrical-coordinate representation of color #0570AC: hue angle of 201.56º 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 #0570AC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 112 | 172 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.33 |
| HSL | 201.56º | 0.94% | 0.35% | - |
| HSV(B) | 201.56º | 0.97% | 0.67% | - |
| XYZ | 13.3 | 14.6 | 41.15 | - |
| YUV | 86.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 172 | 0.97 | 0.35 | 0 | 0.33 | 201.56 | 0.94 | 0.35 |
| Hex | 5 | 70 | AC | 61 | 23 | 0 | 21 | CA | 5E | 23 |
| Octal | 5 | 160 | 254 | 141 | 43 | 0 | 41 | 312 | 136 | 43 |
| Binary | 101 | 1110000 | 10101100 | 1100001 | 100011 | 0 | 100001 | 11001010 | 1011110 | 100011 |
Color Harmonies of #0570AC
Complementary color
Monochromatic Colors of #0570AC
Black with #0570AC
Text Example
Text Example
White with #0570AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570AC; }
p { color: rgb(5,112,172); }
H1.HeaderClassName
{
color: #0570AC;
}
.AnyTagClassName
{
color: #0570AC;
}
</style>
background-color css
<style>
a { background-color: #0570AC; }
a { background-color: rgb(5,112,172); }
div.DivClassName
{
background-color: #0570AC;
}
.BgClassName
{
background-color: #0570AC;
}
</style>
border-color css
<style>
span { border-color: #0570AC; }
span { border-color: rgb(5,112,172); }
td.TdClassName
{
border-color: #0570AC;
}
.TagClassName
{
border-color: #0570AC;
}
</style>