Shades of Navy #090D7D
Tints of Navy #090D7D
RGB
CMYK
RGB Variations
Color information
#090D7D (or 0x090D7D) is known color: Navy. HEX triplet: 09, 0D and 7D. RGB value is (9,13,125). Sum of RGB (Red+Green+Blue) = 9+13+125=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #090D7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D7D is #F6F282. Grayscale: #181818. Windows color (decimal): -16183939 or 8195337. OLE color: 8195337.
HSL color Cylindrical-coordinate representation of color #090D7D: hue angle of 237.93º 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 #090D7D is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 13 | 125 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.51 |
| HSL | 237.93º | 0.87% | 0.26% | - |
| HSV(B) | 237.93º | 0.93% | 0.49% | - |
| XYZ | 3.96 | 1.83 | 19.55 | - |
| YUV | 24.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 125 | 0.93 | 0.90 | 0 | 0.51 | 237.93 | 0.87 | 0.26 |
| Hex | 9 | D | 7D | 5D | 5A | 0 | 33 | EE | 57 | 1A |
| Octal | 11 | 15 | 175 | 135 | 132 | 0 | 63 | 356 | 127 | 32 |
| Binary | 1001 | 1101 | 1111101 | 1011101 | 1011010 | 0 | 110011 | 11101110 | 1010111 | 11010 |
Color Harmonies of #090D7D
Complementary color
Monochromatic Colors of #090D7D
Black with #090D7D
Text Example
Text Example
White with #090D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D7D; }
p { color: rgb(9,13,125); }
H1.HeaderClassName
{
color: #090D7D;
}
.AnyTagClassName
{
color: #090D7D;
}
</style>
background-color css
<style>
a { background-color: #090D7D; }
a { background-color: rgb(9,13,125); }
div.DivClassName
{
background-color: #090D7D;
}
.BgClassName
{
background-color: #090D7D;
}
</style>
border-color css
<style>
span { border-color: #090D7D; }
span { border-color: rgb(9,13,125); }
td.TdClassName
{
border-color: #090D7D;
}
.TagClassName
{
border-color: #090D7D;
}
</style>