Shades of Navy #090D7E
Tints of Navy #090D7E
RGB
CMYK
RGB Variations
Color information
#090D7E (or 0x090D7E) is known color: Navy. HEX triplet: 09, 0D and 7E. RGB value is (9,13,126). Sum of RGB (Red+Green+Blue) = 9+13+126=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 126 (49.61% from 255 or 85.14% from 148); Max value from RGB is 126 - color contains mainly: blue. Hex color #090D7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D7E is #F6F281. Grayscale: #181818. Windows color (decimal): -16183938 or 8260873. OLE color: 8260873.
HSL color Cylindrical-coordinate representation of color #090D7E: hue angle of 237.95º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090D7E is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 13 | 126 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.51 |
| HSL | 237.95º | 0.87% | 0.26% | - |
| HSV(B) | 237.95º | 0.93% | 0.49% | - |
| XYZ | 4.02 | 1.85 | 19.88 | - |
| YUV | 24.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 126 | 0.93 | 0.90 | 0 | 0.51 | 237.95 | 0.87 | 0.26 |
| Hex | 9 | D | 7E | 5D | 5A | 0 | 33 | EE | 57 | 1A |
| Octal | 11 | 15 | 176 | 135 | 132 | 0 | 63 | 356 | 127 | 32 |
| Binary | 1001 | 1101 | 1111110 | 1011101 | 1011010 | 0 | 110011 | 11101110 | 1010111 | 11010 |
Color Harmonies of #090D7E
Complementary color
Monochromatic Colors of #090D7E
Black with #090D7E
Text Example
Text Example
White with #090D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D7E; }
p { color: rgb(9,13,126); }
H1.HeaderClassName
{
color: #090D7E;
}
.AnyTagClassName
{
color: #090D7E;
}
</style>
background-color css
<style>
a { background-color: #090D7E; }
a { background-color: rgb(9,13,126); }
div.DivClassName
{
background-color: #090D7E;
}
.BgClassName
{
background-color: #090D7E;
}
</style>
border-color css
<style>
span { border-color: #090D7E; }
span { border-color: rgb(9,13,126); }
td.TdClassName
{
border-color: #090D7E;
}
.TagClassName
{
border-color: #090D7E;
}
</style>