Shades of Navy #040077
Tints of Navy #040077
RGB
CMYK
RGB Variations
Color information
#040077 (or 0x040077) is known color: Navy. HEX triplet: 04, 00 and 77. RGB value is (4,0,119). Sum of RGB (Red+Green+Blue) = 4+0+119=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 119 (46.88% from 255 or 96.75% from 123); Max value from RGB is 119 - color contains mainly: blue. Hex color #040077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040077 is #FBFF88. Grayscale: #0E0E0E. Windows color (decimal): -16514953 or 7798788. OLE color: 7798788.
HSL color Cylindrical-coordinate representation of color #040077: hue angle of 242.02º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040077 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 0 | 119 | - |
| CMYK | 0.97 | 1 | 0 | 0.53 |
| HSL | 242.02º | 1% | 0.23% | - |
| HSV(B) | 242.02º | 1% | 0.47% | - |
| XYZ | 3.38 | 1.36 | 17.54 | - |
| YUV | 14.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 119 | 0.97 | 1 | 0 | 0.53 | 242.02 | 1 | 0.23 |
| Hex | 4 | 0 | 77 | 61 | 64 | 0 | 35 | F2 | 64 | 17 |
| Octal | 4 | 0 | 167 | 141 | 144 | 0 | 65 | 362 | 144 | 27 |
| Binary | 100 | 0 | 1110111 | 1100001 | 1100100 | 0 | 110101 | 11110010 | 1100100 | 10111 |
Color Harmonies of #040077
Complementary color
Monochromatic Colors of #040077
Black with #040077
Text Example
Text Example
White with #040077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040077; }
p { color: rgb(4,0,119); }
H1.HeaderClassName
{
color: #040077;
}
.AnyTagClassName
{
color: #040077;
}
</style>
background-color css
<style>
a { background-color: #040077; }
a { background-color: rgb(4,0,119); }
div.DivClassName
{
background-color: #040077;
}
.BgClassName
{
background-color: #040077;
}
</style>
border-color css
<style>
span { border-color: #040077; }
span { border-color: rgb(4,0,119); }
td.TdClassName
{
border-color: #040077;
}
.TagClassName
{
border-color: #040077;
}
</style>