Shades of Cerulean #0574AB
Tints of Cerulean #0574AB
RGB
CMYK
RGB Variations
Color information
#0574AB (or 0x0574AB) is known color: Cerulean. HEX triplet: 05, 74 and AB. RGB value is (5,116,171). Sum of RGB (Red+Green+Blue) = 5+116+171=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #0574AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0574AB is #FA8B54. Grayscale: #585858. Windows color (decimal): -16419669 or 11236357. OLE color: 11236357.
HSL color Cylindrical-coordinate representation of color #0574AB: hue angle of 199.88º 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 #0574AB is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 116 | 171 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.33 |
| HSL | 199.88º | 0.94% | 0.35% | - |
| HSV(B) | 199.88º | 0.97% | 0.67% | - |
| XYZ | 13.66 | 15.46 | 40.79 | - |
| YUV | 89.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 171 | 0.97 | 0.32 | 0 | 0.33 | 199.88 | 0.94 | 0.35 |
| Hex | 5 | 74 | AB | 61 | 20 | 0 | 21 | C8 | 5E | 23 |
| Octal | 5 | 164 | 253 | 141 | 40 | 0 | 41 | 310 | 136 | 43 |
| Binary | 101 | 1110100 | 10101011 | 1100001 | 100000 | 0 | 100001 | 11001000 | 1011110 | 100011 |
Color Harmonies of #0574AB
Complementary color
Monochromatic Colors of #0574AB
Black with #0574AB
Text Example
Text Example
White with #0574AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0574AB; }
p { color: rgb(5,116,171); }
H1.HeaderClassName
{
color: #0574AB;
}
.AnyTagClassName
{
color: #0574AB;
}
</style>
background-color css
<style>
a { background-color: #0574AB; }
a { background-color: rgb(5,116,171); }
div.DivClassName
{
background-color: #0574AB;
}
.BgClassName
{
background-color: #0574AB;
}
</style>
border-color css
<style>
span { border-color: #0574AB; }
span { border-color: rgb(5,116,171); }
td.TdClassName
{
border-color: #0574AB;
}
.TagClassName
{
border-color: #0574AB;
}
</style>