Shades of Navy #040D7A
Tints of Navy #040D7A
RGB
CMYK
RGB Variations
Color information
#040D7A (or 0x040D7A) is known color: Navy. HEX triplet: 04, 0D and 7A. RGB value is (4,13,122). Sum of RGB (Red+Green+Blue) = 4+13+122=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 122 (48.05% from 255 or 87.77% from 139); Max value from RGB is 122 - color contains mainly: blue. Hex color #040D7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D7A is #FBF285. Grayscale: #161616. Windows color (decimal): -16511622 or 7998724. OLE color: 7998724.
HSL color Cylindrical-coordinate representation of color #040D7A: hue angle of 235.42º 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 #040D7A is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 13 | 122 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.52 |
| HSL | 235.42º | 0.94% | 0.25% | - |
| HSV(B) | 235.42º | 0.97% | 0.48% | - |
| XYZ | 3.71 | 1.72 | 18.55 | - |
| YUV | 22.74 | 184.02 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 122 | 0.97 | 0.89 | 0 | 0.52 | 235.42 | 0.94 | 0.25 |
| Hex | 4 | D | 7A | 61 | 59 | 0 | 34 | EB | 5E | 19 |
| Octal | 4 | 15 | 172 | 141 | 131 | 0 | 64 | 353 | 136 | 31 |
| Binary | 100 | 1101 | 1111010 | 1100001 | 1011001 | 0 | 110100 | 11101011 | 1011110 | 11001 |
Color Harmonies of #040D7A
Complementary color
Monochromatic Colors of #040D7A
Black with #040D7A
Text Example
Text Example
White with #040D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D7A; }
p { color: rgb(4,13,122); }
H1.HeaderClassName
{
color: #040D7A;
}
.AnyTagClassName
{
color: #040D7A;
}
</style>
background-color css
<style>
a { background-color: #040D7A; }
a { background-color: rgb(4,13,122); }
div.DivClassName
{
background-color: #040D7A;
}
.BgClassName
{
background-color: #040D7A;
}
</style>
border-color css
<style>
span { border-color: #040D7A; }
span { border-color: rgb(4,13,122); }
td.TdClassName
{
border-color: #040D7A;
}
.TagClassName
{
border-color: #040D7A;
}
</style>