Shades of Navy #010573
Tints of Navy #010573
RGB
CMYK
RGB Variations
Color information
#010573 (or 0x010573) is known color: Navy. HEX triplet: 01, 05 and 73. RGB value is (1,5,115). Sum of RGB (Red+Green+Blue) = 1+5+115=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 115 (45.31% from 255 or 95.04% from 121); Max value from RGB is 115 - color contains mainly: blue. Hex color #010573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010573 is #FEFA8C. Grayscale: #0F0F0F. Windows color (decimal): -16710285 or 7537921. OLE color: 7537921.
HSL color Cylindrical-coordinate representation of color #010573: hue angle of 237.89º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010573 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 5 | 115 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.55 |
| HSL | 237.89º | 0.98% | 0.23% | - |
| HSV(B) | 237.89º | 0.99% | 0.45% | - |
| XYZ | 3.16 | 1.35 | 16.31 | - |
| YUV | 16.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 115 | 0.99 | 0.96 | 0 | 0.55 | 237.89 | 0.98 | 0.23 |
| Hex | 1 | 5 | 73 | 63 | 60 | 0 | 37 | EE | 62 | 17 |
| Octal | 1 | 5 | 163 | 143 | 140 | 0 | 67 | 356 | 142 | 27 |
| Binary | 1 | 101 | 1110011 | 1100011 | 1100000 | 0 | 110111 | 11101110 | 1100010 | 10111 |
Color Harmonies of #010573
Complementary color
Monochromatic Colors of #010573
Black with #010573
Text Example
Text Example
White with #010573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010573; }
p { color: rgb(1,5,115); }
H1.HeaderClassName
{
color: #010573;
}
.AnyTagClassName
{
color: #010573;
}
</style>
background-color css
<style>
a { background-color: #010573; }
a { background-color: rgb(1,5,115); }
div.DivClassName
{
background-color: #010573;
}
.BgClassName
{
background-color: #010573;
}
</style>
border-color css
<style>
span { border-color: #010573; }
span { border-color: rgb(1,5,115); }
td.TdClassName
{
border-color: #010573;
}
.TagClassName
{
border-color: #010573;
}
</style>