Shades of Navy #091082
Tints of Navy #091082
RGB
CMYK
RGB Variations
Color information
#091082 (or 0x091082) is known color: Navy. HEX triplet: 09, 10 and 82. RGB value is (9,16,130). Sum of RGB (Red+Green+Blue) = 9+16+130=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #091082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091082 is #F6EF7D. Grayscale: #1A1A1A. Windows color (decimal): -16183166 or 8523785. OLE color: 8523785.
HSL color Cylindrical-coordinate representation of color #091082: hue angle of 236.53º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091082 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 16 | 130 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.49 |
| HSL | 236.53º | 0.87% | 0.27% | - |
| HSV(B) | 236.53º | 0.93% | 0.51% | - |
| XYZ | 4.33 | 2.04 | 21.28 | - |
| YUV | 26.9 | 186.18 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 130 | 0.93 | 0.88 | 0 | 0.49 | 236.53 | 0.87 | 0.27 |
| Hex | 9 | 10 | 82 | 5D | 58 | 0 | 31 | ED | 57 | 1B |
| Octal | 11 | 20 | 202 | 135 | 130 | 0 | 61 | 355 | 127 | 33 |
| Binary | 1001 | 10000 | 10000010 | 1011101 | 1011000 | 0 | 110001 | 11101101 | 1010111 | 11011 |
Color Harmonies of #091082
Complementary color
Monochromatic Colors of #091082
Black with #091082
Text Example
Text Example
White with #091082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091082; }
p { color: rgb(9,16,130); }
H1.HeaderClassName
{
color: #091082;
}
.AnyTagClassName
{
color: #091082;
}
</style>
background-color css
<style>
a { background-color: #091082; }
a { background-color: rgb(9,16,130); }
div.DivClassName
{
background-color: #091082;
}
.BgClassName
{
background-color: #091082;
}
</style>
border-color css
<style>
span { border-color: #091082; }
span { border-color: rgb(9,16,130); }
td.TdClassName
{
border-color: #091082;
}
.TagClassName
{
border-color: #091082;
}
</style>