Shades of Cerulean #0578BA
Tints of Cerulean #0578BA
RGB
CMYK
RGB Variations
Color information
#0578BA (or 0x0578BA) is known color: Cerulean. HEX triplet: 05, 78 and BA. RGB value is (5,120,186). Sum of RGB (Red+Green+Blue) = 5+120+186=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #0578BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0578BA is #FA8745. Grayscale: #5C5C5C. Windows color (decimal): -16418630 or 12220421. OLE color: 12220421.
HSL color Cylindrical-coordinate representation of color #0578BA: hue angle of 201.88º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0578BA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 120 | 186 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.27 |
| HSL | 201.88º | 0.95% | 0.37% | - |
| HSV(B) | 201.88º | 0.97% | 0.73% | - |
| XYZ | 15.64 | 17.01 | 48.91 | - |
| YUV | 93.14 | 180.4 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 186 | 0.97 | 0.35 | 0 | 0.27 | 201.88 | 0.95 | 0.37 |
| Hex | 5 | 78 | BA | 61 | 23 | 0 | 1B | CA | 5F | 25 |
| Octal | 5 | 170 | 272 | 141 | 43 | 0 | 33 | 312 | 137 | 45 |
| Binary | 101 | 1111000 | 10111010 | 1100001 | 100011 | 0 | 11011 | 11001010 | 1011111 | 100101 |
Color Harmonies of #0578BA
Complementary color
Monochromatic Colors of #0578BA
Black with #0578BA
Text Example
Text Example
White with #0578BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0578BA; }
p { color: rgb(5,120,186); }
H1.HeaderClassName
{
color: #0578BA;
}
.AnyTagClassName
{
color: #0578BA;
}
</style>
background-color css
<style>
a { background-color: #0578BA; }
a { background-color: rgb(5,120,186); }
div.DivClassName
{
background-color: #0578BA;
}
.BgClassName
{
background-color: #0578BA;
}
</style>
border-color css
<style>
span { border-color: #0578BA; }
span { border-color: rgb(5,120,186); }
td.TdClassName
{
border-color: #0578BA;
}
.TagClassName
{
border-color: #0578BA;
}
</style>