Shades of Navy #090D77
Tints of Navy #090D77
RGB
CMYK
RGB Variations
Color information
#090D77 (or 0x090D77) is known color: Navy. HEX triplet: 09, 0D and 77. RGB value is (9,13,119). Sum of RGB (Red+Green+Blue) = 9+13+119=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #090D77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D77 is #F6F288. Grayscale: #171717. Windows color (decimal): -16183945 or 7802121. OLE color: 7802121.
HSL color Cylindrical-coordinate representation of color #090D77: hue angle of 237.82º 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 #090D77 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 13 | 119 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.53 |
| HSL | 237.82º | 0.86% | 0.25% | - |
| HSV(B) | 237.82º | 0.92% | 0.47% | - |
| XYZ | 3.59 | 1.68 | 17.59 | - |
| YUV | 23.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 119 | 0.92 | 0.89 | 0 | 0.53 | 237.82 | 0.86 | 0.25 |
| Hex | 9 | D | 77 | 5C | 59 | 0 | 35 | EE | 56 | 19 |
| Octal | 11 | 15 | 167 | 134 | 131 | 0 | 65 | 356 | 126 | 31 |
| Binary | 1001 | 1101 | 1110111 | 1011100 | 1011001 | 0 | 110101 | 11101110 | 1010110 | 11001 |
Color Harmonies of #090D77
Complementary color
Monochromatic Colors of #090D77
Black with #090D77
Text Example
Text Example
White with #090D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D77; }
p { color: rgb(9,13,119); }
H1.HeaderClassName
{
color: #090D77;
}
.AnyTagClassName
{
color: #090D77;
}
</style>
background-color css
<style>
a { background-color: #090D77; }
a { background-color: rgb(9,13,119); }
div.DivClassName
{
background-color: #090D77;
}
.BgClassName
{
background-color: #090D77;
}
</style>
border-color css
<style>
span { border-color: #090D77; }
span { border-color: rgb(9,13,119); }
td.TdClassName
{
border-color: #090D77;
}
.TagClassName
{
border-color: #090D77;
}
</style>