Shades of Dark Cerulean #04517F
Tints of Dark Cerulean #04517F
RGB
CMYK
RGB Variations
Color information
#04517F (or 0x04517F) is known color: Dark Cerulean. HEX triplet: 04, 51 and 7F. RGB value is (4,81,127). Sum of RGB (Red+Green+Blue) = 4+81+127=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #04517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04517F is #FBAE80. Grayscale: #3E3E3E. Windows color (decimal): -16494209 or 8343812. OLE color: 8343812.
HSL color Cylindrical-coordinate representation of color #04517F: hue angle of 202.44º 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 #04517F is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 81 | 127 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.50 |
| HSL | 202.44º | 0.94% | 0.26% | - |
| HSV(B) | 202.44º | 0.97% | 0.5% | - |
| XYZ | 6.82 | 7.44 | 21.16 | - |
| YUV | 63.22 | 163.99 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 127 | 0.97 | 0.36 | 0 | 0.50 | 202.44 | 0.94 | 0.26 |
| Hex | 4 | 51 | 7F | 61 | 24 | 0 | 32 | CA | 5E | 1A |
| Octal | 4 | 121 | 177 | 141 | 44 | 0 | 62 | 312 | 136 | 32 |
| Binary | 100 | 1010001 | 1111111 | 1100001 | 100100 | 0 | 110010 | 11001010 | 1011110 | 11010 |
Color Harmonies of #04517F
Complementary color
Monochromatic Colors of #04517F
Black with #04517F
Text Example
Text Example
White with #04517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04517F; }
p { color: rgb(4,81,127); }
H1.HeaderClassName
{
color: #04517F;
}
.AnyTagClassName
{
color: #04517F;
}
</style>
background-color css
<style>
a { background-color: #04517F; }
a { background-color: rgb(4,81,127); }
div.DivClassName
{
background-color: #04517F;
}
.BgClassName
{
background-color: #04517F;
}
</style>
border-color css
<style>
span { border-color: #04517F; }
span { border-color: rgb(4,81,127); }
td.TdClassName
{
border-color: #04517F;
}
.TagClassName
{
border-color: #04517F;
}
</style>