Shades of Navy #040276
Tints of Navy #040276
RGB
CMYK
RGB Variations
Color information
#040276 (or 0x040276) is known color: Navy. HEX triplet: 04, 02 and 76. RGB value is (4,2,118). Sum of RGB (Red+Green+Blue) = 4+2+118=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 118 (46.48% from 255 or 95.16% from 124); Max value from RGB is 118 - color contains mainly: blue. Hex color #040276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040276 is #FBFD89. Grayscale: #0F0F0F. Windows color (decimal): -16514442 or 7733764. OLE color: 7733764.
HSL color Cylindrical-coordinate representation of color #040276: hue angle of 241.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040276 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 2 | 118 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.54 |
| HSL | 241.03º | 0.97% | 0.24% | - |
| HSV(B) | 241.03º | 0.98% | 0.46% | - |
| XYZ | 3.34 | 1.38 | 17.23 | - |
| YUV | 15.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 118 | 0.97 | 0.98 | 0 | 0.54 | 241.03 | 0.97 | 0.24 |
| Hex | 4 | 2 | 76 | 61 | 62 | 0 | 36 | F1 | 61 | 18 |
| Octal | 4 | 2 | 166 | 141 | 142 | 0 | 66 | 361 | 141 | 30 |
| Binary | 100 | 10 | 1110110 | 1100001 | 1100010 | 0 | 110110 | 11110001 | 1100001 | 11000 |
Color Harmonies of #040276
Complementary color
Monochromatic Colors of #040276
Black with #040276
Text Example
Text Example
White with #040276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040276; }
p { color: rgb(4,2,118); }
H1.HeaderClassName
{
color: #040276;
}
.AnyTagClassName
{
color: #040276;
}
</style>
background-color css
<style>
a { background-color: #040276; }
a { background-color: rgb(4,2,118); }
div.DivClassName
{
background-color: #040276;
}
.BgClassName
{
background-color: #040276;
}
</style>
border-color css
<style>
span { border-color: #040276; }
span { border-color: rgb(4,2,118); }
td.TdClassName
{
border-color: #040276;
}
.TagClassName
{
border-color: #040276;
}
</style>