Shades of Navy #040D74
Tints of Navy #040D74
RGB
CMYK
RGB Variations
Color information
#040D74 (or 0x040D74) is known color: Navy. HEX triplet: 04, 0D and 74. RGB value is (4,13,116). Sum of RGB (Red+Green+Blue) = 4+13+116=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 116 (45.70% from 255 or 87.22% from 133); Max value from RGB is 116 - color contains mainly: blue. Hex color #040D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D74 is #FBF28B. Grayscale: #151515. Windows color (decimal): -16511628 or 7605508. OLE color: 7605508.
HSL color Cylindrical-coordinate representation of color #040D74: hue angle of 235.18º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040D74 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 13 | 116 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.55 |
| HSL | 235.18º | 0.93% | 0.24% | - |
| HSV(B) | 235.18º | 0.97% | 0.45% | - |
| XYZ | 3.35 | 1.57 | 16.65 | - |
| YUV | 22.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 116 | 0.97 | 0.89 | 0 | 0.55 | 235.18 | 0.93 | 0.24 |
| Hex | 4 | D | 74 | 61 | 59 | 0 | 37 | EB | 5D | 18 |
| Octal | 4 | 15 | 164 | 141 | 131 | 0 | 67 | 353 | 135 | 30 |
| Binary | 100 | 1101 | 1110100 | 1100001 | 1011001 | 0 | 110111 | 11101011 | 1011101 | 11000 |
Color Harmonies of #040D74
Complementary color
Monochromatic Colors of #040D74
Black with #040D74
Text Example
Text Example
White with #040D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D74; }
p { color: rgb(4,13,116); }
H1.HeaderClassName
{
color: #040D74;
}
.AnyTagClassName
{
color: #040D74;
}
</style>
background-color css
<style>
a { background-color: #040D74; }
a { background-color: rgb(4,13,116); }
div.DivClassName
{
background-color: #040D74;
}
.BgClassName
{
background-color: #040D74;
}
</style>
border-color css
<style>
span { border-color: #040D74; }
span { border-color: rgb(4,13,116); }
td.TdClassName
{
border-color: #040D74;
}
.TagClassName
{
border-color: #040D74;
}
</style>