Shades of Navy #0A027A
Tints of Navy #0A027A
RGB
CMYK
RGB Variations
Color information
#0A027A (or 0x0A027A) is known color: Navy. HEX triplet: 0A, 02 and 7A. RGB value is (10,2,122). Sum of RGB (Red+Green+Blue) = 10+2+122=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 122 (48.05% from 255 or 91.04% from 134); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A027A is #F5FD85. Grayscale: #111111. Windows color (decimal): -16121222 or 7995914. OLE color: 7995914.
HSL color Cylindrical-coordinate representation of color #0A027A: hue angle of 244º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A027A is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 2 | 122 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.52 |
| HSL | 244º | 0.97% | 0.24% | - |
| HSV(B) | 244º | 0.98% | 0.48% | - |
| XYZ | 3.66 | 1.51 | 18.51 | - |
| YUV | 18.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 122 | 0.92 | 0.98 | 0 | 0.52 | 244 | 0.97 | 0.24 |
| Hex | A | 2 | 7A | 5C | 62 | 0 | 34 | F4 | 61 | 18 |
| Octal | 12 | 2 | 172 | 134 | 142 | 0 | 64 | 364 | 141 | 30 |
| Binary | 1010 | 10 | 1111010 | 1011100 | 1100010 | 0 | 110100 | 11110100 | 1100001 | 11000 |
Color Harmonies of #0A027A
Complementary color
Monochromatic Colors of #0A027A
Black with #0A027A
Text Example
Text Example
White with #0A027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A027A; }
p { color: rgb(10,2,122); }
H1.HeaderClassName
{
color: #0A027A;
}
.AnyTagClassName
{
color: #0A027A;
}
</style>
background-color css
<style>
a { background-color: #0A027A; }
a { background-color: rgb(10,2,122); }
div.DivClassName
{
background-color: #0A027A;
}
.BgClassName
{
background-color: #0A027A;
}
</style>
border-color css
<style>
span { border-color: #0A027A; }
span { border-color: rgb(10,2,122); }
td.TdClassName
{
border-color: #0A027A;
}
.TagClassName
{
border-color: #0A027A;
}
</style>