Shades of Cerulean #0577B2
Tints of Cerulean #0577B2
RGB
CMYK
RGB Variations
Color information
#0577B2 (or 0x0577B2) is known color: Cerulean. HEX triplet: 05, 77 and B2. RGB value is (5,119,178). Sum of RGB (Red+Green+Blue) = 5+119+178=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 178 (69.92% from 255 or 58.94% from 302); Max value from RGB is 178 - color contains mainly: blue. Hex color #0577B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0577B2 is #FA884D. Grayscale: #5B5B5B. Windows color (decimal): -16418894 or 11695877. OLE color: 11695877.
HSL color Cylindrical-coordinate representation of color #0577B2: hue angle of 200.46º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0577B2 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 119 | 178 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.30 |
| HSL | 200.46º | 0.95% | 0.36% | - |
| HSV(B) | 200.46º | 0.97% | 0.7% | - |
| XYZ | 14.7 | 16.44 | 44.52 | - |
| YUV | 91.64 | 176.73 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 178 | 0.97 | 0.33 | 0 | 0.30 | 200.46 | 0.95 | 0.36 |
| Hex | 5 | 77 | B2 | 61 | 21 | 0 | 1E | C8 | 5F | 24 |
| Octal | 5 | 167 | 262 | 141 | 41 | 0 | 36 | 310 | 137 | 44 |
| Binary | 101 | 1110111 | 10110010 | 1100001 | 100001 | 0 | 11110 | 11001000 | 1011111 | 100100 |
Color Harmonies of #0577B2
Complementary color
Monochromatic Colors of #0577B2
Black with #0577B2
Text Example
Text Example
White with #0577B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0577B2; }
p { color: rgb(5,119,178); }
H1.HeaderClassName
{
color: #0577B2;
}
.AnyTagClassName
{
color: #0577B2;
}
</style>
background-color css
<style>
a { background-color: #0577B2; }
a { background-color: rgb(5,119,178); }
div.DivClassName
{
background-color: #0577B2;
}
.BgClassName
{
background-color: #0577B2;
}
</style>
border-color css
<style>
span { border-color: #0577B2; }
span { border-color: rgb(5,119,178); }
td.TdClassName
{
border-color: #0577B2;
}
.TagClassName
{
border-color: #0577B2;
}
</style>