Shades of Navy #0A0074
Tints of Navy #0A0074
RGB
CMYK
RGB Variations
Color information
#0A0074 (or 0x0A0074) is known color: Navy. HEX triplet: 0A, 00 and 74. RGB value is (10,0,116). Sum of RGB (Red+Green+Blue) = 10+0+116=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 116 (45.70% from 255 or 92.06% from 126); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A0074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0074 is #F5FF8B. Grayscale: #0F0F0F. Windows color (decimal): -16121740 or 7602186. OLE color: 7602186.
HSL color Cylindrical-coordinate representation of color #0A0074: hue angle of 245.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0074 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 0 | 116 | - |
| CMYK | 0.91 | 1 | 0 | 0.55 |
| HSL | 245.17º | 1% | 0.23% | - |
| HSV(B) | 245.17º | 1% | 0.45% | - |
| XYZ | 3.28 | 1.33 | 16.61 | - |
| YUV | 16.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 116 | 0.91 | 1 | 0 | 0.55 | 245.17 | 1 | 0.23 |
| Hex | A | 0 | 74 | 5B | 64 | 0 | 37 | F5 | 64 | 17 |
| Octal | 12 | 0 | 164 | 133 | 144 | 0 | 67 | 365 | 144 | 27 |
| Binary | 1010 | 0 | 1110100 | 1011011 | 1100100 | 0 | 110111 | 11110101 | 1100100 | 10111 |
Color Harmonies of #0A0074
Complementary color
Monochromatic Colors of #0A0074
Black with #0A0074
Text Example
Text Example
White with #0A0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0074; }
p { color: rgb(10,0,116); }
H1.HeaderClassName
{
color: #0A0074;
}
.AnyTagClassName
{
color: #0A0074;
}
</style>
background-color css
<style>
a { background-color: #0A0074; }
a { background-color: rgb(10,0,116); }
div.DivClassName
{
background-color: #0A0074;
}
.BgClassName
{
background-color: #0A0074;
}
</style>
border-color css
<style>
span { border-color: #0A0074; }
span { border-color: rgb(10,0,116); }
td.TdClassName
{
border-color: #0A0074;
}
.TagClassName
{
border-color: #0A0074;
}
</style>