Shades of Navy #0A0785
Tints of Navy #0A0785
RGB
CMYK
RGB Variations
Color information
#0A0785 (or 0x0A0785) is known color: Navy. HEX triplet: 0A, 07 and 85. RGB value is (10,7,133). Sum of RGB (Red+Green+Blue) = 10+7+133=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 133 (52.34% from 255 or 88.67% from 150); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A0785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0785 is #F5F87A. Grayscale: #151515. Windows color (decimal): -16119931 or 8718090. OLE color: 8718090.
HSL color Cylindrical-coordinate representation of color #0A0785: hue angle of 241.43º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0785 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 7 | 133 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.48 |
| HSL | 241.43º | 0.9% | 0.27% | - |
| HSV(B) | 241.43º | 0.95% | 0.52% | - |
| XYZ | 4.43 | 1.91 | 22.33 | - |
| YUV | 22.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 133 | 0.92 | 0.95 | 0 | 0.48 | 241.43 | 0.9 | 0.27 |
| Hex | A | 7 | 85 | 5C | 5F | 0 | 30 | F1 | 5A | 1B |
| Octal | 12 | 7 | 205 | 134 | 137 | 0 | 60 | 361 | 132 | 33 |
| Binary | 1010 | 111 | 10000101 | 1011100 | 1011111 | 0 | 110000 | 11110001 | 1011010 | 11011 |
Color Harmonies of #0A0785
Complementary color
Monochromatic Colors of #0A0785
Black with #0A0785
Text Example
Text Example
White with #0A0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0785; }
p { color: rgb(10,7,133); }
H1.HeaderClassName
{
color: #0A0785;
}
.AnyTagClassName
{
color: #0A0785;
}
</style>
background-color css
<style>
a { background-color: #0A0785; }
a { background-color: rgb(10,7,133); }
div.DivClassName
{
background-color: #0A0785;
}
.BgClassName
{
background-color: #0A0785;
}
</style>
border-color css
<style>
span { border-color: #0A0785; }
span { border-color: rgb(10,7,133); }
td.TdClassName
{
border-color: #0A0785;
}
.TagClassName
{
border-color: #0A0785;
}
</style>