Shades of Cerulean #0576AB
Tints of Cerulean #0576AB
RGB
CMYK
RGB Variations
Color information
#0576AB (or 0x0576AB) is known color: Cerulean. HEX triplet: 05, 76 and AB. RGB value is (5,118,171). Sum of RGB (Red+Green+Blue) = 5+118+171=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #0576AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0576AB is #FA8954. Grayscale: #595959. Windows color (decimal): -16419157 or 11236869. OLE color: 11236869.
HSL color Cylindrical-coordinate representation of color #0576AB: hue angle of 199.16º 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 #0576AB is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 118 | 171 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.33 |
| HSL | 199.16º | 0.94% | 0.35% | - |
| HSV(B) | 199.16º | 0.97% | 0.67% | - |
| XYZ | 13.89 | 15.93 | 40.87 | - |
| YUV | 90.26 | 173.56 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 171 | 0.97 | 0.31 | 0 | 0.33 | 199.16 | 0.94 | 0.35 |
| Hex | 5 | 76 | AB | 61 | 1F | 0 | 21 | C7 | 5E | 23 |
| Octal | 5 | 166 | 253 | 141 | 37 | 0 | 41 | 307 | 136 | 43 |
| Binary | 101 | 1110110 | 10101011 | 1100001 | 11111 | 0 | 100001 | 11000111 | 1011110 | 100011 |
Color Harmonies of #0576AB
Complementary color
Monochromatic Colors of #0576AB
Black with #0576AB
Text Example
Text Example
White with #0576AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0576AB; }
p { color: rgb(5,118,171); }
H1.HeaderClassName
{
color: #0576AB;
}
.AnyTagClassName
{
color: #0576AB;
}
</style>
background-color css
<style>
a { background-color: #0576AB; }
a { background-color: rgb(5,118,171); }
div.DivClassName
{
background-color: #0576AB;
}
.BgClassName
{
background-color: #0576AB;
}
</style>
border-color css
<style>
span { border-color: #0576AB; }
span { border-color: rgb(5,118,171); }
td.TdClassName
{
border-color: #0576AB;
}
.TagClassName
{
border-color: #0576AB;
}
</style>