Shades of Navy #0A037A
Tints of Navy #0A037A
RGB
CMYK
RGB Variations
Color information
#0A037A (or 0x0A037A) is known color: Navy. HEX triplet: 0A, 03 and 7A. RGB value is (10,3,122). Sum of RGB (Red+Green+Blue) = 10+3+122=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 122 (48.05% from 255 or 90.37% from 135); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A037A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A037A is #F5FC85. Grayscale: #121212. Windows color (decimal): -16120966 or 7996170. OLE color: 7996170.
HSL color Cylindrical-coordinate representation of color #0A037A: hue angle of 243.53º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A037A is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 3 | 122 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.52 |
| HSL | 243.53º | 0.95% | 0.25% | - |
| HSV(B) | 243.53º | 0.98% | 0.48% | - |
| XYZ | 3.67 | 1.53 | 18.52 | - |
| YUV | 18.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 122 | 0.92 | 0.98 | 0 | 0.52 | 243.53 | 0.95 | 0.25 |
| Hex | A | 3 | 7A | 5C | 62 | 0 | 34 | F4 | 5F | 19 |
| Octal | 12 | 3 | 172 | 134 | 142 | 0 | 64 | 364 | 137 | 31 |
| Binary | 1010 | 11 | 1111010 | 1011100 | 1100010 | 0 | 110100 | 11110100 | 1011111 | 11001 |
Color Harmonies of #0A037A
Complementary color
Monochromatic Colors of #0A037A
Black with #0A037A
Text Example
Text Example
White with #0A037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A037A; }
p { color: rgb(10,3,122); }
H1.HeaderClassName
{
color: #0A037A;
}
.AnyTagClassName
{
color: #0A037A;
}
</style>
background-color css
<style>
a { background-color: #0A037A; }
a { background-color: rgb(10,3,122); }
div.DivClassName
{
background-color: #0A037A;
}
.BgClassName
{
background-color: #0A037A;
}
</style>
border-color css
<style>
span { border-color: #0A037A; }
span { border-color: rgb(10,3,122); }
td.TdClassName
{
border-color: #0A037A;
}
.TagClassName
{
border-color: #0A037A;
}
</style>