Shades of Navy Blue #043FEB
Tints of Navy Blue #043FEB
RGB
CMYK
RGB Variations
Color information
#043FEB (or 0x043FEB) is known color: Navy Blue. HEX triplet: 04, 3F and EB. RGB value is (4,63,235). Sum of RGB (Red+Green+Blue) = 4+63+235=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #043FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043FEB is #FBC014. Grayscale: #404040. Windows color (decimal): -16498709 or 15417092. OLE color: 15417092.
HSL color Cylindrical-coordinate representation of color #043FEB: hue angle of 224.68º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FEB is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 63 | 235 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.08 |
| HSL | 224.68º | 0.97% | 0.47% | - |
| HSV(B) | 224.68º | 0.98% | 0.92% | - |
| XYZ | 16.82 | 9.58 | 79.56 | - |
| YUV | 64.97 | 223.95 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 235 | 0.98 | 0.73 | 0 | 0.08 | 224.68 | 0.97 | 0.47 |
| Hex | 4 | 3F | EB | 62 | 49 | 0 | 8 | E1 | 61 | 2F |
| Octal | 4 | 77 | 353 | 142 | 111 | 0 | 10 | 341 | 141 | 57 |
| Binary | 100 | 111111 | 11101011 | 1100010 | 1001001 | 0 | 1000 | 11100001 | 1100001 | 101111 |
Color Harmonies of #043FEB
Complementary color
Monochromatic Colors of #043FEB
Black with #043FEB
Text Example
Text Example
White with #043FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FEB; }
p { color: rgb(4,63,235); }
H1.HeaderClassName
{
color: #043FEB;
}
.AnyTagClassName
{
color: #043FEB;
}
</style>
background-color css
<style>
a { background-color: #043FEB; }
a { background-color: rgb(4,63,235); }
div.DivClassName
{
background-color: #043FEB;
}
.BgClassName
{
background-color: #043FEB;
}
</style>
border-color css
<style>
span { border-color: #043FEB; }
span { border-color: rgb(4,63,235); }
td.TdClassName
{
border-color: #043FEB;
}
.TagClassName
{
border-color: #043FEB;
}
</style>