Shades of Cerulean #0574AC
Tints of Cerulean #0574AC
RGB
CMYK
RGB Variations
Color information
#0574AC (or 0x0574AC) is known color: Cerulean. HEX triplet: 05, 74 and AC. RGB value is (5,116,172). Sum of RGB (Red+Green+Blue) = 5+116+172=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #0574AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0574AC is #FA8B53. Grayscale: #585858. Windows color (decimal): -16419668 or 11301893. OLE color: 11301893.
HSL color Cylindrical-coordinate representation of color #0574AC: hue angle of 200.12º 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 #0574AC is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 116 | 172 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.33 |
| HSL | 200.12º | 0.94% | 0.35% | - |
| HSV(B) | 200.12º | 0.97% | 0.67% | - |
| XYZ | 13.75 | 15.5 | 41.3 | - |
| YUV | 89.2 | 174.73 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 172 | 0.97 | 0.33 | 0 | 0.33 | 200.12 | 0.94 | 0.35 |
| Hex | 5 | 74 | AC | 61 | 21 | 0 | 21 | C8 | 5E | 23 |
| Octal | 5 | 164 | 254 | 141 | 41 | 0 | 41 | 310 | 136 | 43 |
| Binary | 101 | 1110100 | 10101100 | 1100001 | 100001 | 0 | 100001 | 11001000 | 1011110 | 100011 |
Color Harmonies of #0574AC
Complementary color
Monochromatic Colors of #0574AC
Black with #0574AC
Text Example
Text Example
White with #0574AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0574AC; }
p { color: rgb(5,116,172); }
H1.HeaderClassName
{
color: #0574AC;
}
.AnyTagClassName
{
color: #0574AC;
}
</style>
background-color css
<style>
a { background-color: #0574AC; }
a { background-color: rgb(5,116,172); }
div.DivClassName
{
background-color: #0574AC;
}
.BgClassName
{
background-color: #0574AC;
}
</style>
border-color css
<style>
span { border-color: #0574AC; }
span { border-color: rgb(5,116,172); }
td.TdClassName
{
border-color: #0574AC;
}
.TagClassName
{
border-color: #0574AC;
}
</style>