Shades of Navy #011182
Tints of Navy #011182
RGB
CMYK
RGB Variations
Color information
#011182 (or 0x011182) is known color: Navy. HEX triplet: 01, 11 and 82. RGB value is (1,17,130). Sum of RGB (Red+Green+Blue) = 1+17+130=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 130 (51.17% from 255 or 87.84% from 148); Max value from RGB is 130 - color contains mainly: blue. Hex color #011182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011182 is #FEEE7D. Grayscale: #181818. Windows color (decimal): -16707198 or 8524033. OLE color: 8524033.
HSL color Cylindrical-coordinate representation of color #011182: hue angle of 232.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011182 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 17 | 130 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.49 |
| HSL | 232.56º | 0.98% | 0.26% | - |
| HSV(B) | 232.56º | 0.99% | 0.51% | - |
| XYZ | 4.24 | 2.02 | 21.29 | - |
| YUV | 25.1 | 187.2 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 130 | 0.99 | 0.87 | 0 | 0.49 | 232.56 | 0.98 | 0.26 |
| Hex | 1 | 11 | 82 | 63 | 57 | 0 | 31 | E9 | 62 | 1A |
| Octal | 1 | 21 | 202 | 143 | 127 | 0 | 61 | 351 | 142 | 32 |
| Binary | 1 | 10001 | 10000010 | 1100011 | 1010111 | 0 | 110001 | 11101001 | 1100010 | 11010 |
Color Harmonies of #011182
Complementary color
Monochromatic Colors of #011182
Black with #011182
Text Example
Text Example
White with #011182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011182; }
p { color: rgb(1,17,130); }
H1.HeaderClassName
{
color: #011182;
}
.AnyTagClassName
{
color: #011182;
}
</style>
background-color css
<style>
a { background-color: #011182; }
a { background-color: rgb(1,17,130); }
div.DivClassName
{
background-color: #011182;
}
.BgClassName
{
background-color: #011182;
}
</style>
border-color css
<style>
span { border-color: #011182; }
span { border-color: rgb(1,17,130); }
td.TdClassName
{
border-color: #011182;
}
.TagClassName
{
border-color: #011182;
}
</style>