Shades of Navy #090575
Tints of Navy #090575
RGB
CMYK
RGB Variations
Color information
#090575 (or 0x090575) is known color: Navy. HEX triplet: 09, 05 and 75. RGB value is (9,5,117). Sum of RGB (Red+Green+Blue) = 9+5+117=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #090575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090575 is #F6FA8A. Grayscale: #121212. Windows color (decimal): -16185995 or 7669001. OLE color: 7669001.
HSL color Cylindrical-coordinate representation of color #090575: hue angle of 242.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090575 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 5 | 117 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.54 |
| HSL | 242.14º | 0.92% | 0.24% | - |
| HSV(B) | 242.14º | 0.96% | 0.46% | - |
| XYZ | 3.38 | 1.45 | 16.93 | - |
| YUV | 18.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 117 | 0.92 | 0.96 | 0 | 0.54 | 242.14 | 0.92 | 0.24 |
| Hex | 9 | 5 | 75 | 5C | 60 | 0 | 36 | F2 | 5C | 18 |
| Octal | 11 | 5 | 165 | 134 | 140 | 0 | 66 | 362 | 134 | 30 |
| Binary | 1001 | 101 | 1110101 | 1011100 | 1100000 | 0 | 110110 | 11110010 | 1011100 | 11000 |
Color Harmonies of #090575
Complementary color
Monochromatic Colors of #090575
Black with #090575
Text Example
Text Example
White with #090575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090575; }
p { color: rgb(9,5,117); }
H1.HeaderClassName
{
color: #090575;
}
.AnyTagClassName
{
color: #090575;
}
</style>
background-color css
<style>
a { background-color: #090575; }
a { background-color: rgb(9,5,117); }
div.DivClassName
{
background-color: #090575;
}
.BgClassName
{
background-color: #090575;
}
</style>
border-color css
<style>
span { border-color: #090575; }
span { border-color: rgb(9,5,117); }
td.TdClassName
{
border-color: #090575;
}
.TagClassName
{
border-color: #090575;
}
</style>