Shades of Navy #0A0176
Tints of Navy #0A0176
RGB
CMYK
RGB Variations
Color information
#0A0176 (or 0x0A0176) is known color: Navy. HEX triplet: 0A, 01 and 76. RGB value is (10,1,118). Sum of RGB (Red+Green+Blue) = 10+1+118=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 118 (46.48% from 255 or 91.47% from 129); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A0176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0176 is #F5FE89. Grayscale: #101010. Windows color (decimal): -16121482 or 7733514. OLE color: 7733514.
HSL color Cylindrical-coordinate representation of color #0A0176: hue angle of 244.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0176 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 1 | 118 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.54 |
| HSL | 244.62º | 0.98% | 0.23% | - |
| HSV(B) | 244.62º | 0.99% | 0.46% | - |
| XYZ | 3.41 | 1.39 | 17.23 | - |
| YUV | 17.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 118 | 0.92 | 0.99 | 0 | 0.54 | 244.62 | 0.98 | 0.23 |
| Hex | A | 1 | 76 | 5C | 63 | 0 | 36 | F5 | 62 | 17 |
| Octal | 12 | 1 | 166 | 134 | 143 | 0 | 66 | 365 | 142 | 27 |
| Binary | 1010 | 1 | 1110110 | 1011100 | 1100011 | 0 | 110110 | 11110101 | 1100010 | 10111 |
Color Harmonies of #0A0176
Complementary color
Monochromatic Colors of #0A0176
Black with #0A0176
Text Example
Text Example
White with #0A0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0176; }
p { color: rgb(10,1,118); }
H1.HeaderClassName
{
color: #0A0176;
}
.AnyTagClassName
{
color: #0A0176;
}
</style>
background-color css
<style>
a { background-color: #0A0176; }
a { background-color: rgb(10,1,118); }
div.DivClassName
{
background-color: #0A0176;
}
.BgClassName
{
background-color: #0A0176;
}
</style>
border-color css
<style>
span { border-color: #0A0176; }
span { border-color: rgb(10,1,118); }
td.TdClassName
{
border-color: #0A0176;
}
.TagClassName
{
border-color: #0A0176;
}
</style>