Shades of Navy #0A066D
Tints of Navy #0A066D
RGB
CMYK
RGB Variations
Color information
#0A066D (or 0x0A066D) is known color: Navy. HEX triplet: 0A, 06 and 6D. RGB value is (10,6,109). Sum of RGB (Red+Green+Blue) = 10+6+109=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A066D is #F5F992. Grayscale: #121212. Windows color (decimal): -16120211 or 7144970. OLE color: 7144970.
HSL color Cylindrical-coordinate representation of color #0A066D: hue angle of 242.33º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A066D is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 6 | 109 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.57 |
| HSL | 242.33º | 0.9% | 0.23% | - |
| HSV(B) | 242.33º | 0.94% | 0.43% | - |
| XYZ | 2.95 | 1.3 | 14.56 | - |
| YUV | 18.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 109 | 0.91 | 0.94 | 0 | 0.57 | 242.33 | 0.9 | 0.23 |
| Hex | A | 6 | 6D | 5B | 5E | 0 | 39 | F2 | 5A | 17 |
| Octal | 12 | 6 | 155 | 133 | 136 | 0 | 71 | 362 | 132 | 27 |
| Binary | 1010 | 110 | 1101101 | 1011011 | 1011110 | 0 | 111001 | 11110010 | 1011010 | 10111 |
Color Harmonies of #0A066D
Complementary color
Monochromatic Colors of #0A066D
Black with #0A066D
Text Example
Text Example
White with #0A066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A066D; }
p { color: rgb(10,6,109); }
H1.HeaderClassName
{
color: #0A066D;
}
.AnyTagClassName
{
color: #0A066D;
}
</style>
background-color css
<style>
a { background-color: #0A066D; }
a { background-color: rgb(10,6,109); }
div.DivClassName
{
background-color: #0A066D;
}
.BgClassName
{
background-color: #0A066D;
}
</style>
border-color css
<style>
span { border-color: #0A066D; }
span { border-color: rgb(10,6,109); }
td.TdClassName
{
border-color: #0A066D;
}
.TagClassName
{
border-color: #0A066D;
}
</style>