Shades of Navy #090E80
Tints of Navy #090E80
RGB
CMYK
RGB Variations
Color information
#090E80 (or 0x090E80) is known color: Navy. HEX triplet: 09, 0E and 80. RGB value is (9,14,128). Sum of RGB (Red+Green+Blue) = 9+14+128=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 128 (50.39% from 255 or 84.77% from 151); Max value from RGB is 128 - color contains mainly: blue. Hex color #090E80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090E80 is #F6F17F. Grayscale: #191919. Windows color (decimal): -16183680 or 8392201. OLE color: 8392201.
HSL color Cylindrical-coordinate representation of color #090E80: hue angle of 237.48º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090E80 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 14 | 128 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.50 |
| HSL | 237.48º | 0.87% | 0.27% | - |
| HSV(B) | 237.48º | 0.93% | 0.5% | - |
| XYZ | 4.17 | 1.93 | 20.58 | - |
| YUV | 25.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 128 | 0.93 | 0.89 | 0 | 0.50 | 237.48 | 0.87 | 0.27 |
| Hex | 9 | E | 80 | 5D | 59 | 0 | 32 | ED | 57 | 1B |
| Octal | 11 | 16 | 200 | 135 | 131 | 0 | 62 | 355 | 127 | 33 |
| Binary | 1001 | 1110 | 10000000 | 1011101 | 1011001 | 0 | 110010 | 11101101 | 1010111 | 11011 |
Color Harmonies of #090E80
Complementary color
Monochromatic Colors of #090E80
Black with #090E80
Text Example
Text Example
White with #090E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E80; }
p { color: rgb(9,14,128); }
H1.HeaderClassName
{
color: #090E80;
}
.AnyTagClassName
{
color: #090E80;
}
</style>
background-color css
<style>
a { background-color: #090E80; }
a { background-color: rgb(9,14,128); }
div.DivClassName
{
background-color: #090E80;
}
.BgClassName
{
background-color: #090E80;
}
</style>
border-color css
<style>
span { border-color: #090E80; }
span { border-color: rgb(9,14,128); }
td.TdClassName
{
border-color: #090E80;
}
.TagClassName
{
border-color: #090E80;
}
</style>