Shades of Navy #090B7D
Tints of Navy #090B7D
RGB
CMYK
RGB Variations
Color information
#090B7D (or 0x090B7D) is known color: Navy. HEX triplet: 09, 0B and 7D. RGB value is (9,11,125). Sum of RGB (Red+Green+Blue) = 9+11+125=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #090B7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090B7D is #F6F482. Grayscale: #161616. Windows color (decimal): -16184451 or 8194825. OLE color: 8194825.
HSL color Cylindrical-coordinate representation of color #090B7D: hue angle of 238.97º 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 #090B7D is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 11 | 125 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.51 |
| HSL | 238.97º | 0.87% | 0.26% | - |
| HSV(B) | 238.97º | 0.93% | 0.49% | - |
| XYZ | 3.93 | 1.78 | 19.54 | - |
| YUV | 23.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 125 | 0.93 | 0.91 | 0 | 0.51 | 238.97 | 0.87 | 0.26 |
| Hex | 9 | B | 7D | 5D | 5B | 0 | 33 | EF | 57 | 1A |
| Octal | 11 | 13 | 175 | 135 | 133 | 0 | 63 | 357 | 127 | 32 |
| Binary | 1001 | 1011 | 1111101 | 1011101 | 1011011 | 0 | 110011 | 11101111 | 1010111 | 11010 |
Color Harmonies of #090B7D
Complementary color
Monochromatic Colors of #090B7D
Black with #090B7D
Text Example
Text Example
White with #090B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B7D; }
p { color: rgb(9,11,125); }
H1.HeaderClassName
{
color: #090B7D;
}
.AnyTagClassName
{
color: #090B7D;
}
</style>
background-color css
<style>
a { background-color: #090B7D; }
a { background-color: rgb(9,11,125); }
div.DivClassName
{
background-color: #090B7D;
}
.BgClassName
{
background-color: #090B7D;
}
</style>
border-color css
<style>
span { border-color: #090B7D; }
span { border-color: rgb(9,11,125); }
td.TdClassName
{
border-color: #090B7D;
}
.TagClassName
{
border-color: #090B7D;
}
</style>