Shades of Navy #0A017E
Tints of Navy #0A017E
RGB
CMYK
RGB Variations
Color information
#0A017E (or 0x0A017E) is known color: Navy. HEX triplet: 0A, 01 and 7E. RGB value is (10,1,126). Sum of RGB (Red+Green+Blue) = 10+1+126=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 126 (49.61% from 255 or 91.97% from 137); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A017E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A017E is #F5FE81. Grayscale: #111111. Windows color (decimal): -16121474 or 8257802. OLE color: 8257802.
HSL color Cylindrical-coordinate representation of color #0A017E: hue angle of 244.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A017E is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 1 | 126 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.51 |
| HSL | 244.32º | 0.98% | 0.25% | - |
| HSV(B) | 244.32º | 0.99% | 0.49% | - |
| XYZ | 3.9 | 1.59 | 19.84 | - |
| YUV | 17.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 126 | 0.92 | 0.99 | 0 | 0.51 | 244.32 | 0.98 | 0.25 |
| Hex | A | 1 | 7E | 5C | 63 | 0 | 33 | F4 | 62 | 19 |
| Octal | 12 | 1 | 176 | 134 | 143 | 0 | 63 | 364 | 142 | 31 |
| Binary | 1010 | 1 | 1111110 | 1011100 | 1100011 | 0 | 110011 | 11110100 | 1100010 | 11001 |
Color Harmonies of #0A017E
Complementary color
Monochromatic Colors of #0A017E
Black with #0A017E
Text Example
Text Example
White with #0A017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A017E; }
p { color: rgb(10,1,126); }
H1.HeaderClassName
{
color: #0A017E;
}
.AnyTagClassName
{
color: #0A017E;
}
</style>
background-color css
<style>
a { background-color: #0A017E; }
a { background-color: rgb(10,1,126); }
div.DivClassName
{
background-color: #0A017E;
}
.BgClassName
{
background-color: #0A017E;
}
</style>
border-color css
<style>
span { border-color: #0A017E; }
span { border-color: rgb(10,1,126); }
td.TdClassName
{
border-color: #0A017E;
}
.TagClassName
{
border-color: #0A017E;
}
</style>