Shades of Dark Cerulean #04587F
Tints of Dark Cerulean #04587F
RGB
CMYK
RGB Variations
Color information
#04587F (or 0x04587F) is known color: Dark Cerulean. HEX triplet: 04, 58 and 7F. RGB value is (4,88,127). Sum of RGB (Red+Green+Blue) = 4+88+127=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #04587F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04587F is #FBA780. Grayscale: #434343. Windows color (decimal): -16492417 or 8345604. OLE color: 8345604.
HSL color Cylindrical-coordinate representation of color #04587F: hue angle of 199.02º 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 #04587F is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 88 | 127 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.50 |
| HSL | 199.02º | 0.94% | 0.26% | - |
| HSV(B) | 199.02º | 0.97% | 0.5% | - |
| XYZ | 7.37 | 8.54 | 21.34 | - |
| YUV | 67.33 | 161.67 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 127 | 0.97 | 0.31 | 0 | 0.50 | 199.02 | 0.94 | 0.26 |
| Hex | 4 | 58 | 7F | 61 | 1F | 0 | 32 | C7 | 5E | 1A |
| Octal | 4 | 130 | 177 | 141 | 37 | 0 | 62 | 307 | 136 | 32 |
| Binary | 100 | 1011000 | 1111111 | 1100001 | 11111 | 0 | 110010 | 11000111 | 1011110 | 11010 |
Color Harmonies of #04587F
Complementary color
Monochromatic Colors of #04587F
Black with #04587F
Text Example
Text Example
White with #04587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04587F; }
p { color: rgb(4,88,127); }
H1.HeaderClassName
{
color: #04587F;
}
.AnyTagClassName
{
color: #04587F;
}
</style>
background-color css
<style>
a { background-color: #04587F; }
a { background-color: rgb(4,88,127); }
div.DivClassName
{
background-color: #04587F;
}
.BgClassName
{
background-color: #04587F;
}
</style>
border-color css
<style>
span { border-color: #04587F; }
span { border-color: rgb(4,88,127); }
td.TdClassName
{
border-color: #04587F;
}
.TagClassName
{
border-color: #04587F;
}
</style>