Shades of Navy #0A0163
Tints of Navy #0A0163
RGB
CMYK
RGB Variations
Color information
#0A0163 (or 0x0A0163) is known color: Navy. HEX triplet: 0A, 01 and 63. RGB value is (10,1,99). Sum of RGB (Red+Green+Blue) = 10+1+99=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 99 (39.06% from 255 or 90% from 110); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A0163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0163 is #F5FE9C. Grayscale: #0E0E0E. Windows color (decimal): -16121501 or 6488330. OLE color: 6488330.
HSL color Cylindrical-coordinate representation of color #0A0163: hue angle of 245.51º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0163 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 1 | 99 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.61 |
| HSL | 245.51º | 0.98% | 0.2% | - |
| HSV(B) | 245.51º | 0.99% | 0.39% | - |
| XYZ | 2.39 | 0.99 | 11.87 | - |
| YUV | 14.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 99 | 0.90 | 0.99 | 0 | 0.61 | 245.51 | 0.98 | 0.2 |
| Hex | A | 1 | 63 | 5A | 63 | 0 | 3D | F6 | 62 | 14 |
| Octal | 12 | 1 | 143 | 132 | 143 | 0 | 75 | 366 | 142 | 24 |
| Binary | 1010 | 1 | 1100011 | 1011010 | 1100011 | 0 | 111101 | 11110110 | 1100010 | 10100 |
Color Harmonies of #0A0163
Complementary color
Monochromatic Colors of #0A0163
Black with #0A0163
Text Example
Text Example
White with #0A0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0163; }
p { color: rgb(10,1,99); }
H1.HeaderClassName
{
color: #0A0163;
}
.AnyTagClassName
{
color: #0A0163;
}
</style>
background-color css
<style>
a { background-color: #0A0163; }
a { background-color: rgb(10,1,99); }
div.DivClassName
{
background-color: #0A0163;
}
.BgClassName
{
background-color: #0A0163;
}
</style>
border-color css
<style>
span { border-color: #0A0163; }
span { border-color: rgb(10,1,99); }
td.TdClassName
{
border-color: #0A0163;
}
.TagClassName
{
border-color: #0A0163;
}
</style>