Shades of Dark Cerulean #04557E
Tints of Dark Cerulean #04557E
RGB
CMYK
RGB Variations
Color information
#04557E (or 0x04557E) is known color: Dark Cerulean. HEX triplet: 04, 55 and 7E. RGB value is (4,85,126). Sum of RGB (Red+Green+Blue) = 4+85+126=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #04557E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04557E is #FBAA81. Grayscale: #414141. Windows color (decimal): -16493186 or 8279300. OLE color: 8279300.
HSL color Cylindrical-coordinate representation of color #04557E: hue angle of 200.16º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04557E is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 85 | 126 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.51 |
| HSL | 200.16º | 0.94% | 0.25% | - |
| HSV(B) | 200.16º | 0.97% | 0.49% | - |
| XYZ | 7.06 | 8.03 | 20.92 | - |
| YUV | 65.46 | 162.16 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 126 | 0.97 | 0.33 | 0 | 0.51 | 200.16 | 0.94 | 0.25 |
| Hex | 4 | 55 | 7E | 61 | 21 | 0 | 33 | C8 | 5E | 19 |
| Octal | 4 | 125 | 176 | 141 | 41 | 0 | 63 | 310 | 136 | 31 |
| Binary | 100 | 1010101 | 1111110 | 1100001 | 100001 | 0 | 110011 | 11001000 | 1011110 | 11001 |
Color Harmonies of #04557E
Complementary color
Monochromatic Colors of #04557E
Black with #04557E
Text Example
Text Example
White with #04557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04557E; }
p { color: rgb(4,85,126); }
H1.HeaderClassName
{
color: #04557E;
}
.AnyTagClassName
{
color: #04557E;
}
</style>
background-color css
<style>
a { background-color: #04557E; }
a { background-color: rgb(4,85,126); }
div.DivClassName
{
background-color: #04557E;
}
.BgClassName
{
background-color: #04557E;
}
</style>
border-color css
<style>
span { border-color: #04557E; }
span { border-color: rgb(4,85,126); }
td.TdClassName
{
border-color: #04557E;
}
.TagClassName
{
border-color: #04557E;
}
</style>