Shades of Dark Cerulean #04577F
Tints of Dark Cerulean #04577F
RGB
CMYK
RGB Variations
Color information
#04577F (or 0x04577F) is known color: Dark Cerulean. HEX triplet: 04, 57 and 7F. RGB value is (4,87,127). Sum of RGB (Red+Green+Blue) = 4+87+127=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #04577F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04577F is #FBA880. Grayscale: #424242. Windows color (decimal): -16492673 or 8345348. OLE color: 8345348.
HSL color Cylindrical-coordinate representation of color #04577F: hue angle of 199.51º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04577F is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 87 | 127 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.50 |
| HSL | 199.51º | 0.94% | 0.26% | - |
| HSV(B) | 199.51º | 0.97% | 0.5% | - |
| XYZ | 7.29 | 8.37 | 21.31 | - |
| YUV | 66.74 | 162 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 127 | 0.97 | 0.31 | 0 | 0.50 | 199.51 | 0.94 | 0.26 |
| Hex | 4 | 57 | 7F | 61 | 1F | 0 | 32 | C8 | 5E | 1A |
| Octal | 4 | 127 | 177 | 141 | 37 | 0 | 62 | 310 | 136 | 32 |
| Binary | 100 | 1010111 | 1111111 | 1100001 | 11111 | 0 | 110010 | 11001000 | 1011110 | 11010 |
Color Harmonies of #04577F
Complementary color
Monochromatic Colors of #04577F
Black with #04577F
Text Example
Text Example
White with #04577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04577F; }
p { color: rgb(4,87,127); }
H1.HeaderClassName
{
color: #04577F;
}
.AnyTagClassName
{
color: #04577F;
}
</style>
background-color css
<style>
a { background-color: #04577F; }
a { background-color: rgb(4,87,127); }
div.DivClassName
{
background-color: #04577F;
}
.BgClassName
{
background-color: #04577F;
}
</style>
border-color css
<style>
span { border-color: #04577F; }
span { border-color: rgb(4,87,127); }
td.TdClassName
{
border-color: #04577F;
}
.TagClassName
{
border-color: #04577F;
}
</style>