Shades of Navy #090D7B
Tints of Navy #090D7B
RGB
CMYK
RGB Variations
Color information
#090D7B (or 0x090D7B) is known color: Navy. HEX triplet: 09, 0D and 7B. RGB value is (9,13,123). Sum of RGB (Red+Green+Blue) = 9+13+123=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #090D7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D7B is #F6F284. Grayscale: #171717. Windows color (decimal): -16183941 or 8064265. OLE color: 8064265.
HSL color Cylindrical-coordinate representation of color #090D7B: hue angle of 237.89º 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 #090D7B is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 13 | 123 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.52 |
| HSL | 237.89º | 0.86% | 0.26% | - |
| HSV(B) | 237.89º | 0.93% | 0.48% | - |
| XYZ | 3.83 | 1.78 | 18.88 | - |
| YUV | 24.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 123 | 0.93 | 0.89 | 0 | 0.52 | 237.89 | 0.86 | 0.26 |
| Hex | 9 | D | 7B | 5D | 59 | 0 | 34 | EE | 56 | 1A |
| Octal | 11 | 15 | 173 | 135 | 131 | 0 | 64 | 356 | 126 | 32 |
| Binary | 1001 | 1101 | 1111011 | 1011101 | 1011001 | 0 | 110100 | 11101110 | 1010110 | 11010 |
Color Harmonies of #090D7B
Complementary color
Monochromatic Colors of #090D7B
Black with #090D7B
Text Example
Text Example
White with #090D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D7B; }
p { color: rgb(9,13,123); }
H1.HeaderClassName
{
color: #090D7B;
}
.AnyTagClassName
{
color: #090D7B;
}
</style>
background-color css
<style>
a { background-color: #090D7B; }
a { background-color: rgb(9,13,123); }
div.DivClassName
{
background-color: #090D7B;
}
.BgClassName
{
background-color: #090D7B;
}
</style>
border-color css
<style>
span { border-color: #090D7B; }
span { border-color: rgb(9,13,123); }
td.TdClassName
{
border-color: #090D7B;
}
.TagClassName
{
border-color: #090D7B;
}
</style>