Shades of Navy #090060
Tints of Navy #090060
RGB
CMYK
RGB Variations
Color information
#090060 (or 0x090060) is known color: Navy. HEX triplet: 09, 00 and 60. RGB value is (9,0,96). Sum of RGB (Red+Green+Blue) = 9+0+96=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 96 (37.89% from 255 or 91.43% from 105); Max value from RGB is 96 - color contains mainly: blue. Hex color #090060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090060 is #F6FF9F. Grayscale: #0D0D0D. Windows color (decimal): -16187296 or 6291465. OLE color: 6291465.
HSL color Cylindrical-coordinate representation of color #090060: hue angle of 245.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090060 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 0 | 96 | - |
| CMYK | 0.91 | 1 | 0 | 0.62 |
| HSL | 245.63º | 1% | 0.19% | - |
| HSV(B) | 245.63º | 1% | 0.38% | - |
| XYZ | 2.22 | 0.9 | 11.12 | - |
| YUV | 13.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 96 | 0.91 | 1 | 0 | 0.62 | 245.63 | 1 | 0.19 |
| Hex | 9 | 0 | 60 | 5B | 64 | 0 | 3E | F6 | 64 | 13 |
| Octal | 11 | 0 | 140 | 133 | 144 | 0 | 76 | 366 | 144 | 23 |
| Binary | 1001 | 0 | 1100000 | 1011011 | 1100100 | 0 | 111110 | 11110110 | 1100100 | 10011 |
Color Harmonies of #090060
Complementary color
Monochromatic Colors of #090060
Black with #090060
Text Example
Text Example
White with #090060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090060; }
p { color: rgb(9,0,96); }
H1.HeaderClassName
{
color: #090060;
}
.AnyTagClassName
{
color: #090060;
}
</style>
background-color css
<style>
a { background-color: #090060; }
a { background-color: rgb(9,0,96); }
div.DivClassName
{
background-color: #090060;
}
.BgClassName
{
background-color: #090060;
}
</style>
border-color css
<style>
span { border-color: #090060; }
span { border-color: rgb(9,0,96); }
td.TdClassName
{
border-color: #090060;
}
.TagClassName
{
border-color: #090060;
}
</style>