Shades of Dark Cerulean #043E7D
Tints of Dark Cerulean #043E7D
RGB
CMYK
RGB Variations
Color information
#043E7D (or 0x043E7D) is known color: Dark Cerulean. HEX triplet: 04, 3E and 7D. RGB value is (4,62,125). Sum of RGB (Red+Green+Blue) = 4+62+125=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #043E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043E7D is #FBC182. Grayscale: #333333. Windows color (decimal): -16499075 or 8207876. OLE color: 8207876.
HSL color Cylindrical-coordinate representation of color #043E7D: hue angle of 211.24º 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 #043E7D is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 62 | 125 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.51 |
| HSL | 211.24º | 0.94% | 0.25% | - |
| HSV(B) | 211.24º | 0.97% | 0.49% | - |
| XYZ | 5.47 | 4.95 | 20.07 | - |
| YUV | 51.84 | 169.28 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 125 | 0.97 | 0.50 | 0 | 0.51 | 211.24 | 0.94 | 0.25 |
| Hex | 4 | 3E | 7D | 61 | 32 | 0 | 33 | D3 | 5E | 19 |
| Octal | 4 | 76 | 175 | 141 | 62 | 0 | 63 | 323 | 136 | 31 |
| Binary | 100 | 111110 | 1111101 | 1100001 | 110010 | 0 | 110011 | 11010011 | 1011110 | 11001 |
Color Harmonies of #043E7D
Complementary color
Monochromatic Colors of #043E7D
Black with #043E7D
Text Example
Text Example
White with #043E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E7D; }
p { color: rgb(4,62,125); }
H1.HeaderClassName
{
color: #043E7D;
}
.AnyTagClassName
{
color: #043E7D;
}
</style>
background-color css
<style>
a { background-color: #043E7D; }
a { background-color: rgb(4,62,125); }
div.DivClassName
{
background-color: #043E7D;
}
.BgClassName
{
background-color: #043E7D;
}
</style>
border-color css
<style>
span { border-color: #043E7D; }
span { border-color: rgb(4,62,125); }
td.TdClassName
{
border-color: #043E7D;
}
.TagClassName
{
border-color: #043E7D;
}
</style>