Shades of Cerulean #0577AB
Tints of Cerulean #0577AB
RGB
CMYK
RGB Variations
Color information
#0577AB (or 0x0577AB) is known color: Cerulean. HEX triplet: 05, 77 and AB. RGB value is (5,119,171). Sum of RGB (Red+Green+Blue) = 5+119+171=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #0577AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0577AB is #FA8854. Grayscale: #5A5A5A. Windows color (decimal): -16418901 or 11237125. OLE color: 11237125.
HSL color Cylindrical-coordinate representation of color #0577AB: hue angle of 198.8º 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 #0577AB is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 119 | 171 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.33 |
| HSL | 198.8º | 0.94% | 0.35% | - |
| HSV(B) | 198.8º | 0.97% | 0.67% | - |
| XYZ | 14.01 | 16.17 | 40.91 | - |
| YUV | 90.84 | 173.23 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 171 | 0.97 | 0.30 | 0 | 0.33 | 198.8 | 0.94 | 0.35 |
| Hex | 5 | 77 | AB | 61 | 1E | 0 | 21 | C7 | 5E | 23 |
| Octal | 5 | 167 | 253 | 141 | 36 | 0 | 41 | 307 | 136 | 43 |
| Binary | 101 | 1110111 | 10101011 | 1100001 | 11110 | 0 | 100001 | 11000111 | 1011110 | 100011 |
Color Harmonies of #0577AB
Complementary color
Monochromatic Colors of #0577AB
Black with #0577AB
Text Example
Text Example
White with #0577AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0577AB; }
p { color: rgb(5,119,171); }
H1.HeaderClassName
{
color: #0577AB;
}
.AnyTagClassName
{
color: #0577AB;
}
</style>
background-color css
<style>
a { background-color: #0577AB; }
a { background-color: rgb(5,119,171); }
div.DivClassName
{
background-color: #0577AB;
}
.BgClassName
{
background-color: #0577AB;
}
</style>
border-color css
<style>
span { border-color: #0577AB; }
span { border-color: rgb(5,119,171); }
td.TdClassName
{
border-color: #0577AB;
}
.TagClassName
{
border-color: #0577AB;
}
</style>