Shades of Navy #09076F
Tints of Navy #09076F
RGB
CMYK
RGB Variations
Color information
#09076F (or 0x09076F) is known color: Navy. HEX triplet: 09, 07 and 6F. RGB value is (9,7,111). Sum of RGB (Red+Green+Blue) = 9+7+111=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 111 (43.75% from 255 or 87.40% from 127); Max value from RGB is 111 - color contains mainly: blue. Hex color #09076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09076F is #F6F890. Grayscale: #131313. Windows color (decimal): -16185489 or 7276297. OLE color: 7276297.
HSL color Cylindrical-coordinate representation of color #09076F: hue angle of 241.15º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09076F is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 7 | 111 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.56 |
| HSL | 241.15º | 0.88% | 0.23% | - |
| HSV(B) | 241.15º | 0.94% | 0.44% | - |
| XYZ | 3.06 | 1.36 | 15.14 | - |
| YUV | 19.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 111 | 0.92 | 0.94 | 0 | 0.56 | 241.15 | 0.88 | 0.23 |
| Hex | 9 | 7 | 6F | 5C | 5E | 0 | 38 | F1 | 58 | 17 |
| Octal | 11 | 7 | 157 | 134 | 136 | 0 | 70 | 361 | 130 | 27 |
| Binary | 1001 | 111 | 1101111 | 1011100 | 1011110 | 0 | 111000 | 11110001 | 1011000 | 10111 |
Color Harmonies of #09076F
Complementary color
Monochromatic Colors of #09076F
Black with #09076F
Text Example
Text Example
White with #09076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09076F; }
p { color: rgb(9,7,111); }
H1.HeaderClassName
{
color: #09076F;
}
.AnyTagClassName
{
color: #09076F;
}
</style>
background-color css
<style>
a { background-color: #09076F; }
a { background-color: rgb(9,7,111); }
div.DivClassName
{
background-color: #09076F;
}
.BgClassName
{
background-color: #09076F;
}
</style>
border-color css
<style>
span { border-color: #09076F; }
span { border-color: rgb(9,7,111); }
td.TdClassName
{
border-color: #09076F;
}
.TagClassName
{
border-color: #09076F;
}
</style>