Shades of Navy #040E7D
Tints of Navy #040E7D
RGB
CMYK
RGB Variations
Color information
#040E7D (or 0x040E7D) is known color: Navy. HEX triplet: 04, 0E and 7D. RGB value is (4,14,125). Sum of RGB (Red+Green+Blue) = 4+14+125=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #040E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E7D is #FBF182. Grayscale: #171717. Windows color (decimal): -16511363 or 8195588. OLE color: 8195588.
HSL color Cylindrical-coordinate representation of color #040E7D: hue angle of 235.04º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040E7D is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 14 | 125 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.51 |
| HSL | 235.04º | 0.94% | 0.25% | - |
| HSV(B) | 235.04º | 0.97% | 0.49% | - |
| XYZ | 3.91 | 1.82 | 19.55 | - |
| YUV | 23.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 125 | 0.97 | 0.89 | 0 | 0.51 | 235.04 | 0.94 | 0.25 |
| Hex | 4 | E | 7D | 61 | 59 | 0 | 33 | EB | 5E | 19 |
| Octal | 4 | 16 | 175 | 141 | 131 | 0 | 63 | 353 | 136 | 31 |
| Binary | 100 | 1110 | 1111101 | 1100001 | 1011001 | 0 | 110011 | 11101011 | 1011110 | 11001 |
Color Harmonies of #040E7D
Complementary color
Monochromatic Colors of #040E7D
Black with #040E7D
Text Example
Text Example
White with #040E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E7D; }
p { color: rgb(4,14,125); }
H1.HeaderClassName
{
color: #040E7D;
}
.AnyTagClassName
{
color: #040E7D;
}
</style>
background-color css
<style>
a { background-color: #040E7D; }
a { background-color: rgb(4,14,125); }
div.DivClassName
{
background-color: #040E7D;
}
.BgClassName
{
background-color: #040E7D;
}
</style>
border-color css
<style>
span { border-color: #040E7D; }
span { border-color: rgb(4,14,125); }
td.TdClassName
{
border-color: #040E7D;
}
.TagClassName
{
border-color: #040E7D;
}
</style>