Shades of Navy #000A75
Tints of Navy #000A75
RGB
CMYK
RGB Variations
Color information
#000A75 (or 0x000A75) is known color: Navy. HEX triplet: 00, 0A and 75. RGB value is (0,10,117). Sum of RGB (Red+Green+Blue) = 0+10+117=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 117 (46.09% from 255 or 92.13% from 127); Max value from RGB is 117 - color contains mainly: blue. Hex color #000A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A75 is #FFF58A. Grayscale: #121212. Windows color (decimal): -16774539 or 7670272. OLE color: 7670272.
HSL color Cylindrical-coordinate representation of color #000A75: hue angle of 234.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A75 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 10 | 117 | - |
| CMYK | 1 | 0.91 | 0 | 0.54 |
| HSL | 234.87º | 1% | 0.23% | - |
| HSV(B) | 234.87º | 1% | 0.46% | - |
| XYZ | 3.32 | 1.5 | 16.94 | - |
| YUV | 19.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 117 | 1 | 0.91 | 0 | 0.54 | 234.87 | 1 | 0.23 |
| Hex | 0 | A | 75 | 64 | 5B | 0 | 36 | EB | 64 | 17 |
| Octal | 0 | 12 | 165 | 144 | 133 | 0 | 66 | 353 | 144 | 27 |
| Binary | 0 | 1010 | 1110101 | 1100100 | 1011011 | 0 | 110110 | 11101011 | 1100100 | 10111 |
Color Harmonies of #000A75
Complementary color
Monochromatic Colors of #000A75
Black with #000A75
Text Example
Text Example
White with #000A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A75; }
p { color: rgb(0,10,117); }
H1.HeaderClassName
{
color: #000A75;
}
.AnyTagClassName
{
color: #000A75;
}
</style>
background-color css
<style>
a { background-color: #000A75; }
a { background-color: rgb(0,10,117); }
div.DivClassName
{
background-color: #000A75;
}
.BgClassName
{
background-color: #000A75;
}
</style>
border-color css
<style>
span { border-color: #000A75; }
span { border-color: rgb(0,10,117); }
td.TdClassName
{
border-color: #000A75;
}
.TagClassName
{
border-color: #000A75;
}
</style>