Shades of Navy #0A0166
Tints of Navy #0A0166
RGB
CMYK
RGB Variations
Color information
#0A0166 (or 0x0A0166) is known color: Navy. HEX triplet: 0A, 01 and 66. RGB value is (10,1,102). Sum of RGB (Red+Green+Blue) = 10+1+102=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 102 (40.23% from 255 or 90.27% from 113); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A0166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0166 is #F5FE99. Grayscale: #0E0E0E. Windows color (decimal): -16121498 or 6684938. OLE color: 6684938.
HSL color Cylindrical-coordinate representation of color #0A0166: hue angle of 245.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0166 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 1 | 102 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.6 |
| HSL | 245.35º | 0.98% | 0.2% | - |
| HSV(B) | 245.35º | 0.99% | 0.4% | - |
| XYZ | 2.53 | 1.05 | 12.64 | - |
| YUV | 15.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 102 | 0.90 | 0.99 | 0 | 0.6 | 245.35 | 0.98 | 0.2 |
| Hex | A | 1 | 66 | 5A | 63 | 0 | 3C | F5 | 62 | 14 |
| Octal | 12 | 1 | 146 | 132 | 143 | 0 | 74 | 365 | 142 | 24 |
| Binary | 1010 | 1 | 1100110 | 1011010 | 1100011 | 0 | 111100 | 11110101 | 1100010 | 10100 |
Color Harmonies of #0A0166
Complementary color
Monochromatic Colors of #0A0166
Black with #0A0166
Text Example
Text Example
White with #0A0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0166; }
p { color: rgb(10,1,102); }
H1.HeaderClassName
{
color: #0A0166;
}
.AnyTagClassName
{
color: #0A0166;
}
</style>
background-color css
<style>
a { background-color: #0A0166; }
a { background-color: rgb(10,1,102); }
div.DivClassName
{
background-color: #0A0166;
}
.BgClassName
{
background-color: #0A0166;
}
</style>
border-color css
<style>
span { border-color: #0A0166; }
span { border-color: rgb(10,1,102); }
td.TdClassName
{
border-color: #0A0166;
}
.TagClassName
{
border-color: #0A0166;
}
</style>