Shades of Navy #040076
Tints of Navy #040076
RGB
CMYK
RGB Variations
Color information
#040076 (or 0x040076) is known color: Navy. HEX triplet: 04, 00 and 76. RGB value is (4,0,118). Sum of RGB (Red+Green+Blue) = 4+0+118=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 118 (46.48% from 255 or 96.72% from 122); Max value from RGB is 118 - color contains mainly: blue. Hex color #040076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040076 is #FBFF89. Grayscale: #0E0E0E. Windows color (decimal): -16514954 or 7733252. OLE color: 7733252.
HSL color Cylindrical-coordinate representation of color #040076: hue angle of 242.03º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040076 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 0 | 118 | - |
| CMYK | 0.97 | 1 | 0 | 0.54 |
| HSL | 242.03º | 1% | 0.23% | - |
| HSV(B) | 242.03º | 1% | 0.46% | - |
| XYZ | 3.32 | 1.33 | 17.22 | - |
| YUV | 14.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 118 | 0.97 | 1 | 0 | 0.54 | 242.03 | 1 | 0.23 |
| Hex | 4 | 0 | 76 | 61 | 64 | 0 | 36 | F2 | 64 | 17 |
| Octal | 4 | 0 | 166 | 141 | 144 | 0 | 66 | 362 | 144 | 27 |
| Binary | 100 | 0 | 1110110 | 1100001 | 1100100 | 0 | 110110 | 11110010 | 1100100 | 10111 |
Color Harmonies of #040076
Complementary color
Monochromatic Colors of #040076
Black with #040076
Text Example
Text Example
White with #040076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040076; }
p { color: rgb(4,0,118); }
H1.HeaderClassName
{
color: #040076;
}
.AnyTagClassName
{
color: #040076;
}
</style>
background-color css
<style>
a { background-color: #040076; }
a { background-color: rgb(4,0,118); }
div.DivClassName
{
background-color: #040076;
}
.BgClassName
{
background-color: #040076;
}
</style>
border-color css
<style>
span { border-color: #040076; }
span { border-color: rgb(4,0,118); }
td.TdClassName
{
border-color: #040076;
}
.TagClassName
{
border-color: #040076;
}
</style>