Shades of Navy #010059
Tints of Navy #010059
RGB
CMYK
RGB Variations
Color information
#010059 (or 0x010059) is known color: Navy. HEX triplet: 01, 00 and 59. RGB value is (1,0,89). Sum of RGB (Red+Green+Blue) = 1+0+89=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 89 (35.16% from 255 or 98.89% from 90); Max value from RGB is 89 - color contains mainly: blue. Hex color #010059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010059 is #FEFFA6. Grayscale: #0A0A0A. Windows color (decimal): -16711591 or 5832705. OLE color: 5832705.
HSL color Cylindrical-coordinate representation of color #010059: hue angle of 240.67º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010059 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 0 | 89 | - |
| CMYK | 0.99 | 1 | 0 | 0.65 |
| HSL | 240.67º | 1% | 0.17% | - |
| HSV(B) | 240.67º | 1% | 0.35% | - |
| XYZ | 1.82 | 0.73 | 9.5 | - |
| YUV | 10.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 89 | 0.99 | 1 | 0 | 0.65 | 240.67 | 1 | 0.17 |
| Hex | 1 | 0 | 59 | 63 | 64 | 0 | 41 | F1 | 64 | 11 |
| Octal | 1 | 0 | 131 | 143 | 144 | 0 | 101 | 361 | 144 | 21 |
| Binary | 1 | 0 | 1011001 | 1100011 | 1100100 | 0 | 1000001 | 11110001 | 1100100 | 10001 |
Color Harmonies of #010059
Complementary color
Monochromatic Colors of #010059
Black with #010059
Text Example
Text Example
White with #010059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010059; }
p { color: rgb(1,0,89); }
H1.HeaderClassName
{
color: #010059;
}
.AnyTagClassName
{
color: #010059;
}
</style>
background-color css
<style>
a { background-color: #010059; }
a { background-color: rgb(1,0,89); }
div.DivClassName
{
background-color: #010059;
}
.BgClassName
{
background-color: #010059;
}
</style>
border-color css
<style>
span { border-color: #010059; }
span { border-color: rgb(1,0,89); }
td.TdClassName
{
border-color: #010059;
}
.TagClassName
{
border-color: #010059;
}
</style>