Shades of Navy #090A7B
Tints of Navy #090A7B
RGB
CMYK
RGB Variations
Color information
#090A7B (or 0x090A7B) is known color: Navy. HEX triplet: 09, 0A and 7B. RGB value is (9,10,123). Sum of RGB (Red+Green+Blue) = 9+10+123=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 123 (48.44% from 255 or 86.62% from 142); Max value from RGB is 123 - color contains mainly: blue. Hex color #090A7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090A7B is #F6F584. Grayscale: #161616. Windows color (decimal): -16184709 or 8063497. OLE color: 8063497.
HSL color Cylindrical-coordinate representation of color #090A7B: hue angle of 239.47º 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 #090A7B is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 10 | 123 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.52 |
| HSL | 239.47º | 0.86% | 0.26% | - |
| HSV(B) | 239.47º | 0.93% | 0.48% | - |
| XYZ | 3.8 | 1.71 | 18.87 | - |
| YUV | 22.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 123 | 0.93 | 0.92 | 0 | 0.52 | 239.47 | 0.86 | 0.26 |
| Hex | 9 | A | 7B | 5D | 5C | 0 | 34 | EF | 56 | 1A |
| Octal | 11 | 12 | 173 | 135 | 134 | 0 | 64 | 357 | 126 | 32 |
| Binary | 1001 | 1010 | 1111011 | 1011101 | 1011100 | 0 | 110100 | 11101111 | 1010110 | 11010 |
Color Harmonies of #090A7B
Complementary color
Monochromatic Colors of #090A7B
Black with #090A7B
Text Example
Text Example
White with #090A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A7B; }
p { color: rgb(9,10,123); }
H1.HeaderClassName
{
color: #090A7B;
}
.AnyTagClassName
{
color: #090A7B;
}
</style>
background-color css
<style>
a { background-color: #090A7B; }
a { background-color: rgb(9,10,123); }
div.DivClassName
{
background-color: #090A7B;
}
.BgClassName
{
background-color: #090A7B;
}
</style>
border-color css
<style>
span { border-color: #090A7B; }
span { border-color: rgb(9,10,123); }
td.TdClassName
{
border-color: #090A7B;
}
.TagClassName
{
border-color: #090A7B;
}
</style>