Shades of Navy #090E7A
Tints of Navy #090E7A
RGB
CMYK
RGB Variations
Color information
#090E7A (or 0x090E7A) is known color: Navy. HEX triplet: 09, 0E and 7A. RGB value is (9,14,122). Sum of RGB (Red+Green+Blue) = 9+14+122=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #090E7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E7A is #F6F185. Grayscale: #181818. Windows color (decimal): -16183686 or 7998985. OLE color: 7998985.
HSL color Cylindrical-coordinate representation of color #090E7A: hue angle of 237.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090E7A is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 14 | 122 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.52 |
| HSL | 237.35º | 0.86% | 0.26% | - |
| HSV(B) | 237.35º | 0.93% | 0.48% | - |
| XYZ | 3.78 | 1.78 | 18.56 | - |
| YUV | 24.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 122 | 0.93 | 0.89 | 0 | 0.52 | 237.35 | 0.86 | 0.26 |
| Hex | 9 | E | 7A | 5D | 59 | 0 | 34 | ED | 56 | 1A |
| Octal | 11 | 16 | 172 | 135 | 131 | 0 | 64 | 355 | 126 | 32 |
| Binary | 1001 | 1110 | 1111010 | 1011101 | 1011001 | 0 | 110100 | 11101101 | 1010110 | 11010 |
Color Harmonies of #090E7A
Complementary color
Monochromatic Colors of #090E7A
Black with #090E7A
Text Example
Text Example
White with #090E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E7A; }
p { color: rgb(9,14,122); }
H1.HeaderClassName
{
color: #090E7A;
}
.AnyTagClassName
{
color: #090E7A;
}
</style>
background-color css
<style>
a { background-color: #090E7A; }
a { background-color: rgb(9,14,122); }
div.DivClassName
{
background-color: #090E7A;
}
.BgClassName
{
background-color: #090E7A;
}
</style>
border-color css
<style>
span { border-color: #090E7A; }
span { border-color: rgb(9,14,122); }
td.TdClassName
{
border-color: #090E7A;
}
.TagClassName
{
border-color: #090E7A;
}
</style>