Shades of Cerulean #0570B1
Tints of Cerulean #0570B1
RGB
CMYK
RGB Variations
Color information
#0570B1 (or 0x0570B1) is known color: Cerulean. HEX triplet: 05, 70 and B1. RGB value is (5,112,177). Sum of RGB (Red+Green+Blue) = 5+112+177=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #0570B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0570B1 is #FA8F4E. Grayscale: #575757. Windows color (decimal): -16420687 or 11628549. OLE color: 11628549.
HSL color Cylindrical-coordinate representation of color #0570B1: hue angle of 202.67º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0570B1 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 112 | 177 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.31 |
| HSL | 202.67º | 0.95% | 0.36% | - |
| HSV(B) | 202.67º | 0.97% | 0.69% | - |
| XYZ | 13.79 | 14.79 | 43.72 | - |
| YUV | 87.42 | 178.55 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 177 | 0.97 | 0.37 | 0 | 0.31 | 202.67 | 0.95 | 0.36 |
| Hex | 5 | 70 | B1 | 61 | 25 | 0 | 1F | CB | 5F | 24 |
| Octal | 5 | 160 | 261 | 141 | 45 | 0 | 37 | 313 | 137 | 44 |
| Binary | 101 | 1110000 | 10110001 | 1100001 | 100101 | 0 | 11111 | 11001011 | 1011111 | 100100 |
Color Harmonies of #0570B1
Complementary color
Monochromatic Colors of #0570B1
Black with #0570B1
Text Example
Text Example
White with #0570B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570B1; }
p { color: rgb(5,112,177); }
H1.HeaderClassName
{
color: #0570B1;
}
.AnyTagClassName
{
color: #0570B1;
}
</style>
background-color css
<style>
a { background-color: #0570B1; }
a { background-color: rgb(5,112,177); }
div.DivClassName
{
background-color: #0570B1;
}
.BgClassName
{
background-color: #0570B1;
}
</style>
border-color css
<style>
span { border-color: #0570B1; }
span { border-color: rgb(5,112,177); }
td.TdClassName
{
border-color: #0570B1;
}
.TagClassName
{
border-color: #0570B1;
}
</style>