Shades of Navy #0A0082
Tints of Navy #0A0082
RGB
CMYK
RGB Variations
Color information
#0A0082 (or 0x0A0082) is known color: Navy. HEX triplet: 0A, 00 and 82. RGB value is (10,0,130). Sum of RGB (Red+Green+Blue) = 10+0+130=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 130 (51.17% from 255 or 92.86% from 140); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A0082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0082 is #F5FF7D. Grayscale: #111111. Windows color (decimal): -16121726 or 8519690. OLE color: 8519690.
HSL color Cylindrical-coordinate representation of color #0A0082: hue angle of 244.62º 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 #0A0082 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 0 | 130 | - |
| CMYK | 0.92 | 1 | 0 | 0.49 |
| HSL | 244.62º | 1% | 0.25% | - |
| HSV(B) | 244.62º | 1% | 0.51% | - |
| XYZ | 4.15 | 1.68 | 21.22 | - |
| YUV | 17.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 130 | 0.92 | 1 | 0 | 0.49 | 244.62 | 1 | 0.25 |
| Hex | A | 0 | 82 | 5C | 64 | 0 | 31 | F5 | 64 | 19 |
| Octal | 12 | 0 | 202 | 134 | 144 | 0 | 61 | 365 | 144 | 31 |
| Binary | 1010 | 0 | 10000010 | 1011100 | 1100100 | 0 | 110001 | 11110101 | 1100100 | 11001 |
Color Harmonies of #0A0082
Complementary color
Monochromatic Colors of #0A0082
Black with #0A0082
Text Example
Text Example
White with #0A0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0082; }
p { color: rgb(10,0,130); }
H1.HeaderClassName
{
color: #0A0082;
}
.AnyTagClassName
{
color: #0A0082;
}
</style>
background-color css
<style>
a { background-color: #0A0082; }
a { background-color: rgb(10,0,130); }
div.DivClassName
{
background-color: #0A0082;
}
.BgClassName
{
background-color: #0A0082;
}
</style>
border-color css
<style>
span { border-color: #0A0082; }
span { border-color: rgb(10,0,130); }
td.TdClassName
{
border-color: #0A0082;
}
.TagClassName
{
border-color: #0A0082;
}
</style>