Shades of Cerulean #0576A2
Tints of Cerulean #0576A2
RGB
CMYK
RGB Variations
Color information
#0576A2 (or 0x0576A2) is known color: Cerulean. HEX triplet: 05, 76 and A2. RGB value is (5,118,162). Sum of RGB (Red+Green+Blue) = 5+118+162=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #0576A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0576A2 is #FA895D. Grayscale: #585858. Windows color (decimal): -16419166 or 10647045. OLE color: 10647045.
HSL color Cylindrical-coordinate representation of color #0576A2: hue angle of 196.82º 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 #0576A2 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 118 | 162 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.36 |
| HSL | 196.82º | 0.94% | 0.33% | - |
| HSV(B) | 196.82º | 0.97% | 0.64% | - |
| XYZ | 13.06 | 15.6 | 36.5 | - |
| YUV | 89.23 | 169.06 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 162 | 0.97 | 0.27 | 0 | 0.36 | 196.82 | 0.94 | 0.33 |
| Hex | 5 | 76 | A2 | 61 | 1B | 0 | 24 | C5 | 5E | 21 |
| Octal | 5 | 166 | 242 | 141 | 33 | 0 | 44 | 305 | 136 | 41 |
| Binary | 101 | 1110110 | 10100010 | 1100001 | 11011 | 0 | 100100 | 11000101 | 1011110 | 100001 |
Color Harmonies of #0576A2
Complementary color
Monochromatic Colors of #0576A2
Black with #0576A2
Text Example
Text Example
White with #0576A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0576A2; }
p { color: rgb(5,118,162); }
H1.HeaderClassName
{
color: #0576A2;
}
.AnyTagClassName
{
color: #0576A2;
}
</style>
background-color css
<style>
a { background-color: #0576A2; }
a { background-color: rgb(5,118,162); }
div.DivClassName
{
background-color: #0576A2;
}
.BgClassName
{
background-color: #0576A2;
}
</style>
border-color css
<style>
span { border-color: #0576A2; }
span { border-color: rgb(5,118,162); }
td.TdClassName
{
border-color: #0576A2;
}
.TagClassName
{
border-color: #0576A2;
}
</style>