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