Shades of Dark Cerulean #043F8D
Tints of Dark Cerulean #043F8D
RGB
CMYK
RGB Variations
Color information
#043F8D (or 0x043F8D) is known color: Dark Cerulean. HEX triplet: 04, 3F and 8D. RGB value is (4,63,141). Sum of RGB (Red+Green+Blue) = 4+63+141=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #043F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043F8D is #FBC072. Grayscale: #353535. Windows color (decimal): -16498803 or 9256708. OLE color: 9256708.
HSL color Cylindrical-coordinate representation of color #043F8D: hue angle of 214.16º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043F8D is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 63 | 141 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.45 |
| HSL | 214.16º | 0.94% | 0.28% | - |
| HSV(B) | 214.16º | 0.97% | 0.55% | - |
| XYZ | 6.64 | 5.5 | 25.91 | - |
| YUV | 54.25 | 176.95 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 141 | 0.97 | 0.55 | 0 | 0.45 | 214.16 | 0.94 | 0.28 |
| Hex | 4 | 3F | 8D | 61 | 37 | 0 | 2D | D6 | 5E | 1C |
| Octal | 4 | 77 | 215 | 141 | 67 | 0 | 55 | 326 | 136 | 34 |
| Binary | 100 | 111111 | 10001101 | 1100001 | 110111 | 0 | 101101 | 11010110 | 1011110 | 11100 |
Color Harmonies of #043F8D
Complementary color
Monochromatic Colors of #043F8D
Black with #043F8D
Text Example
Text Example
White with #043F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043F8D; }
p { color: rgb(4,63,141); }
H1.HeaderClassName
{
color: #043F8D;
}
.AnyTagClassName
{
color: #043F8D;
}
</style>
background-color css
<style>
a { background-color: #043F8D; }
a { background-color: rgb(4,63,141); }
div.DivClassName
{
background-color: #043F8D;
}
.BgClassName
{
background-color: #043F8D;
}
</style>
border-color css
<style>
span { border-color: #043F8D; }
span { border-color: rgb(4,63,141); }
td.TdClassName
{
border-color: #043F8D;
}
.TagClassName
{
border-color: #043F8D;
}
</style>