Shades of Navy #090076
Tints of Navy #090076
RGB
CMYK
RGB Variations
Color information
#090076 (or 0x090076) is known color: Navy. HEX triplet: 09, 00 and 76. RGB value is (9,0,118). Sum of RGB (Red+Green+Blue) = 9+0+118=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 118 (46.48% from 255 or 92.91% from 127); Max value from RGB is 118 - color contains mainly: blue. Hex color #090076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090076 is #F6FF89. Grayscale: #0F0F0F. Windows color (decimal): -16187274 or 7733257. OLE color: 7733257.
HSL color Cylindrical-coordinate representation of color #090076: hue angle of 244.58º 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 #090076 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 0 | 118 | - |
| CMYK | 0.92 | 1 | 0 | 0.54 |
| HSL | 244.58º | 1% | 0.23% | - |
| HSV(B) | 244.58º | 1% | 0.46% | - |
| XYZ | 3.38 | 1.37 | 17.22 | - |
| YUV | 16.14 | 185.48 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 118 | 0.92 | 1 | 0 | 0.54 | 244.58 | 1 | 0.23 |
| Hex | 9 | 0 | 76 | 5C | 64 | 0 | 36 | F5 | 64 | 17 |
| Octal | 11 | 0 | 166 | 134 | 144 | 0 | 66 | 365 | 144 | 27 |
| Binary | 1001 | 0 | 1110110 | 1011100 | 1100100 | 0 | 110110 | 11110101 | 1100100 | 10111 |
Color Harmonies of #090076
Complementary color
Monochromatic Colors of #090076
Black with #090076
Text Example
Text Example
White with #090076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090076; }
p { color: rgb(9,0,118); }
H1.HeaderClassName
{
color: #090076;
}
.AnyTagClassName
{
color: #090076;
}
</style>
background-color css
<style>
a { background-color: #090076; }
a { background-color: rgb(9,0,118); }
div.DivClassName
{
background-color: #090076;
}
.BgClassName
{
background-color: #090076;
}
</style>
border-color css
<style>
span { border-color: #090076; }
span { border-color: rgb(9,0,118); }
td.TdClassName
{
border-color: #090076;
}
.TagClassName
{
border-color: #090076;
}
</style>