Shades of Navy #00076F
Tints of Navy #00076F
RGB
CMYK
RGB Variations
Color information
#00076F (or 0x00076F) is known color: Navy. HEX triplet: 00, 07 and 6F. RGB value is (0,7,111). Sum of RGB (Red+Green+Blue) = 0+7+111=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 111 (43.75% from 255 or 94.07% from 118); Max value from RGB is 111 - color contains mainly: blue. Hex color #00076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00076F is #FFF890. Grayscale: #101010. Windows color (decimal): -16775313 or 7276288. OLE color: 7276288.
HSL color Cylindrical-coordinate representation of color #00076F: hue angle of 236.22º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00076F is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 7 | 111 | - |
| CMYK | 1 | 0.94 | 0 | 0.56 |
| HSL | 236.22º | 1% | 0.22% | - |
| HSV(B) | 236.22º | 1% | 0.44% | - |
| XYZ | 2.95 | 1.3 | 15.13 | - |
| YUV | 16.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 111 | 1 | 0.94 | 0 | 0.56 | 236.22 | 1 | 0.22 |
| Hex | 0 | 7 | 6F | 64 | 5E | 0 | 38 | EC | 64 | 16 |
| Octal | 0 | 7 | 157 | 144 | 136 | 0 | 70 | 354 | 144 | 26 |
| Binary | 0 | 111 | 1101111 | 1100100 | 1011110 | 0 | 111000 | 11101100 | 1100100 | 10110 |
Color Harmonies of #00076F
Complementary color
Monochromatic Colors of #00076F
Black with #00076F
Text Example
Text Example
White with #00076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00076F; }
p { color: rgb(0,7,111); }
H1.HeaderClassName
{
color: #00076F;
}
.AnyTagClassName
{
color: #00076F;
}
</style>
background-color css
<style>
a { background-color: #00076F; }
a { background-color: rgb(0,7,111); }
div.DivClassName
{
background-color: #00076F;
}
.BgClassName
{
background-color: #00076F;
}
</style>
border-color css
<style>
span { border-color: #00076F; }
span { border-color: rgb(0,7,111); }
td.TdClassName
{
border-color: #00076F;
}
.TagClassName
{
border-color: #00076F;
}
</style>