Shades of Cerulean #0571A2
Tints of Cerulean #0571A2
RGB
CMYK
RGB Variations
Color information
#0571A2 (or 0x0571A2) is known color: Cerulean. HEX triplet: 05, 71 and A2. RGB value is (5,113,162). Sum of RGB (Red+Green+Blue) = 5+113+162=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #0571A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0571A2 is #FA8E5D. Grayscale: #555555. Windows color (decimal): -16420446 or 10645765. OLE color: 10645765.
HSL color Cylindrical-coordinate representation of color #0571A2: hue angle of 198.73º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0571A2 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 113 | 162 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.36 |
| HSL | 198.73º | 0.94% | 0.33% | - |
| HSV(B) | 198.73º | 0.97% | 0.64% | - |
| XYZ | 12.49 | 14.45 | 36.31 | - |
| YUV | 86.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 162 | 0.97 | 0.30 | 0 | 0.36 | 198.73 | 0.94 | 0.33 |
| Hex | 5 | 71 | A2 | 61 | 1E | 0 | 24 | C7 | 5E | 21 |
| Octal | 5 | 161 | 242 | 141 | 36 | 0 | 44 | 307 | 136 | 41 |
| Binary | 101 | 1110001 | 10100010 | 1100001 | 11110 | 0 | 100100 | 11000111 | 1011110 | 100001 |
Color Harmonies of #0571A2
Complementary color
Monochromatic Colors of #0571A2
Black with #0571A2
Text Example
Text Example
White with #0571A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571A2; }
p { color: rgb(5,113,162); }
H1.HeaderClassName
{
color: #0571A2;
}
.AnyTagClassName
{
color: #0571A2;
}
</style>
background-color css
<style>
a { background-color: #0571A2; }
a { background-color: rgb(5,113,162); }
div.DivClassName
{
background-color: #0571A2;
}
.BgClassName
{
background-color: #0571A2;
}
</style>
border-color css
<style>
span { border-color: #0571A2; }
span { border-color: rgb(5,113,162); }
td.TdClassName
{
border-color: #0571A2;
}
.TagClassName
{
border-color: #0571A2;
}
</style>