Shades of Navy #0A0064
Tints of Navy #0A0064
RGB
CMYK
RGB Variations
Color information
#0A0064 (or 0x0A0064) is known color: Navy. HEX triplet: 0A, 00 and 64. RGB value is (10,0,100). Sum of RGB (Red+Green+Blue) = 10+0+100=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 100 (39.45% from 255 or 90.91% from 110); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A0064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0064 is #F5FF9B. Grayscale: #0E0E0E. Windows color (decimal): -16121756 or 6553610. OLE color: 6553610.
HSL color Cylindrical-coordinate representation of color #0A0064: hue angle of 246º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0064 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 0 | 100 | - |
| CMYK | 0.90 | 1 | 0 | 0.61 |
| HSL | 246º | 1% | 0.2% | - |
| HSV(B) | 246º | 1% | 0.39% | - |
| XYZ | 2.43 | 0.98 | 12.12 | - |
| YUV | 14.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 100 | 0.90 | 1 | 0 | 0.61 | 246 | 1 | 0.2 |
| Hex | A | 0 | 64 | 5A | 64 | 0 | 3D | F6 | 64 | 14 |
| Octal | 12 | 0 | 144 | 132 | 144 | 0 | 75 | 366 | 144 | 24 |
| Binary | 1010 | 0 | 1100100 | 1011010 | 1100100 | 0 | 111101 | 11110110 | 1100100 | 10100 |
Color Harmonies of #0A0064
Complementary color
Monochromatic Colors of #0A0064
Black with #0A0064
Text Example
Text Example
White with #0A0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0064; }
p { color: rgb(10,0,100); }
H1.HeaderClassName
{
color: #0A0064;
}
.AnyTagClassName
{
color: #0A0064;
}
</style>
background-color css
<style>
a { background-color: #0A0064; }
a { background-color: rgb(10,0,100); }
div.DivClassName
{
background-color: #0A0064;
}
.BgClassName
{
background-color: #0A0064;
}
</style>
border-color css
<style>
span { border-color: #0A0064; }
span { border-color: rgb(10,0,100); }
td.TdClassName
{
border-color: #0A0064;
}
.TagClassName
{
border-color: #0A0064;
}
</style>