Shades of Dark Blue #011191
Tints of Dark Blue #011191
RGB
CMYK
RGB Variations
Color information
#011191 (or 0x011191) is known color: Dark Blue. HEX triplet: 01, 11 and 91. RGB value is (1,17,145). Sum of RGB (Red+Green+Blue) = 1+17+145=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #011191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011191 is #FEEE6E. Grayscale: #1A1A1A. Windows color (decimal): -16707183 or 9507073. OLE color: 9507073.
HSL color Cylindrical-coordinate representation of color #011191: hue angle of 233.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011191 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 17 | 145 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.43 |
| HSL | 233.33º | 0.99% | 0.29% | - |
| HSV(B) | 233.33º | 0.99% | 0.57% | - |
| XYZ | 5.32 | 2.45 | 26.98 | - |
| YUV | 26.81 | 194.7 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 145 | 0.99 | 0.88 | 0 | 0.43 | 233.33 | 0.99 | 0.29 |
| Hex | 1 | 11 | 91 | 63 | 58 | 0 | 2B | E9 | 63 | 1D |
| Octal | 1 | 21 | 221 | 143 | 130 | 0 | 53 | 351 | 143 | 35 |
| Binary | 1 | 10001 | 10010001 | 1100011 | 1011000 | 0 | 101011 | 11101001 | 1100011 | 11101 |
Color Harmonies of #011191
Complementary color
Monochromatic Colors of #011191
Black with #011191
Text Example
Text Example
White with #011191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011191; }
p { color: rgb(1,17,145); }
H1.HeaderClassName
{
color: #011191;
}
.AnyTagClassName
{
color: #011191;
}
</style>
background-color css
<style>
a { background-color: #011191; }
a { background-color: rgb(1,17,145); }
div.DivClassName
{
background-color: #011191;
}
.BgClassName
{
background-color: #011191;
}
</style>
border-color css
<style>
span { border-color: #011191; }
span { border-color: rgb(1,17,145); }
td.TdClassName
{
border-color: #011191;
}
.TagClassName
{
border-color: #011191;
}
</style>