Shades of Navy #0A1080
Tints of Navy #0A1080
RGB
CMYK
RGB Variations
Color information
#0A1080 (or 0x0A1080) is known color: Navy. HEX triplet: 0A, 10 and 80. RGB value is (10,16,128). Sum of RGB (Red+Green+Blue) = 10+16+128=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A1080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1080 is #F5EF7F. Grayscale: #1A1A1A. Windows color (decimal): -16117632 or 8392714. OLE color: 8392714.
HSL color Cylindrical-coordinate representation of color #0A1080: hue angle of 236.95º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1080 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 16 | 128 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.50 |
| HSL | 236.95º | 0.86% | 0.27% | - |
| HSV(B) | 236.95º | 0.92% | 0.5% | - |
| XYZ | 4.21 | 1.99 | 20.59 | - |
| YUV | 26.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 128 | 0.92 | 0.88 | 0 | 0.50 | 236.95 | 0.86 | 0.27 |
| Hex | A | 10 | 80 | 5C | 58 | 0 | 32 | ED | 56 | 1B |
| Octal | 12 | 20 | 200 | 134 | 130 | 0 | 62 | 355 | 126 | 33 |
| Binary | 1010 | 10000 | 10000000 | 1011100 | 1011000 | 0 | 110010 | 11101101 | 1010110 | 11011 |
Color Harmonies of #0A1080
Complementary color
Monochromatic Colors of #0A1080
Black with #0A1080
Text Example
Text Example
White with #0A1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1080; }
p { color: rgb(10,16,128); }
H1.HeaderClassName
{
color: #0A1080;
}
.AnyTagClassName
{
color: #0A1080;
}
</style>
background-color css
<style>
a { background-color: #0A1080; }
a { background-color: rgb(10,16,128); }
div.DivClassName
{
background-color: #0A1080;
}
.BgClassName
{
background-color: #0A1080;
}
</style>
border-color css
<style>
span { border-color: #0A1080; }
span { border-color: rgb(10,16,128); }
td.TdClassName
{
border-color: #0A1080;
}
.TagClassName
{
border-color: #0A1080;
}
</style>