Shades of Dark Cerulean #043E82
Tints of Dark Cerulean #043E82
RGB
CMYK
RGB Variations
Color information
#043E82 (or 0x043E82) is known color: Dark Cerulean. HEX triplet: 04, 3E and 82. RGB value is (4,62,130). Sum of RGB (Red+Green+Blue) = 4+62+130=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #043E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043E82 is #FBC17D. Grayscale: #343434. Windows color (decimal): -16499070 or 8535556. OLE color: 8535556.
HSL color Cylindrical-coordinate representation of color #043E82: hue angle of 212.38º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043E82 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 62 | 130 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.49 |
| HSL | 212.38º | 0.94% | 0.26% | - |
| HSV(B) | 212.38º | 0.97% | 0.51% | - |
| XYZ | 5.8 | 5.08 | 21.79 | - |
| YUV | 52.41 | 171.78 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 130 | 0.97 | 0.52 | 0 | 0.49 | 212.38 | 0.94 | 0.26 |
| Hex | 4 | 3E | 82 | 61 | 34 | 0 | 31 | D4 | 5E | 1A |
| Octal | 4 | 76 | 202 | 141 | 64 | 0 | 61 | 324 | 136 | 32 |
| Binary | 100 | 111110 | 10000010 | 1100001 | 110100 | 0 | 110001 | 11010100 | 1011110 | 11010 |
Color Harmonies of #043E82
Complementary color
Monochromatic Colors of #043E82
Black with #043E82
Text Example
Text Example
White with #043E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E82; }
p { color: rgb(4,62,130); }
H1.HeaderClassName
{
color: #043E82;
}
.AnyTagClassName
{
color: #043E82;
}
</style>
background-color css
<style>
a { background-color: #043E82; }
a { background-color: rgb(4,62,130); }
div.DivClassName
{
background-color: #043E82;
}
.BgClassName
{
background-color: #043E82;
}
</style>
border-color css
<style>
span { border-color: #043E82; }
span { border-color: rgb(4,62,130); }
td.TdClassName
{
border-color: #043E82;
}
.TagClassName
{
border-color: #043E82;
}
</style>