Shades of Navy #0A0062
Tints of Navy #0A0062
RGB
CMYK
RGB Variations
Color information
#0A0062 (or 0x0A0062) is known color: Navy. HEX triplet: 0A, 00 and 62. RGB value is (10,0,98). Sum of RGB (Red+Green+Blue) = 10+0+98=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 98 (38.67% from 255 or 90.74% from 108); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A0062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0062 is #F5FF9D. Grayscale: #0D0D0D. Windows color (decimal): -16121758 or 6422538. OLE color: 6422538.
HSL color Cylindrical-coordinate representation of color #0A0062: hue angle of 246.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0062 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 0 | 98 | - |
| CMYK | 0.90 | 1 | 0 | 0.62 |
| HSL | 246.12º | 1% | 0.19% | - |
| HSV(B) | 246.12º | 1% | 0.38% | - |
| XYZ | 2.33 | 0.95 | 11.62 | - |
| YUV | 14.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 98 | 0.90 | 1 | 0 | 0.62 | 246.12 | 1 | 0.19 |
| Hex | A | 0 | 62 | 5A | 64 | 0 | 3E | F6 | 64 | 13 |
| Octal | 12 | 0 | 142 | 132 | 144 | 0 | 76 | 366 | 144 | 23 |
| Binary | 1010 | 0 | 1100010 | 1011010 | 1100100 | 0 | 111110 | 11110110 | 1100100 | 10011 |
Color Harmonies of #0A0062
Complementary color
Monochromatic Colors of #0A0062
Black with #0A0062
Text Example
Text Example
White with #0A0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0062; }
p { color: rgb(10,0,98); }
H1.HeaderClassName
{
color: #0A0062;
}
.AnyTagClassName
{
color: #0A0062;
}
</style>
background-color css
<style>
a { background-color: #0A0062; }
a { background-color: rgb(10,0,98); }
div.DivClassName
{
background-color: #0A0062;
}
.BgClassName
{
background-color: #0A0062;
}
</style>
border-color css
<style>
span { border-color: #0A0062; }
span { border-color: rgb(10,0,98); }
td.TdClassName
{
border-color: #0A0062;
}
.TagClassName
{
border-color: #0A0062;
}
</style>