Shades of Navy #090F7D
Tints of Navy #090F7D
RGB
CMYK
RGB Variations
Color information
#090F7D (or 0x090F7D) is known color: Navy. HEX triplet: 09, 0F and 7D. RGB value is (9,15,125). Sum of RGB (Red+Green+Blue) = 9+15+125=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #090F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F7D is #F6F082. Grayscale: #191919. Windows color (decimal): -16183427 or 8195849. OLE color: 8195849.
HSL color Cylindrical-coordinate representation of color #090F7D: hue angle of 236.9º 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 #090F7D is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 15 | 125 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.51 |
| HSL | 236.9º | 0.87% | 0.26% | - |
| HSV(B) | 236.9º | 0.93% | 0.49% | - |
| XYZ | 3.99 | 1.88 | 19.55 | - |
| YUV | 25.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 125 | 0.93 | 0.88 | 0 | 0.51 | 236.9 | 0.87 | 0.26 |
| Hex | 9 | F | 7D | 5D | 58 | 0 | 33 | ED | 57 | 1A |
| Octal | 11 | 17 | 175 | 135 | 130 | 0 | 63 | 355 | 127 | 32 |
| Binary | 1001 | 1111 | 1111101 | 1011101 | 1011000 | 0 | 110011 | 11101101 | 1010111 | 11010 |
Color Harmonies of #090F7D
Complementary color
Monochromatic Colors of #090F7D
Black with #090F7D
Text Example
Text Example
White with #090F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F7D; }
p { color: rgb(9,15,125); }
H1.HeaderClassName
{
color: #090F7D;
}
.AnyTagClassName
{
color: #090F7D;
}
</style>
background-color css
<style>
a { background-color: #090F7D; }
a { background-color: rgb(9,15,125); }
div.DivClassName
{
background-color: #090F7D;
}
.BgClassName
{
background-color: #090F7D;
}
</style>
border-color css
<style>
span { border-color: #090F7D; }
span { border-color: rgb(9,15,125); }
td.TdClassName
{
border-color: #090F7D;
}
.TagClassName
{
border-color: #090F7D;
}
</style>