Shades of Navy #090F80
Tints of Navy #090F80
RGB
CMYK
RGB Variations
Color information
#090F80 (or 0x090F80) is known color: Navy. HEX triplet: 09, 0F and 80. RGB value is (9,15,128). Sum of RGB (Red+Green+Blue) = 9+15+128=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 128 (50.39% from 255 or 84.21% from 152); Max value from RGB is 128 - color contains mainly: blue. Hex color #090F80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090F80 is #F6F07F. Grayscale: #191919. Windows color (decimal): -16183424 or 8392457. OLE color: 8392457.
HSL color Cylindrical-coordinate representation of color #090F80: hue angle of 236.97º 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 #090F80 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 15 | 128 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.50 |
| HSL | 236.97º | 0.87% | 0.27% | - |
| HSV(B) | 236.97º | 0.93% | 0.5% | - |
| XYZ | 4.18 | 1.96 | 20.58 | - |
| YUV | 26.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 128 | 0.93 | 0.88 | 0 | 0.50 | 236.97 | 0.87 | 0.27 |
| Hex | 9 | F | 80 | 5D | 58 | 0 | 32 | ED | 57 | 1B |
| Octal | 11 | 17 | 200 | 135 | 130 | 0 | 62 | 355 | 127 | 33 |
| Binary | 1001 | 1111 | 10000000 | 1011101 | 1011000 | 0 | 110010 | 11101101 | 1010111 | 11011 |
Color Harmonies of #090F80
Complementary color
Monochromatic Colors of #090F80
Black with #090F80
Text Example
Text Example
White with #090F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F80; }
p { color: rgb(9,15,128); }
H1.HeaderClassName
{
color: #090F80;
}
.AnyTagClassName
{
color: #090F80;
}
</style>
background-color css
<style>
a { background-color: #090F80; }
a { background-color: rgb(9,15,128); }
div.DivClassName
{
background-color: #090F80;
}
.BgClassName
{
background-color: #090F80;
}
</style>
border-color css
<style>
span { border-color: #090F80; }
span { border-color: rgb(9,15,128); }
td.TdClassName
{
border-color: #090F80;
}
.TagClassName
{
border-color: #090F80;
}
</style>