Shades of Dark Cerulean #043F80
Tints of Dark Cerulean #043F80
RGB
CMYK
RGB Variations
Color information
#043F80 (or 0x043F80) is known color: Dark Cerulean. HEX triplet: 04, 3F and 80. RGB value is (4,63,128). Sum of RGB (Red+Green+Blue) = 4+63+128=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #043F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043F80 is #FBC07F. Grayscale: #343434. Windows color (decimal): -16498816 or 8404740. OLE color: 8404740.
HSL color Cylindrical-coordinate representation of color #043F80: hue angle of 211.45º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043F80 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 63 | 128 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.50 |
| HSL | 211.45º | 0.94% | 0.26% | - |
| HSV(B) | 211.45º | 0.97% | 0.5% | - |
| XYZ | 5.72 | 5.14 | 21.11 | - |
| YUV | 52.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 128 | 0.97 | 0.51 | 0 | 0.50 | 211.45 | 0.94 | 0.26 |
| Hex | 4 | 3F | 80 | 61 | 33 | 0 | 32 | D3 | 5E | 1A |
| Octal | 4 | 77 | 200 | 141 | 63 | 0 | 62 | 323 | 136 | 32 |
| Binary | 100 | 111111 | 10000000 | 1100001 | 110011 | 0 | 110010 | 11010011 | 1011110 | 11010 |
Color Harmonies of #043F80
Complementary color
Monochromatic Colors of #043F80
Black with #043F80
Text Example
Text Example
White with #043F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F80; }
p { color: rgb(4,63,128); }
H1.HeaderClassName
{
color: #043F80;
}
.AnyTagClassName
{
color: #043F80;
}
</style>
background-color css
<style>
a { background-color: #043F80; }
a { background-color: rgb(4,63,128); }
div.DivClassName
{
background-color: #043F80;
}
.BgClassName
{
background-color: #043F80;
}
</style>
border-color css
<style>
span { border-color: #043F80; }
span { border-color: rgb(4,63,128); }
td.TdClassName
{
border-color: #043F80;
}
.TagClassName
{
border-color: #043F80;
}
</style>