Shades of Navy #0A0984
Tints of Navy #0A0984
RGB
CMYK
RGB Variations
Color information
#0A0984 (or 0x0A0984) is known color: Navy. HEX triplet: 0A, 09 and 84. RGB value is (10,9,132). Sum of RGB (Red+Green+Blue) = 10+9+132=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A0984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0984 is #F5F67B. Grayscale: #161616. Windows color (decimal): -16119420 or 8653066. OLE color: 8653066.
HSL color Cylindrical-coordinate representation of color #0A0984: hue angle of 240.49º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0984 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 9 | 132 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.48 |
| HSL | 240.49º | 0.87% | 0.28% | - |
| HSV(B) | 240.49º | 0.93% | 0.52% | - |
| XYZ | 4.39 | 1.93 | 21.97 | - |
| YUV | 23.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 132 | 0.92 | 0.93 | 0 | 0.48 | 240.49 | 0.87 | 0.28 |
| Hex | A | 9 | 84 | 5C | 5D | 0 | 30 | F0 | 57 | 1C |
| Octal | 12 | 11 | 204 | 134 | 135 | 0 | 60 | 360 | 127 | 34 |
| Binary | 1010 | 1001 | 10000100 | 1011100 | 1011101 | 0 | 110000 | 11110000 | 1010111 | 11100 |
Color Harmonies of #0A0984
Complementary color
Monochromatic Colors of #0A0984
Black with #0A0984
Text Example
Text Example
White with #0A0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0984; }
p { color: rgb(10,9,132); }
H1.HeaderClassName
{
color: #0A0984;
}
.AnyTagClassName
{
color: #0A0984;
}
</style>
background-color css
<style>
a { background-color: #0A0984; }
a { background-color: rgb(10,9,132); }
div.DivClassName
{
background-color: #0A0984;
}
.BgClassName
{
background-color: #0A0984;
}
</style>
border-color css
<style>
span { border-color: #0A0984; }
span { border-color: rgb(10,9,132); }
td.TdClassName
{
border-color: #0A0984;
}
.TagClassName
{
border-color: #0A0984;
}
</style>