Shades of Navy #010082
Tints of Navy #010082
RGB
CMYK
RGB Variations
Color information
#010082 (or 0x010082) is known color: Navy. HEX triplet: 01, 00 and 82. RGB value is (1,0,130). Sum of RGB (Red+Green+Blue) = 1+0+130=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 130 (51.17% from 255 or 99.24% from 131); Max value from RGB is 130 - color contains mainly: blue. Hex color #010082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010082 is #FEFF7D. Grayscale: #0E0E0E. Windows color (decimal): -16711550 or 8519681. OLE color: 8519681.
HSL color Cylindrical-coordinate representation of color #010082: hue angle of 240.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010082 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 0 | 130 | - |
| CMYK | 0.99 | 1 | 0 | 0.49 |
| HSL | 240.46º | 1% | 0.25% | - |
| HSV(B) | 240.46º | 1% | 0.51% | - |
| XYZ | 4.04 | 1.62 | 21.22 | - |
| YUV | 15.12 | 192.83 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 130 | 0.99 | 1 | 0 | 0.49 | 240.46 | 1 | 0.25 |
| Hex | 1 | 0 | 82 | 63 | 64 | 0 | 31 | F0 | 64 | 19 |
| Octal | 1 | 0 | 202 | 143 | 144 | 0 | 61 | 360 | 144 | 31 |
| Binary | 1 | 0 | 10000010 | 1100011 | 1100100 | 0 | 110001 | 11110000 | 1100100 | 11001 |
Color Harmonies of #010082
Complementary color
Monochromatic Colors of #010082
Black with #010082
Text Example
Text Example
White with #010082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010082; }
p { color: rgb(1,0,130); }
H1.HeaderClassName
{
color: #010082;
}
.AnyTagClassName
{
color: #010082;
}
</style>
background-color css
<style>
a { background-color: #010082; }
a { background-color: rgb(1,0,130); }
div.DivClassName
{
background-color: #010082;
}
.BgClassName
{
background-color: #010082;
}
</style>
border-color css
<style>
span { border-color: #010082; }
span { border-color: rgb(1,0,130); }
td.TdClassName
{
border-color: #010082;
}
.TagClassName
{
border-color: #010082;
}
</style>