Shades of Navy #090E76
Tints of Navy #090E76
RGB
CMYK
RGB Variations
Color information
#090E76 (or 0x090E76) is known color: Navy. HEX triplet: 09, 0E and 76. RGB value is (9,14,118). Sum of RGB (Red+Green+Blue) = 9+14+118=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #090E76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E76 is #F6F189. Grayscale: #171717. Windows color (decimal): -16183690 or 7736841. OLE color: 7736841.
HSL color Cylindrical-coordinate representation of color #090E76: hue angle of 237.25º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090E76 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 14 | 118 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.54 |
| HSL | 237.25º | 0.86% | 0.25% | - |
| HSV(B) | 237.25º | 0.92% | 0.46% | - |
| XYZ | 3.54 | 1.68 | 17.28 | - |
| YUV | 24.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 118 | 0.92 | 0.88 | 0 | 0.54 | 237.25 | 0.86 | 0.25 |
| Hex | 9 | E | 76 | 5C | 58 | 0 | 36 | ED | 56 | 19 |
| Octal | 11 | 16 | 166 | 134 | 130 | 0 | 66 | 355 | 126 | 31 |
| Binary | 1001 | 1110 | 1110110 | 1011100 | 1011000 | 0 | 110110 | 11101101 | 1010110 | 11001 |
Color Harmonies of #090E76
Complementary color
Monochromatic Colors of #090E76
Black with #090E76
Text Example
Text Example
White with #090E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E76; }
p { color: rgb(9,14,118); }
H1.HeaderClassName
{
color: #090E76;
}
.AnyTagClassName
{
color: #090E76;
}
</style>
background-color css
<style>
a { background-color: #090E76; }
a { background-color: rgb(9,14,118); }
div.DivClassName
{
background-color: #090E76;
}
.BgClassName
{
background-color: #090E76;
}
</style>
border-color css
<style>
span { border-color: #090E76; }
span { border-color: rgb(9,14,118); }
td.TdClassName
{
border-color: #090E76;
}
.TagClassName
{
border-color: #090E76;
}
</style>