Shades of Navy #040159
Tints of Navy #040159
RGB
CMYK
RGB Variations
Color information
#040159 (or 0x040159) is known color: Navy. HEX triplet: 04, 01 and 59. RGB value is (4,1,89). Sum of RGB (Red+Green+Blue) = 4+1+89=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 89 (35.16% from 255 or 94.68% from 94); Max value from RGB is 89 - color contains mainly: blue. Hex color #040159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040159 is #FBFEA6. Grayscale: #0B0B0B. Windows color (decimal): -16514727 or 5832964. OLE color: 5832964.
HSL color Cylindrical-coordinate representation of color #040159: hue angle of 242.05º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040159 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 1 | 89 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.65 |
| HSL | 242.05º | 0.98% | 0.18% | - |
| HSV(B) | 242.05º | 0.99% | 0.35% | - |
| XYZ | 1.86 | 0.77 | 9.5 | - |
| YUV | 11.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 89 | 0.96 | 0.99 | 0 | 0.65 | 242.05 | 0.98 | 0.18 |
| Hex | 4 | 1 | 59 | 60 | 63 | 0 | 41 | F2 | 62 | 12 |
| Octal | 4 | 1 | 131 | 140 | 143 | 0 | 101 | 362 | 142 | 22 |
| Binary | 100 | 1 | 1011001 | 1100000 | 1100011 | 0 | 1000001 | 11110010 | 1100010 | 10010 |
Color Harmonies of #040159
Complementary color
Monochromatic Colors of #040159
Black with #040159
Text Example
Text Example
White with #040159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040159; }
p { color: rgb(4,1,89); }
H1.HeaderClassName
{
color: #040159;
}
.AnyTagClassName
{
color: #040159;
}
</style>
background-color css
<style>
a { background-color: #040159; }
a { background-color: rgb(4,1,89); }
div.DivClassName
{
background-color: #040159;
}
.BgClassName
{
background-color: #040159;
}
</style>
border-color css
<style>
span { border-color: #040159; }
span { border-color: rgb(4,1,89); }
td.TdClassName
{
border-color: #040159;
}
.TagClassName
{
border-color: #040159;
}
</style>