Shades of Navy #0A006D
Tints of Navy #0A006D
RGB
CMYK
RGB Variations
Color information
#0A006D (or 0x0A006D) is known color: Navy. HEX triplet: 0A, 00 and 6D. RGB value is (10,0,109). Sum of RGB (Red+Green+Blue) = 10+0+109=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 109 (42.97% from 255 or 91.60% from 119); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A006D is #F5FF92. Grayscale: #0E0E0E. Windows color (decimal): -16121747 or 7143434. OLE color: 7143434.
HSL color Cylindrical-coordinate representation of color #0A006D: hue angle of 245.5º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A006D is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 0 | 109 | - |
| CMYK | 0.91 | 1 | 0 | 0.57 |
| HSL | 245.5º | 1% | 0.21% | - |
| HSV(B) | 245.5º | 1% | 0.43% | - |
| XYZ | 2.89 | 1.17 | 14.54 | - |
| YUV | 15.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 109 | 0.91 | 1 | 0 | 0.57 | 245.5 | 1 | 0.21 |
| Hex | A | 0 | 6D | 5B | 64 | 0 | 39 | F6 | 64 | 15 |
| Octal | 12 | 0 | 155 | 133 | 144 | 0 | 71 | 366 | 144 | 25 |
| Binary | 1010 | 0 | 1101101 | 1011011 | 1100100 | 0 | 111001 | 11110110 | 1100100 | 10101 |
Color Harmonies of #0A006D
Complementary color
Monochromatic Colors of #0A006D
Black with #0A006D
Text Example
Text Example
White with #0A006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A006D; }
p { color: rgb(10,0,109); }
H1.HeaderClassName
{
color: #0A006D;
}
.AnyTagClassName
{
color: #0A006D;
}
</style>
background-color css
<style>
a { background-color: #0A006D; }
a { background-color: rgb(10,0,109); }
div.DivClassName
{
background-color: #0A006D;
}
.BgClassName
{
background-color: #0A006D;
}
</style>
border-color css
<style>
span { border-color: #0A006D; }
span { border-color: rgb(10,0,109); }
td.TdClassName
{
border-color: #0A006D;
}
.TagClassName
{
border-color: #0A006D;
}
</style>