Shades of Navy #0A0770
Tints of Navy #0A0770
RGB
CMYK
RGB Variations
Color information
#0A0770 (or 0x0A0770) is known color: Navy. HEX triplet: 0A, 07 and 70. RGB value is (10,7,112). Sum of RGB (Red+Green+Blue) = 10+7+112=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A0770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0770 is #F5F88F. Grayscale: #131313. Windows color (decimal): -16119952 or 7341834. OLE color: 7341834.
HSL color Cylindrical-coordinate representation of color #0A0770: hue angle of 241.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0770 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 7 | 112 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.56 |
| HSL | 241.71º | 0.88% | 0.23% | - |
| HSV(B) | 241.71º | 0.94% | 0.44% | - |
| XYZ | 3.13 | 1.39 | 15.43 | - |
| YUV | 19.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 112 | 0.91 | 0.94 | 0 | 0.56 | 241.71 | 0.88 | 0.23 |
| Hex | A | 7 | 70 | 5B | 5E | 0 | 38 | F2 | 58 | 17 |
| Octal | 12 | 7 | 160 | 133 | 136 | 0 | 70 | 362 | 130 | 27 |
| Binary | 1010 | 111 | 1110000 | 1011011 | 1011110 | 0 | 111000 | 11110010 | 1011000 | 10111 |
Color Harmonies of #0A0770
Complementary color
Monochromatic Colors of #0A0770
Black with #0A0770
Text Example
Text Example
White with #0A0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0770; }
p { color: rgb(10,7,112); }
H1.HeaderClassName
{
color: #0A0770;
}
.AnyTagClassName
{
color: #0A0770;
}
</style>
background-color css
<style>
a { background-color: #0A0770; }
a { background-color: rgb(10,7,112); }
div.DivClassName
{
background-color: #0A0770;
}
.BgClassName
{
background-color: #0A0770;
}
</style>
border-color css
<style>
span { border-color: #0A0770; }
span { border-color: rgb(10,7,112); }
td.TdClassName
{
border-color: #0A0770;
}
.TagClassName
{
border-color: #0A0770;
}
</style>