Shades of Navy #0A0078
Tints of Navy #0A0078
RGB
CMYK
RGB Variations
Color information
#0A0078 (or 0x0A0078) is known color: Navy. HEX triplet: 0A, 00 and 78. RGB value is (10,0,120). Sum of RGB (Red+Green+Blue) = 10+0+120=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 120 (47.27% from 255 or 92.31% from 130); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A0078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0078 is #F5FF87. Grayscale: #101010. Windows color (decimal): -16121736 or 7864330. OLE color: 7864330.
HSL color Cylindrical-coordinate representation of color #0A0078: hue angle of 245º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0078 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 0 | 120 | - |
| CMYK | 0.92 | 1 | 0 | 0.53 |
| HSL | 245º | 1% | 0.24% | - |
| HSV(B) | 245º | 1% | 0.47% | - |
| XYZ | 3.52 | 1.42 | 17.86 | - |
| YUV | 16.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 120 | 0.92 | 1 | 0 | 0.53 | 245 | 1 | 0.24 |
| Hex | A | 0 | 78 | 5C | 64 | 0 | 35 | F5 | 64 | 18 |
| Octal | 12 | 0 | 170 | 134 | 144 | 0 | 65 | 365 | 144 | 30 |
| Binary | 1010 | 0 | 1111000 | 1011100 | 1100100 | 0 | 110101 | 11110101 | 1100100 | 11000 |
Color Harmonies of #0A0078
Complementary color
Monochromatic Colors of #0A0078
Black with #0A0078
Text Example
Text Example
White with #0A0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0078; }
p { color: rgb(10,0,120); }
H1.HeaderClassName
{
color: #0A0078;
}
.AnyTagClassName
{
color: #0A0078;
}
</style>
background-color css
<style>
a { background-color: #0A0078; }
a { background-color: rgb(10,0,120); }
div.DivClassName
{
background-color: #0A0078;
}
.BgClassName
{
background-color: #0A0078;
}
</style>
border-color css
<style>
span { border-color: #0A0078; }
span { border-color: rgb(10,0,120); }
td.TdClassName
{
border-color: #0A0078;
}
.TagClassName
{
border-color: #0A0078;
}
</style>