Shades of Navy #040279
Tints of Navy #040279
RGB
CMYK
RGB Variations
Color information
#040279 (or 0x040279) is known color: Navy. HEX triplet: 04, 02 and 79. RGB value is (4,2,121). Sum of RGB (Red+Green+Blue) = 4+2+121=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 121 (47.66% from 255 or 95.28% from 127); Max value from RGB is 121 - color contains mainly: blue. Hex color #040279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040279 is #FBFD86. Grayscale: #0F0F0F. Windows color (decimal): -16514439 or 7930372. OLE color: 7930372.
HSL color Cylindrical-coordinate representation of color #040279: hue angle of 241.01º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040279 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 2 | 121 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.53 |
| HSL | 241.01º | 0.97% | 0.24% | - |
| HSV(B) | 241.01º | 0.98% | 0.47% | - |
| XYZ | 3.52 | 1.45 | 18.18 | - |
| YUV | 16.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 121 | 0.97 | 0.98 | 0 | 0.53 | 241.01 | 0.97 | 0.24 |
| Hex | 4 | 2 | 79 | 61 | 62 | 0 | 35 | F1 | 61 | 18 |
| Octal | 4 | 2 | 171 | 141 | 142 | 0 | 65 | 361 | 141 | 30 |
| Binary | 100 | 10 | 1111001 | 1100001 | 1100010 | 0 | 110101 | 11110001 | 1100001 | 11000 |
Color Harmonies of #040279
Complementary color
Monochromatic Colors of #040279
Black with #040279
Text Example
Text Example
White with #040279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040279; }
p { color: rgb(4,2,121); }
H1.HeaderClassName
{
color: #040279;
}
.AnyTagClassName
{
color: #040279;
}
</style>
background-color css
<style>
a { background-color: #040279; }
a { background-color: rgb(4,2,121); }
div.DivClassName
{
background-color: #040279;
}
.BgClassName
{
background-color: #040279;
}
</style>
border-color css
<style>
span { border-color: #040279; }
span { border-color: rgb(4,2,121); }
td.TdClassName
{
border-color: #040279;
}
.TagClassName
{
border-color: #040279;
}
</style>