Shades of Navy #091182
Tints of Navy #091182
RGB
CMYK
RGB Variations
Color information
#091182 (or 0x091182) is known color: Navy. HEX triplet: 09, 11 and 82. RGB value is (9,17,130). Sum of RGB (Red+Green+Blue) = 9+17+130=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #091182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091182 is #F6EE7D. Grayscale: #1B1B1B. Windows color (decimal): -16182910 or 8524041. OLE color: 8524041.
HSL color Cylindrical-coordinate representation of color #091182: hue angle of 236.03º 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 #091182 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 17 | 130 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.49 |
| HSL | 236.03º | 0.87% | 0.27% | - |
| HSV(B) | 236.03º | 0.93% | 0.51% | - |
| XYZ | 4.34 | 2.07 | 21.29 | - |
| YUV | 27.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 130 | 0.93 | 0.87 | 0 | 0.49 | 236.03 | 0.87 | 0.27 |
| Hex | 9 | 11 | 82 | 5D | 57 | 0 | 31 | EC | 57 | 1B |
| Octal | 11 | 21 | 202 | 135 | 127 | 0 | 61 | 354 | 127 | 33 |
| Binary | 1001 | 10001 | 10000010 | 1011101 | 1010111 | 0 | 110001 | 11101100 | 1010111 | 11011 |
Color Harmonies of #091182
Complementary color
Monochromatic Colors of #091182
Black with #091182
Text Example
Text Example
White with #091182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091182; }
p { color: rgb(9,17,130); }
H1.HeaderClassName
{
color: #091182;
}
.AnyTagClassName
{
color: #091182;
}
</style>
background-color css
<style>
a { background-color: #091182; }
a { background-color: rgb(9,17,130); }
div.DivClassName
{
background-color: #091182;
}
.BgClassName
{
background-color: #091182;
}
</style>
border-color css
<style>
span { border-color: #091182; }
span { border-color: rgb(9,17,130); }
td.TdClassName
{
border-color: #091182;
}
.TagClassName
{
border-color: #091182;
}
</style>