Shades of Navy #0A036D
Tints of Navy #0A036D
RGB
CMYK
RGB Variations
Color information
#0A036D (or 0x0A036D) is known color: Navy. HEX triplet: 0A, 03 and 6D. RGB value is (10,3,109). Sum of RGB (Red+Green+Blue) = 10+3+109=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A036D is #F5FC92. Grayscale: #101010. Windows color (decimal): -16120979 or 7144202. OLE color: 7144202.
HSL color Cylindrical-coordinate representation of color #0A036D: hue angle of 243.96º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A036D is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 3 | 109 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.57 |
| HSL | 243.96º | 0.95% | 0.22% | - |
| HSV(B) | 243.96º | 0.97% | 0.43% | - |
| XYZ | 2.92 | 1.23 | 14.55 | - |
| YUV | 17.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 109 | 0.91 | 0.97 | 0 | 0.57 | 243.96 | 0.95 | 0.22 |
| Hex | A | 3 | 6D | 5B | 61 | 0 | 39 | F4 | 5F | 16 |
| Octal | 12 | 3 | 155 | 133 | 141 | 0 | 71 | 364 | 137 | 26 |
| Binary | 1010 | 11 | 1101101 | 1011011 | 1100001 | 0 | 111001 | 11110100 | 1011111 | 10110 |
Color Harmonies of #0A036D
Complementary color
Monochromatic Colors of #0A036D
Black with #0A036D
Text Example
Text Example
White with #0A036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A036D; }
p { color: rgb(10,3,109); }
H1.HeaderClassName
{
color: #0A036D;
}
.AnyTagClassName
{
color: #0A036D;
}
</style>
background-color css
<style>
a { background-color: #0A036D; }
a { background-color: rgb(10,3,109); }
div.DivClassName
{
background-color: #0A036D;
}
.BgClassName
{
background-color: #0A036D;
}
</style>
border-color css
<style>
span { border-color: #0A036D; }
span { border-color: rgb(10,3,109); }
td.TdClassName
{
border-color: #0A036D;
}
.TagClassName
{
border-color: #0A036D;
}
</style>