Shades of Navy #040E7B
Tints of Navy #040E7B
RGB
CMYK
RGB Variations
Color information
#040E7B (or 0x040E7B) is known color: Navy. HEX triplet: 04, 0E and 7B. RGB value is (4,14,123). Sum of RGB (Red+Green+Blue) = 4+14+123=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #040E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E7B is #FBF184. Grayscale: #161616. Windows color (decimal): -16511365 or 8064516. OLE color: 8064516.
HSL color Cylindrical-coordinate representation of color #040E7B: hue angle of 234.96º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040E7B is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 14 | 123 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.52 |
| HSL | 234.96º | 0.94% | 0.25% | - |
| HSV(B) | 234.96º | 0.97% | 0.48% | - |
| XYZ | 3.78 | 1.77 | 18.88 | - |
| YUV | 23.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 123 | 0.97 | 0.89 | 0 | 0.52 | 234.96 | 0.94 | 0.25 |
| Hex | 4 | E | 7B | 61 | 59 | 0 | 34 | EB | 5E | 19 |
| Octal | 4 | 16 | 173 | 141 | 131 | 0 | 64 | 353 | 136 | 31 |
| Binary | 100 | 1110 | 1111011 | 1100001 | 1011001 | 0 | 110100 | 11101011 | 1011110 | 11001 |
Color Harmonies of #040E7B
Complementary color
Monochromatic Colors of #040E7B
Black with #040E7B
Text Example
Text Example
White with #040E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E7B; }
p { color: rgb(4,14,123); }
H1.HeaderClassName
{
color: #040E7B;
}
.AnyTagClassName
{
color: #040E7B;
}
</style>
background-color css
<style>
a { background-color: #040E7B; }
a { background-color: rgb(4,14,123); }
div.DivClassName
{
background-color: #040E7B;
}
.BgClassName
{
background-color: #040E7B;
}
</style>
border-color css
<style>
span { border-color: #040E7B; }
span { border-color: rgb(4,14,123); }
td.TdClassName
{
border-color: #040E7B;
}
.TagClassName
{
border-color: #040E7B;
}
</style>