Shades of Navy #0A0574
Tints of Navy #0A0574
RGB
CMYK
RGB Variations
Color information
#0A0574 (or 0x0A0574) is known color: Navy. HEX triplet: 0A, 05 and 74. RGB value is (10,5,116). Sum of RGB (Red+Green+Blue) = 10+5+116=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 116 (45.70% from 255 or 88.55% from 131); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A0574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0574 is #F5FA8B. Grayscale: #121212. Windows color (decimal): -16120460 or 7603466. OLE color: 7603466.
HSL color Cylindrical-coordinate representation of color #0A0574: hue angle of 242.7º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0574 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 5 | 116 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.55 |
| HSL | 242.7º | 0.92% | 0.24% | - |
| HSV(B) | 242.7º | 0.96% | 0.45% | - |
| XYZ | 3.33 | 1.43 | 16.62 | - |
| YUV | 19.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 116 | 0.91 | 0.96 | 0 | 0.55 | 242.7 | 0.92 | 0.24 |
| Hex | A | 5 | 74 | 5B | 60 | 0 | 37 | F3 | 5C | 18 |
| Octal | 12 | 5 | 164 | 133 | 140 | 0 | 67 | 363 | 134 | 30 |
| Binary | 1010 | 101 | 1110100 | 1011011 | 1100000 | 0 | 110111 | 11110011 | 1011100 | 11000 |
Color Harmonies of #0A0574
Complementary color
Monochromatic Colors of #0A0574
Black with #0A0574
Text Example
Text Example
White with #0A0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0574; }
p { color: rgb(10,5,116); }
H1.HeaderClassName
{
color: #0A0574;
}
.AnyTagClassName
{
color: #0A0574;
}
</style>
background-color css
<style>
a { background-color: #0A0574; }
a { background-color: rgb(10,5,116); }
div.DivClassName
{
background-color: #0A0574;
}
.BgClassName
{
background-color: #0A0574;
}
</style>
border-color css
<style>
span { border-color: #0A0574; }
span { border-color: rgb(10,5,116); }
td.TdClassName
{
border-color: #0A0574;
}
.TagClassName
{
border-color: #0A0574;
}
</style>