Shades of Navy #040E7E
Tints of Navy #040E7E
RGB
CMYK
RGB Variations
Color information
#040E7E (or 0x040E7E) is known color: Navy. HEX triplet: 04, 0E and 7E. RGB value is (4,14,126). Sum of RGB (Red+Green+Blue) = 4+14+126=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 126 (49.61% from 255 or 87.5% from 144); Max value from RGB is 126 - color contains mainly: blue. Hex color #040E7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E7E is #FBF181. Grayscale: #171717. Windows color (decimal): -16511362 or 8261124. OLE color: 8261124.
HSL color Cylindrical-coordinate representation of color #040E7E: hue angle of 235.08º 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 #040E7E is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 14 | 126 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.51 |
| HSL | 235.08º | 0.94% | 0.25% | - |
| HSV(B) | 235.08º | 0.97% | 0.49% | - |
| XYZ | 3.97 | 1.85 | 19.89 | - |
| YUV | 23.78 | 185.69 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 126 | 0.97 | 0.89 | 0 | 0.51 | 235.08 | 0.94 | 0.25 |
| Hex | 4 | E | 7E | 61 | 59 | 0 | 33 | EB | 5E | 19 |
| Octal | 4 | 16 | 176 | 141 | 131 | 0 | 63 | 353 | 136 | 31 |
| Binary | 100 | 1110 | 1111110 | 1100001 | 1011001 | 0 | 110011 | 11101011 | 1011110 | 11001 |
Color Harmonies of #040E7E
Complementary color
Monochromatic Colors of #040E7E
Black with #040E7E
Text Example
Text Example
White with #040E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E7E; }
p { color: rgb(4,14,126); }
H1.HeaderClassName
{
color: #040E7E;
}
.AnyTagClassName
{
color: #040E7E;
}
</style>
background-color css
<style>
a { background-color: #040E7E; }
a { background-color: rgb(4,14,126); }
div.DivClassName
{
background-color: #040E7E;
}
.BgClassName
{
background-color: #040E7E;
}
</style>
border-color css
<style>
span { border-color: #040E7E; }
span { border-color: rgb(4,14,126); }
td.TdClassName
{
border-color: #040E7E;
}
.TagClassName
{
border-color: #040E7E;
}
</style>