Shades of Navy #0A016E
Tints of Navy #0A016E
RGB
CMYK
RGB Variations
Color information
#0A016E (or 0x0A016E) is known color: Navy. HEX triplet: 0A, 01 and 6E. RGB value is (10,1,110). Sum of RGB (Red+Green+Blue) = 10+1+110=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A016E is #F5FE91. Grayscale: #0F0F0F. Windows color (decimal): -16121490 or 7209226. OLE color: 7209226.
HSL color Cylindrical-coordinate representation of color #0A016E: hue angle of 244.95º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A016E is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 1 | 110 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.57 |
| HSL | 244.95º | 0.98% | 0.22% | - |
| HSV(B) | 244.95º | 0.99% | 0.43% | - |
| XYZ | 2.95 | 1.21 | 14.83 | - |
| YUV | 16.12 | 180.98 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 110 | 0.91 | 0.99 | 0 | 0.57 | 244.95 | 0.98 | 0.22 |
| Hex | A | 1 | 6E | 5B | 63 | 0 | 39 | F5 | 62 | 16 |
| Octal | 12 | 1 | 156 | 133 | 143 | 0 | 71 | 365 | 142 | 26 |
| Binary | 1010 | 1 | 1101110 | 1011011 | 1100011 | 0 | 111001 | 11110101 | 1100010 | 10110 |
Color Harmonies of #0A016E
Complementary color
Monochromatic Colors of #0A016E
Black with #0A016E
Text Example
Text Example
White with #0A016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A016E; }
p { color: rgb(10,1,110); }
H1.HeaderClassName
{
color: #0A016E;
}
.AnyTagClassName
{
color: #0A016E;
}
</style>
background-color css
<style>
a { background-color: #0A016E; }
a { background-color: rgb(10,1,110); }
div.DivClassName
{
background-color: #0A016E;
}
.BgClassName
{
background-color: #0A016E;
}
</style>
border-color css
<style>
span { border-color: #0A016E; }
span { border-color: rgb(10,1,110); }
td.TdClassName
{
border-color: #0A016E;
}
.TagClassName
{
border-color: #0A016E;
}
</style>