Shades of Dark Cerulean #04507D
Tints of Dark Cerulean #04507D
RGB
CMYK
RGB Variations
Color information
#04507D (or 0x04507D) is known color: Dark Cerulean. HEX triplet: 04, 50 and 7D. RGB value is (4,80,125). Sum of RGB (Red+Green+Blue) = 4+80+125=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #04507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04507D is #FBAF82. Grayscale: #3E3E3E. Windows color (decimal): -16494467 or 8212484. OLE color: 8212484.
HSL color Cylindrical-coordinate representation of color #04507D: hue angle of 202.31º 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 #04507D is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 80 | 125 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.51 |
| HSL | 202.31º | 0.94% | 0.25% | - |
| HSV(B) | 202.31º | 0.97% | 0.49% | - |
| XYZ | 6.62 | 7.24 | 20.45 | - |
| YUV | 62.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 125 | 0.97 | 0.36 | 0 | 0.51 | 202.31 | 0.94 | 0.25 |
| Hex | 4 | 50 | 7D | 61 | 24 | 0 | 33 | CA | 5E | 19 |
| Octal | 4 | 120 | 175 | 141 | 44 | 0 | 63 | 312 | 136 | 31 |
| Binary | 100 | 1010000 | 1111101 | 1100001 | 100100 | 0 | 110011 | 11001010 | 1011110 | 11001 |
Color Harmonies of #04507D
Complementary color
Monochromatic Colors of #04507D
Black with #04507D
Text Example
Text Example
White with #04507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04507D; }
p { color: rgb(4,80,125); }
H1.HeaderClassName
{
color: #04507D;
}
.AnyTagClassName
{
color: #04507D;
}
</style>
background-color css
<style>
a { background-color: #04507D; }
a { background-color: rgb(4,80,125); }
div.DivClassName
{
background-color: #04507D;
}
.BgClassName
{
background-color: #04507D;
}
</style>
border-color css
<style>
span { border-color: #04507D; }
span { border-color: rgb(4,80,125); }
td.TdClassName
{
border-color: #04507D;
}
.TagClassName
{
border-color: #04507D;
}
</style>