Shades of Dark Cerulean #043F81
Tints of Dark Cerulean #043F81
RGB
CMYK
RGB Variations
Color information
#043F81 (or 0x043F81) is known color: Dark Cerulean. HEX triplet: 04, 3F and 81. RGB value is (4,63,129). Sum of RGB (Red+Green+Blue) = 4+63+129=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #043F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043F81 is #FBC07E. Grayscale: #343434. Windows color (decimal): -16498815 or 8470276. OLE color: 8470276.
HSL color Cylindrical-coordinate representation of color #043F81: hue angle of 211.68º 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 #043F81 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 63 | 129 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.49 |
| HSL | 211.68º | 0.94% | 0.26% | - |
| HSV(B) | 211.68º | 0.97% | 0.51% | - |
| XYZ | 5.79 | 5.17 | 21.46 | - |
| YUV | 52.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 129 | 0.97 | 0.51 | 0 | 0.49 | 211.68 | 0.94 | 0.26 |
| Hex | 4 | 3F | 81 | 61 | 33 | 0 | 31 | D4 | 5E | 1A |
| Octal | 4 | 77 | 201 | 141 | 63 | 0 | 61 | 324 | 136 | 32 |
| Binary | 100 | 111111 | 10000001 | 1100001 | 110011 | 0 | 110001 | 11010100 | 1011110 | 11010 |
Color Harmonies of #043F81
Complementary color
Monochromatic Colors of #043F81
Black with #043F81
Text Example
Text Example
White with #043F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F81; }
p { color: rgb(4,63,129); }
H1.HeaderClassName
{
color: #043F81;
}
.AnyTagClassName
{
color: #043F81;
}
</style>
background-color css
<style>
a { background-color: #043F81; }
a { background-color: rgb(4,63,129); }
div.DivClassName
{
background-color: #043F81;
}
.BgClassName
{
background-color: #043F81;
}
</style>
border-color css
<style>
span { border-color: #043F81; }
span { border-color: rgb(4,63,129); }
td.TdClassName
{
border-color: #043F81;
}
.TagClassName
{
border-color: #043F81;
}
</style>