Shades of Navy #090778
Tints of Navy #090778
RGB
CMYK
RGB Variations
Color information
#090778 (or 0x090778) is known color: Navy. HEX triplet: 09, 07 and 78. RGB value is (9,7,120). Sum of RGB (Red+Green+Blue) = 9+7+120=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #090778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090778 is #F6F887. Grayscale: #141414. Windows color (decimal): -16185480 or 7866121. OLE color: 7866121.
HSL color Cylindrical-coordinate representation of color #090778: hue angle of 241.06º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090778 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 7 | 120 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.53 |
| HSL | 241.06º | 0.89% | 0.25% | - |
| HSV(B) | 241.06º | 0.94% | 0.47% | - |
| XYZ | 3.58 | 1.57 | 17.88 | - |
| YUV | 20.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 120 | 0.92 | 0.94 | 0 | 0.53 | 241.06 | 0.89 | 0.25 |
| Hex | 9 | 7 | 78 | 5C | 5E | 0 | 35 | F1 | 59 | 19 |
| Octal | 11 | 7 | 170 | 134 | 136 | 0 | 65 | 361 | 131 | 31 |
| Binary | 1001 | 111 | 1111000 | 1011100 | 1011110 | 0 | 110101 | 11110001 | 1011001 | 11001 |
Color Harmonies of #090778
Complementary color
Monochromatic Colors of #090778
Black with #090778
Text Example
Text Example
White with #090778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090778; }
p { color: rgb(9,7,120); }
H1.HeaderClassName
{
color: #090778;
}
.AnyTagClassName
{
color: #090778;
}
</style>
background-color css
<style>
a { background-color: #090778; }
a { background-color: rgb(9,7,120); }
div.DivClassName
{
background-color: #090778;
}
.BgClassName
{
background-color: #090778;
}
</style>
border-color css
<style>
span { border-color: #090778; }
span { border-color: rgb(9,7,120); }
td.TdClassName
{
border-color: #090778;
}
.TagClassName
{
border-color: #090778;
}
</style>