Shades of Navy #040E6E
Tints of Navy #040E6E
RGB
CMYK
RGB Variations
Color information
#040E6E (or 0x040E6E) is known color: Navy. HEX triplet: 04, 0E and 6E. RGB value is (4,14,110). Sum of RGB (Red+Green+Blue) = 4+14+110=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #040E6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E6E is #FBF191. Grayscale: #151515. Windows color (decimal): -16511378 or 7212548. OLE color: 7212548.
HSL color Cylindrical-coordinate representation of color #040E6E: hue angle of 234.34º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E6E is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 14 | 110 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.57 |
| HSL | 234.34º | 0.93% | 0.22% | - |
| HSV(B) | 234.34º | 0.96% | 0.43% | - |
| XYZ | 3.02 | 1.47 | 14.88 | - |
| YUV | 21.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 110 | 0.96 | 0.87 | 0 | 0.57 | 234.34 | 0.93 | 0.22 |
| Hex | 4 | E | 6E | 60 | 57 | 0 | 39 | EA | 5D | 16 |
| Octal | 4 | 16 | 156 | 140 | 127 | 0 | 71 | 352 | 135 | 26 |
| Binary | 100 | 1110 | 1101110 | 1100000 | 1010111 | 0 | 111001 | 11101010 | 1011101 | 10110 |
Color Harmonies of #040E6E
Complementary color
Monochromatic Colors of #040E6E
Black with #040E6E
Text Example
Text Example
White with #040E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E6E; }
p { color: rgb(4,14,110); }
H1.HeaderClassName
{
color: #040E6E;
}
.AnyTagClassName
{
color: #040E6E;
}
</style>
background-color css
<style>
a { background-color: #040E6E; }
a { background-color: rgb(4,14,110); }
div.DivClassName
{
background-color: #040E6E;
}
.BgClassName
{
background-color: #040E6E;
}
</style>
border-color css
<style>
span { border-color: #040E6E; }
span { border-color: rgb(4,14,110); }
td.TdClassName
{
border-color: #040E6E;
}
.TagClassName
{
border-color: #040E6E;
}
</style>