Shades of Cerulean #0571AB
Tints of Cerulean #0571AB
RGB
CMYK
RGB Variations
Color information
#0571AB (or 0x0571AB) is known color: Cerulean. HEX triplet: 05, 71 and AB. RGB value is (5,113,171). Sum of RGB (Red+Green+Blue) = 5+113+171=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0571AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0571AB is #FA8E54. Grayscale: #565656. Windows color (decimal): -16420437 or 11235589. OLE color: 11235589.
HSL color Cylindrical-coordinate representation of color #0571AB: hue angle of 200.96º 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 #0571AB is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 113 | 171 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.33 |
| HSL | 200.96º | 0.94% | 0.35% | - |
| HSV(B) | 200.96º | 0.97% | 0.67% | - |
| XYZ | 13.32 | 14.78 | 40.68 | - |
| YUV | 87.32 | 175.22 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 171 | 0.97 | 0.34 | 0 | 0.33 | 200.96 | 0.94 | 0.35 |
| Hex | 5 | 71 | AB | 61 | 22 | 0 | 21 | C9 | 5E | 23 |
| Octal | 5 | 161 | 253 | 141 | 42 | 0 | 41 | 311 | 136 | 43 |
| Binary | 101 | 1110001 | 10101011 | 1100001 | 100010 | 0 | 100001 | 11001001 | 1011110 | 100011 |
Color Harmonies of #0571AB
Complementary color
Monochromatic Colors of #0571AB
Black with #0571AB
Text Example
Text Example
White with #0571AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571AB; }
p { color: rgb(5,113,171); }
H1.HeaderClassName
{
color: #0571AB;
}
.AnyTagClassName
{
color: #0571AB;
}
</style>
background-color css
<style>
a { background-color: #0571AB; }
a { background-color: rgb(5,113,171); }
div.DivClassName
{
background-color: #0571AB;
}
.BgClassName
{
background-color: #0571AB;
}
</style>
border-color css
<style>
span { border-color: #0571AB; }
span { border-color: rgb(5,113,171); }
td.TdClassName
{
border-color: #0571AB;
}
.TagClassName
{
border-color: #0571AB;
}
</style>