Shades of Navy #010159
Tints of Navy #010159
RGB
CMYK
RGB Variations
Color information
#010159 (or 0x010159) is known color: Navy. HEX triplet: 01, 01 and 59. RGB value is (1,1,89). Sum of RGB (Red+Green+Blue) = 1+1+89=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 89 (35.16% from 255 or 97.80% from 91); Max value from RGB is 89 - color contains mainly: blue. Hex color #010159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010159 is #FEFEA6. Grayscale: #0A0A0A. Windows color (decimal): -16711335 or 5832961. OLE color: 5832961.
HSL color Cylindrical-coordinate representation of color #010159: hue angle of 240º 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 #010159 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 1 | 89 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.65 |
| HSL | 240º | 0.98% | 0.18% | - |
| HSV(B) | 240º | 0.99% | 0.35% | - |
| XYZ | 1.83 | 0.75 | 9.5 | - |
| YUV | 11.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 89 | 0.99 | 0.99 | 0 | 0.65 | 240 | 0.98 | 0.18 |
| Hex | 1 | 1 | 59 | 63 | 63 | 0 | 41 | F0 | 62 | 12 |
| Octal | 1 | 1 | 131 | 143 | 143 | 0 | 101 | 360 | 142 | 22 |
| Binary | 1 | 1 | 1011001 | 1100011 | 1100011 | 0 | 1000001 | 11110000 | 1100010 | 10010 |
Color Harmonies of #010159
Complementary color
Monochromatic Colors of #010159
Black with #010159
Text Example
Text Example
White with #010159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010159; }
p { color: rgb(1,1,89); }
H1.HeaderClassName
{
color: #010159;
}
.AnyTagClassName
{
color: #010159;
}
</style>
background-color css
<style>
a { background-color: #010159; }
a { background-color: rgb(1,1,89); }
div.DivClassName
{
background-color: #010159;
}
.BgClassName
{
background-color: #010159;
}
</style>
border-color css
<style>
span { border-color: #010159; }
span { border-color: rgb(1,1,89); }
td.TdClassName
{
border-color: #010159;
}
.TagClassName
{
border-color: #010159;
}
</style>