Shades of Dark Cerulean #04588C
Tints of Dark Cerulean #04588C
RGB
CMYK
RGB Variations
Color information
#04588C (or 0x04588C) is known color: Dark Cerulean. HEX triplet: 04, 58 and 8C. RGB value is (4,88,140). Sum of RGB (Red+Green+Blue) = 4+88+140=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #04588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04588C is #FBA773. Grayscale: #444444. Windows color (decimal): -16492404 or 9197572. OLE color: 9197572.
HSL color Cylindrical-coordinate representation of color #04588C: hue angle of 202.94º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04588C is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 88 | 140 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.45 |
| HSL | 202.94º | 0.94% | 0.28% | - |
| HSV(B) | 202.94º | 0.97% | 0.55% | - |
| XYZ | 8.27 | 8.9 | 26.09 | - |
| YUV | 68.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 140 | 0.97 | 0.37 | 0 | 0.45 | 202.94 | 0.94 | 0.28 |
| Hex | 4 | 58 | 8C | 61 | 25 | 0 | 2D | CB | 5E | 1C |
| Octal | 4 | 130 | 214 | 141 | 45 | 0 | 55 | 313 | 136 | 34 |
| Binary | 100 | 1011000 | 10001100 | 1100001 | 100101 | 0 | 101101 | 11001011 | 1011110 | 11100 |
Color Harmonies of #04588C
Complementary color
Monochromatic Colors of #04588C
Black with #04588C
Text Example
Text Example
White with #04588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04588C; }
p { color: rgb(4,88,140); }
H1.HeaderClassName
{
color: #04588C;
}
.AnyTagClassName
{
color: #04588C;
}
</style>
background-color css
<style>
a { background-color: #04588C; }
a { background-color: rgb(4,88,140); }
div.DivClassName
{
background-color: #04588C;
}
.BgClassName
{
background-color: #04588C;
}
</style>
border-color css
<style>
span { border-color: #04588C; }
span { border-color: rgb(4,88,140); }
td.TdClassName
{
border-color: #04588C;
}
.TagClassName
{
border-color: #04588C;
}
</style>