Shades of Navy #0A006E
Tints of Navy #0A006E
RGB
CMYK
RGB Variations
Color information
#0A006E (or 0x0A006E) is known color: Navy. HEX triplet: 0A, 00 and 6E. RGB value is (10,0,110). Sum of RGB (Red+Green+Blue) = 10+0+110=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 110 (43.36% from 255 or 91.67% from 120); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A006E is #F5FF91. Grayscale: #0F0F0F. Windows color (decimal): -16121746 or 7208970. OLE color: 7208970.
HSL color Cylindrical-coordinate representation of color #0A006E: hue angle of 245.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A006E is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 0 | 110 | - |
| CMYK | 0.91 | 1 | 0 | 0.57 |
| HSL | 245.45º | 1% | 0.22% | - |
| HSV(B) | 245.45º | 1% | 0.43% | - |
| XYZ | 2.94 | 1.19 | 14.83 | - |
| YUV | 15.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 110 | 0.91 | 1 | 0 | 0.57 | 245.45 | 1 | 0.22 |
| Hex | A | 0 | 6E | 5B | 64 | 0 | 39 | F5 | 64 | 16 |
| Octal | 12 | 0 | 156 | 133 | 144 | 0 | 71 | 365 | 144 | 26 |
| Binary | 1010 | 0 | 1101110 | 1011011 | 1100100 | 0 | 111001 | 11110101 | 1100100 | 10110 |
Color Harmonies of #0A006E
Complementary color
Monochromatic Colors of #0A006E
Black with #0A006E
Text Example
Text Example
White with #0A006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A006E; }
p { color: rgb(10,0,110); }
H1.HeaderClassName
{
color: #0A006E;
}
.AnyTagClassName
{
color: #0A006E;
}
</style>
background-color css
<style>
a { background-color: #0A006E; }
a { background-color: rgb(10,0,110); }
div.DivClassName
{
background-color: #0A006E;
}
.BgClassName
{
background-color: #0A006E;
}
</style>
border-color css
<style>
span { border-color: #0A006E; }
span { border-color: rgb(10,0,110); }
td.TdClassName
{
border-color: #0A006E;
}
.TagClassName
{
border-color: #0A006E;
}
</style>