Shades of Navy #000A7E
Tints of Navy #000A7E
RGB
CMYK
RGB Variations
Color information
#000A7E (or 0x000A7E) is known color: Navy. HEX triplet: 00, 0A and 7E. RGB value is (0,10,126). Sum of RGB (Red+Green+Blue) = 0+10+126=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 126 (49.61% from 255 or 92.65% from 136); Max value from RGB is 126 - color contains mainly: blue. Hex color #000A7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A7E is #FFF581. Grayscale: #131313. Windows color (decimal): -16774530 or 8260096. OLE color: 8260096.
HSL color Cylindrical-coordinate representation of color #000A7E: hue angle of 235.24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A7E is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 10 | 126 | - |
| CMYK | 1 | 0.92 | 0 | 0.51 |
| HSL | 235.24º | 1% | 0.25% | - |
| HSV(B) | 235.24º | 1% | 0.49% | - |
| XYZ | 3.87 | 1.72 | 19.87 | - |
| YUV | 20.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 126 | 1 | 0.92 | 0 | 0.51 | 235.24 | 1 | 0.25 |
| Hex | 0 | A | 7E | 64 | 5C | 0 | 33 | EB | 64 | 19 |
| Octal | 0 | 12 | 176 | 144 | 134 | 0 | 63 | 353 | 144 | 31 |
| Binary | 0 | 1010 | 1111110 | 1100100 | 1011100 | 0 | 110011 | 11101011 | 1100100 | 11001 |
Color Harmonies of #000A7E
Complementary color
Monochromatic Colors of #000A7E
Black with #000A7E
Text Example
Text Example
White with #000A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A7E; }
p { color: rgb(0,10,126); }
H1.HeaderClassName
{
color: #000A7E;
}
.AnyTagClassName
{
color: #000A7E;
}
</style>
background-color css
<style>
a { background-color: #000A7E; }
a { background-color: rgb(0,10,126); }
div.DivClassName
{
background-color: #000A7E;
}
.BgClassName
{
background-color: #000A7E;
}
</style>
border-color css
<style>
span { border-color: #000A7E; }
span { border-color: rgb(0,10,126); }
td.TdClassName
{
border-color: #000A7E;
}
.TagClassName
{
border-color: #000A7E;
}
</style>