Shades of Navy #010080
Tints of Navy #010080
RGB
CMYK
RGB Variations
Color information
#010080 (or 0x010080) is known color: Navy. HEX triplet: 01, 00 and 80. RGB value is (1,0,128). Sum of RGB (Red+Green+Blue) = 1+0+128=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 128 (50.39% from 255 or 99.22% from 129); Max value from RGB is 128 - color contains mainly: blue. Hex color #010080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010080 is #FEFF7F. Grayscale: #0E0E0E. Windows color (decimal): -16711552 or 8388609. OLE color: 8388609.
HSL color Cylindrical-coordinate representation of color #010080: hue angle of 240.47º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010080 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 0 | 128 | - |
| CMYK | 0.99 | 1 | 0 | 0.50 |
| HSL | 240.47º | 1% | 0.25% | - |
| HSV(B) | 240.47º | 1% | 0.5% | - |
| XYZ | 3.91 | 1.56 | 20.52 | - |
| YUV | 14.89 | 191.83 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 128 | 0.99 | 1 | 0 | 0.50 | 240.47 | 1 | 0.25 |
| Hex | 1 | 0 | 80 | 63 | 64 | 0 | 32 | F0 | 64 | 19 |
| Octal | 1 | 0 | 200 | 143 | 144 | 0 | 62 | 360 | 144 | 31 |
| Binary | 1 | 0 | 10000000 | 1100011 | 1100100 | 0 | 110010 | 11110000 | 1100100 | 11001 |
Color Harmonies of #010080
Complementary color
Monochromatic Colors of #010080
Black with #010080
Text Example
Text Example
White with #010080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010080; }
p { color: rgb(1,0,128); }
H1.HeaderClassName
{
color: #010080;
}
.AnyTagClassName
{
color: #010080;
}
</style>
background-color css
<style>
a { background-color: #010080; }
a { background-color: rgb(1,0,128); }
div.DivClassName
{
background-color: #010080;
}
.BgClassName
{
background-color: #010080;
}
</style>
border-color css
<style>
span { border-color: #010080; }
span { border-color: rgb(1,0,128); }
td.TdClassName
{
border-color: #010080;
}
.TagClassName
{
border-color: #010080;
}
</style>