Shades of Navy #0A097E
Tints of Navy #0A097E
RGB
CMYK
RGB Variations
Color information
#0A097E (or 0x0A097E) is known color: Navy. HEX triplet: 0A, 09 and 7E. RGB value is (10,9,126). Sum of RGB (Red+Green+Blue) = 10+9+126=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 126 (49.61% from 255 or 86.90% from 145); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A097E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A097E is #F5F681. Grayscale: #161616. Windows color (decimal): -16119426 or 8259850. OLE color: 8259850.
HSL color Cylindrical-coordinate representation of color #0A097E: hue angle of 240.51º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A097E is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 9 | 126 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.51 |
| HSL | 240.51º | 0.87% | 0.26% | - |
| HSV(B) | 240.51º | 0.93% | 0.49% | - |
| XYZ | 3.99 | 1.77 | 19.87 | - |
| YUV | 22.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 126 | 0.92 | 0.93 | 0 | 0.51 | 240.51 | 0.87 | 0.26 |
| Hex | A | 9 | 7E | 5C | 5D | 0 | 33 | F1 | 57 | 1A |
| Octal | 12 | 11 | 176 | 134 | 135 | 0 | 63 | 361 | 127 | 32 |
| Binary | 1010 | 1001 | 1111110 | 1011100 | 1011101 | 0 | 110011 | 11110001 | 1010111 | 11010 |
Color Harmonies of #0A097E
Complementary color
Monochromatic Colors of #0A097E
Black with #0A097E
Text Example
Text Example
White with #0A097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A097E; }
p { color: rgb(10,9,126); }
H1.HeaderClassName
{
color: #0A097E;
}
.AnyTagClassName
{
color: #0A097E;
}
</style>
background-color css
<style>
a { background-color: #0A097E; }
a { background-color: rgb(10,9,126); }
div.DivClassName
{
background-color: #0A097E;
}
.BgClassName
{
background-color: #0A097E;
}
</style>
border-color css
<style>
span { border-color: #0A097E; }
span { border-color: rgb(10,9,126); }
td.TdClassName
{
border-color: #0A097E;
}
.TagClassName
{
border-color: #0A097E;
}
</style>