Shades of Navy #0A0472
Tints of Navy #0A0472
RGB
CMYK
RGB Variations
Color information
#0A0472 (or 0x0A0472) is known color: Navy. HEX triplet: 0A, 04 and 72. RGB value is (10,4,114). Sum of RGB (Red+Green+Blue) = 10+4+114=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 114 (44.92% from 255 or 89.06% from 128); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A0472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0472 is #F5FB8D. Grayscale: #111111. Windows color (decimal): -16120718 or 7472138. OLE color: 7472138.
HSL color Cylindrical-coordinate representation of color #0A0472: hue angle of 243.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0472 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 4 | 114 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.55 |
| HSL | 243.27º | 0.93% | 0.23% | - |
| HSV(B) | 243.27º | 0.96% | 0.45% | - |
| XYZ | 3.21 | 1.37 | 16.01 | - |
| YUV | 18.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 114 | 0.91 | 0.96 | 0 | 0.55 | 243.27 | 0.93 | 0.23 |
| Hex | A | 4 | 72 | 5B | 60 | 0 | 37 | F3 | 5D | 17 |
| Octal | 12 | 4 | 162 | 133 | 140 | 0 | 67 | 363 | 135 | 27 |
| Binary | 1010 | 100 | 1110010 | 1011011 | 1100000 | 0 | 110111 | 11110011 | 1011101 | 10111 |
Color Harmonies of #0A0472
Complementary color
Monochromatic Colors of #0A0472
Black with #0A0472
Text Example
Text Example
White with #0A0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0472; }
p { color: rgb(10,4,114); }
H1.HeaderClassName
{
color: #0A0472;
}
.AnyTagClassName
{
color: #0A0472;
}
</style>
background-color css
<style>
a { background-color: #0A0472; }
a { background-color: rgb(10,4,114); }
div.DivClassName
{
background-color: #0A0472;
}
.BgClassName
{
background-color: #0A0472;
}
</style>
border-color css
<style>
span { border-color: #0A0472; }
span { border-color: rgb(10,4,114); }
td.TdClassName
{
border-color: #0A0472;
}
.TagClassName
{
border-color: #0A0472;
}
</style>