Shades of Navy #090E7B
Tints of Navy #090E7B
RGB
CMYK
RGB Variations
Color information
#090E7B (or 0x090E7B) is known color: Navy. HEX triplet: 09, 0E and 7B. RGB value is (9,14,123). Sum of RGB (Red+Green+Blue) = 9+14+123=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #090E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E7B is #F6F184. Grayscale: #181818. Windows color (decimal): -16183685 or 8064521. OLE color: 8064521.
HSL color Cylindrical-coordinate representation of color #090E7B: hue angle of 237.37º 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 #090E7B is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 14 | 123 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.52 |
| HSL | 237.37º | 0.86% | 0.26% | - |
| HSV(B) | 237.37º | 0.93% | 0.48% | - |
| XYZ | 3.84 | 1.8 | 18.88 | - |
| YUV | 24.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 123 | 0.93 | 0.89 | 0 | 0.52 | 237.37 | 0.86 | 0.26 |
| Hex | 9 | E | 7B | 5D | 59 | 0 | 34 | ED | 56 | 1A |
| Octal | 11 | 16 | 173 | 135 | 131 | 0 | 64 | 355 | 126 | 32 |
| Binary | 1001 | 1110 | 1111011 | 1011101 | 1011001 | 0 | 110100 | 11101101 | 1010110 | 11010 |
Color Harmonies of #090E7B
Complementary color
Monochromatic Colors of #090E7B
Black with #090E7B
Text Example
Text Example
White with #090E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E7B; }
p { color: rgb(9,14,123); }
H1.HeaderClassName
{
color: #090E7B;
}
.AnyTagClassName
{
color: #090E7B;
}
</style>
background-color css
<style>
a { background-color: #090E7B; }
a { background-color: rgb(9,14,123); }
div.DivClassName
{
background-color: #090E7B;
}
.BgClassName
{
background-color: #090E7B;
}
</style>
border-color css
<style>
span { border-color: #090E7B; }
span { border-color: rgb(9,14,123); }
td.TdClassName
{
border-color: #090E7B;
}
.TagClassName
{
border-color: #090E7B;
}
</style>