Shades of Navy #040160
Tints of Navy #040160
RGB
CMYK
RGB Variations
Color information
#040160 (or 0x040160) is known color: Navy. HEX triplet: 04, 01 and 60. RGB value is (4,1,96). Sum of RGB (Red+Green+Blue) = 4+1+96=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 96 (37.89% from 255 or 95.05% from 101); Max value from RGB is 96 - color contains mainly: blue. Hex color #040160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040160 is #FBFE9F. Grayscale: #0C0C0C. Windows color (decimal): -16514720 or 6291716. OLE color: 6291716.
HSL color Cylindrical-coordinate representation of color #040160: hue angle of 241.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040160 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 1 | 96 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.62 |
| HSL | 241.89º | 0.98% | 0.19% | - |
| HSV(B) | 241.89º | 0.99% | 0.38% | - |
| XYZ | 2.17 | 0.89 | 11.12 | - |
| YUV | 12.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 96 | 0.96 | 0.99 | 0 | 0.62 | 241.89 | 0.98 | 0.19 |
| Hex | 4 | 1 | 60 | 60 | 63 | 0 | 3E | F2 | 62 | 13 |
| Octal | 4 | 1 | 140 | 140 | 143 | 0 | 76 | 362 | 142 | 23 |
| Binary | 100 | 1 | 1100000 | 1100000 | 1100011 | 0 | 111110 | 11110010 | 1100010 | 10011 |
Color Harmonies of #040160
Complementary color
Monochromatic Colors of #040160
Black with #040160
Text Example
Text Example
White with #040160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040160; }
p { color: rgb(4,1,96); }
H1.HeaderClassName
{
color: #040160;
}
.AnyTagClassName
{
color: #040160;
}
</style>
background-color css
<style>
a { background-color: #040160; }
a { background-color: rgb(4,1,96); }
div.DivClassName
{
background-color: #040160;
}
.BgClassName
{
background-color: #040160;
}
</style>
border-color css
<style>
span { border-color: #040160; }
span { border-color: rgb(4,1,96); }
td.TdClassName
{
border-color: #040160;
}
.TagClassName
{
border-color: #040160;
}
</style>