Shades of Dark Cerulean #04558E
Tints of Dark Cerulean #04558E
RGB
CMYK
RGB Variations
Color information
#04558E (or 0x04558E) is known color: Dark Cerulean. HEX triplet: 04, 55 and 8E. RGB value is (4,85,142). Sum of RGB (Red+Green+Blue) = 4+85+142=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #04558E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04558E is #FBAA71. Grayscale: #424242. Windows color (decimal): -16493170 or 9327876. OLE color: 9327876.
HSL color Cylindrical-coordinate representation of color #04558E: hue angle of 204.78º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04558E is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 85 | 142 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.44 |
| HSL | 204.78º | 0.95% | 0.29% | - |
| HSV(B) | 204.78º | 0.97% | 0.56% | - |
| XYZ | 8.18 | 8.48 | 26.8 | - |
| YUV | 67.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 142 | 0.97 | 0.40 | 0 | 0.44 | 204.78 | 0.95 | 0.29 |
| Hex | 4 | 55 | 8E | 61 | 28 | 0 | 2C | CD | 5F | 1D |
| Octal | 4 | 125 | 216 | 141 | 50 | 0 | 54 | 315 | 137 | 35 |
| Binary | 100 | 1010101 | 10001110 | 1100001 | 101000 | 0 | 101100 | 11001101 | 1011111 | 11101 |
Color Harmonies of #04558E
Complementary color
Monochromatic Colors of #04558E
Black with #04558E
Text Example
Text Example
White with #04558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04558E; }
p { color: rgb(4,85,142); }
H1.HeaderClassName
{
color: #04558E;
}
.AnyTagClassName
{
color: #04558E;
}
</style>
background-color css
<style>
a { background-color: #04558E; }
a { background-color: rgb(4,85,142); }
div.DivClassName
{
background-color: #04558E;
}
.BgClassName
{
background-color: #04558E;
}
</style>
border-color css
<style>
span { border-color: #04558E; }
span { border-color: rgb(4,85,142); }
td.TdClassName
{
border-color: #04558E;
}
.TagClassName
{
border-color: #04558E;
}
</style>