Shades of Navy #090F77
Tints of Navy #090F77
RGB
CMYK
RGB Variations
Color information
#090F77 (or 0x090F77) is known color: Navy. HEX triplet: 09, 0F and 77. RGB value is (9,15,119). Sum of RGB (Red+Green+Blue) = 9+15+119=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #090F77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F77 is #F6F088. Grayscale: #181818. Windows color (decimal): -16183433 or 7802633. OLE color: 7802633.
HSL color Cylindrical-coordinate representation of color #090F77: hue angle of 236.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090F77 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 15 | 119 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.53 |
| HSL | 236.73º | 0.86% | 0.25% | - |
| HSV(B) | 236.73º | 0.92% | 0.47% | - |
| XYZ | 3.61 | 1.73 | 17.6 | - |
| YUV | 25.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 119 | 0.92 | 0.87 | 0 | 0.53 | 236.73 | 0.86 | 0.25 |
| Hex | 9 | F | 77 | 5C | 57 | 0 | 35 | ED | 56 | 19 |
| Octal | 11 | 17 | 167 | 134 | 127 | 0 | 65 | 355 | 126 | 31 |
| Binary | 1001 | 1111 | 1110111 | 1011100 | 1010111 | 0 | 110101 | 11101101 | 1010110 | 11001 |
Color Harmonies of #090F77
Complementary color
Monochromatic Colors of #090F77
Black with #090F77
Text Example
Text Example
White with #090F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F77; }
p { color: rgb(9,15,119); }
H1.HeaderClassName
{
color: #090F77;
}
.AnyTagClassName
{
color: #090F77;
}
</style>
background-color css
<style>
a { background-color: #090F77; }
a { background-color: rgb(9,15,119); }
div.DivClassName
{
background-color: #090F77;
}
.BgClassName
{
background-color: #090F77;
}
</style>
border-color css
<style>
span { border-color: #090F77; }
span { border-color: rgb(9,15,119); }
td.TdClassName
{
border-color: #090F77;
}
.TagClassName
{
border-color: #090F77;
}
</style>