Shades of Dark Cerulean #04557C
Tints of Dark Cerulean #04557C
RGB
CMYK
RGB Variations
Color information
#04557C (or 0x04557C) is known color: Dark Cerulean. HEX triplet: 04, 55 and 7C. RGB value is (4,85,124). Sum of RGB (Red+Green+Blue) = 4+85+124=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #04557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04557C is #FBAA83. Grayscale: #404040. Windows color (decimal): -16493188 or 8148228. OLE color: 8148228.
HSL color Cylindrical-coordinate representation of color #04557C: hue angle of 199.5º 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 #04557C is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 85 | 124 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.51 |
| HSL | 199.5º | 0.94% | 0.25% | - |
| HSV(B) | 199.5º | 0.97% | 0.49% | - |
| XYZ | 6.94 | 7.98 | 20.24 | - |
| YUV | 65.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 124 | 0.97 | 0.31 | 0 | 0.51 | 199.5 | 0.94 | 0.25 |
| Hex | 4 | 55 | 7C | 61 | 1F | 0 | 33 | C8 | 5E | 19 |
| Octal | 4 | 125 | 174 | 141 | 37 | 0 | 63 | 310 | 136 | 31 |
| Binary | 100 | 1010101 | 1111100 | 1100001 | 11111 | 0 | 110011 | 11001000 | 1011110 | 11001 |
Color Harmonies of #04557C
Complementary color
Monochromatic Colors of #04557C
Black with #04557C
Text Example
Text Example
White with #04557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04557C; }
p { color: rgb(4,85,124); }
H1.HeaderClassName
{
color: #04557C;
}
.AnyTagClassName
{
color: #04557C;
}
</style>
background-color css
<style>
a { background-color: #04557C; }
a { background-color: rgb(4,85,124); }
div.DivClassName
{
background-color: #04557C;
}
.BgClassName
{
background-color: #04557C;
}
</style>
border-color css
<style>
span { border-color: #04557C; }
span { border-color: rgb(4,85,124); }
td.TdClassName
{
border-color: #04557C;
}
.TagClassName
{
border-color: #04557C;
}
</style>