Shades of Cerulean #0570B5
Tints of Cerulean #0570B5
RGB
CMYK
RGB Variations
Color information
#0570B5 (or 0x0570B5) is known color: Cerulean. HEX triplet: 05, 70 and B5. RGB value is (5,112,181). Sum of RGB (Red+Green+Blue) = 5+112+181=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 181 (71.09% from 255 or 60.74% from 298); Max value from RGB is 181 - color contains mainly: blue. Hex color #0570B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570B5 is #FA8F4A. Grayscale: #575757. Windows color (decimal): -16420683 or 11890693. OLE color: 11890693.
HSL color Cylindrical-coordinate representation of color #0570B5: hue angle of 203.52º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0570B5 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 112 | 181 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.29 |
| HSL | 203.52º | 0.95% | 0.36% | - |
| HSV(B) | 203.52º | 0.97% | 0.71% | - |
| XYZ | 14.2 | 14.96 | 45.85 | - |
| YUV | 87.87 | 180.55 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 181 | 0.97 | 0.38 | 0 | 0.29 | 203.52 | 0.95 | 0.36 |
| Hex | 5 | 70 | B5 | 61 | 26 | 0 | 1D | CC | 5F | 24 |
| Octal | 5 | 160 | 265 | 141 | 46 | 0 | 35 | 314 | 137 | 44 |
| Binary | 101 | 1110000 | 10110101 | 1100001 | 100110 | 0 | 11101 | 11001100 | 1011111 | 100100 |
Color Harmonies of #0570B5
Complementary color
Monochromatic Colors of #0570B5
Black with #0570B5
Text Example
Text Example
White with #0570B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570B5; }
p { color: rgb(5,112,181); }
H1.HeaderClassName
{
color: #0570B5;
}
.AnyTagClassName
{
color: #0570B5;
}
</style>
background-color css
<style>
a { background-color: #0570B5; }
a { background-color: rgb(5,112,181); }
div.DivClassName
{
background-color: #0570B5;
}
.BgClassName
{
background-color: #0570B5;
}
</style>
border-color css
<style>
span { border-color: #0570B5; }
span { border-color: rgb(5,112,181); }
td.TdClassName
{
border-color: #0570B5;
}
.TagClassName
{
border-color: #0570B5;
}
</style>