Shades of Navy #0A0185
Tints of Navy #0A0185
RGB
CMYK
RGB Variations
Color information
#0A0185 (or 0x0A0185) is known color: Navy. HEX triplet: 0A, 01 and 85. RGB value is (10,1,133). Sum of RGB (Red+Green+Blue) = 10+1+133=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 133 (52.34% from 255 or 92.36% from 144); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A0185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0185 is #F5FE7A. Grayscale: #121212. Windows color (decimal): -16121467 or 8716554. OLE color: 8716554.
HSL color Cylindrical-coordinate representation of color #0A0185: hue angle of 244.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0185 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 1 | 133 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.48 |
| HSL | 244.09º | 0.99% | 0.26% | - |
| HSV(B) | 244.09º | 0.99% | 0.52% | - |
| XYZ | 4.37 | 1.78 | 22.3 | - |
| YUV | 18.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 133 | 0.92 | 0.99 | 0 | 0.48 | 244.09 | 0.99 | 0.26 |
| Hex | A | 1 | 85 | 5C | 63 | 0 | 30 | F4 | 63 | 1A |
| Octal | 12 | 1 | 205 | 134 | 143 | 0 | 60 | 364 | 143 | 32 |
| Binary | 1010 | 1 | 10000101 | 1011100 | 1100011 | 0 | 110000 | 11110100 | 1100011 | 11010 |
Color Harmonies of #0A0185
Complementary color
Monochromatic Colors of #0A0185
Black with #0A0185
Text Example
Text Example
White with #0A0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0185; }
p { color: rgb(10,1,133); }
H1.HeaderClassName
{
color: #0A0185;
}
.AnyTagClassName
{
color: #0A0185;
}
</style>
background-color css
<style>
a { background-color: #0A0185; }
a { background-color: rgb(10,1,133); }
div.DivClassName
{
background-color: #0A0185;
}
.BgClassName
{
background-color: #0A0185;
}
</style>
border-color css
<style>
span { border-color: #0A0185; }
span { border-color: rgb(10,1,133); }
td.TdClassName
{
border-color: #0A0185;
}
.TagClassName
{
border-color: #0A0185;
}
</style>