Shades of Navy #0A026E
Tints of Navy #0A026E
RGB
CMYK
RGB Variations
Color information
#0A026E (or 0x0A026E) is known color: Navy. HEX triplet: 0A, 02 and 6E. RGB value is (10,2,110). Sum of RGB (Red+Green+Blue) = 10+2+110=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 110 (43.36% from 255 or 90.16% from 122); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A026E is #F5FD91. Grayscale: #101010. Windows color (decimal): -16121234 or 7209482. OLE color: 7209482.
HSL color Cylindrical-coordinate representation of color #0A026E: hue angle of 244.44º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A026E is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 2 | 110 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.57 |
| HSL | 244.44º | 0.96% | 0.22% | - |
| HSV(B) | 244.44º | 0.98% | 0.43% | - |
| XYZ | 2.96 | 1.23 | 14.83 | - |
| YUV | 16.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 110 | 0.91 | 0.98 | 0 | 0.57 | 244.44 | 0.96 | 0.22 |
| Hex | A | 2 | 6E | 5B | 62 | 0 | 39 | F4 | 60 | 16 |
| Octal | 12 | 2 | 156 | 133 | 142 | 0 | 71 | 364 | 140 | 26 |
| Binary | 1010 | 10 | 1101110 | 1011011 | 1100010 | 0 | 111001 | 11110100 | 1100000 | 10110 |
Color Harmonies of #0A026E
Complementary color
Monochromatic Colors of #0A026E
Black with #0A026E
Text Example
Text Example
White with #0A026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A026E; }
p { color: rgb(10,2,110); }
H1.HeaderClassName
{
color: #0A026E;
}
.AnyTagClassName
{
color: #0A026E;
}
</style>
background-color css
<style>
a { background-color: #0A026E; }
a { background-color: rgb(10,2,110); }
div.DivClassName
{
background-color: #0A026E;
}
.BgClassName
{
background-color: #0A026E;
}
</style>
border-color css
<style>
span { border-color: #0A026E; }
span { border-color: rgb(10,2,110); }
td.TdClassName
{
border-color: #0A026E;
}
.TagClassName
{
border-color: #0A026E;
}
</style>