Shades of Navy #090772
Tints of Navy #090772
RGB
CMYK
RGB Variations
Color information
#090772 (or 0x090772) is known color: Navy. HEX triplet: 09, 07 and 72. RGB value is (9,7,114). Sum of RGB (Red+Green+Blue) = 9+7+114=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #090772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090772 is #F6F88D. Grayscale: #131313. Windows color (decimal): -16185486 or 7472905. OLE color: 7472905.
HSL color Cylindrical-coordinate representation of color #090772: hue angle of 241.12º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090772 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 7 | 114 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.55 |
| HSL | 241.12º | 0.88% | 0.24% | - |
| HSV(B) | 241.12º | 0.94% | 0.45% | - |
| XYZ | 3.23 | 1.42 | 16.02 | - |
| YUV | 19.8 | 181.16 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 114 | 0.92 | 0.94 | 0 | 0.55 | 241.12 | 0.88 | 0.24 |
| Hex | 9 | 7 | 72 | 5C | 5E | 0 | 37 | F1 | 58 | 18 |
| Octal | 11 | 7 | 162 | 134 | 136 | 0 | 67 | 361 | 130 | 30 |
| Binary | 1001 | 111 | 1110010 | 1011100 | 1011110 | 0 | 110111 | 11110001 | 1011000 | 11000 |
Color Harmonies of #090772
Complementary color
Monochromatic Colors of #090772
Black with #090772
Text Example
Text Example
White with #090772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090772; }
p { color: rgb(9,7,114); }
H1.HeaderClassName
{
color: #090772;
}
.AnyTagClassName
{
color: #090772;
}
</style>
background-color css
<style>
a { background-color: #090772; }
a { background-color: rgb(9,7,114); }
div.DivClassName
{
background-color: #090772;
}
.BgClassName
{
background-color: #090772;
}
</style>
border-color css
<style>
span { border-color: #090772; }
span { border-color: rgb(9,7,114); }
td.TdClassName
{
border-color: #090772;
}
.TagClassName
{
border-color: #090772;
}
</style>