Shades of Dark Cerulean #04517C
Tints of Dark Cerulean #04517C
RGB
CMYK
RGB Variations
Color information
#04517C (or 0x04517C) is known color: Dark Cerulean. HEX triplet: 04, 51 and 7C. RGB value is (4,81,124). Sum of RGB (Red+Green+Blue) = 4+81+124=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #04517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04517C is #FBAE83. Grayscale: #3E3E3E. Windows color (decimal): -16494212 or 8147204. OLE color: 8147204.
HSL color Cylindrical-coordinate representation of color #04517C: hue angle of 201.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 #04517C is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 81 | 124 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.51 |
| HSL | 201.5º | 0.94% | 0.25% | - |
| HSV(B) | 201.5º | 0.97% | 0.49% | - |
| XYZ | 6.63 | 7.37 | 20.14 | - |
| YUV | 62.88 | 162.49 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 124 | 0.97 | 0.35 | 0 | 0.51 | 201.5 | 0.94 | 0.25 |
| Hex | 4 | 51 | 7C | 61 | 23 | 0 | 33 | CA | 5E | 19 |
| Octal | 4 | 121 | 174 | 141 | 43 | 0 | 63 | 312 | 136 | 31 |
| Binary | 100 | 1010001 | 1111100 | 1100001 | 100011 | 0 | 110011 | 11001010 | 1011110 | 11001 |
Color Harmonies of #04517C
Complementary color
Monochromatic Colors of #04517C
Black with #04517C
Text Example
Text Example
White with #04517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04517C; }
p { color: rgb(4,81,124); }
H1.HeaderClassName
{
color: #04517C;
}
.AnyTagClassName
{
color: #04517C;
}
</style>
background-color css
<style>
a { background-color: #04517C; }
a { background-color: rgb(4,81,124); }
div.DivClassName
{
background-color: #04517C;
}
.BgClassName
{
background-color: #04517C;
}
</style>
border-color css
<style>
span { border-color: #04517C; }
span { border-color: rgb(4,81,124); }
td.TdClassName
{
border-color: #04517C;
}
.TagClassName
{
border-color: #04517C;
}
</style>