Shades of Dark Blue #011591
Tints of Dark Blue #011591
RGB
CMYK
RGB Variations
Color information
#011591 (or 0x011591) is known color: Dark Blue. HEX triplet: 01, 15 and 91. RGB value is (1,21,145). Sum of RGB (Red+Green+Blue) = 1+21+145=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #011591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011591 is #FEEA6E. Grayscale: #1C1C1C. Windows color (decimal): -16706159 or 9508097. OLE color: 9508097.
HSL color Cylindrical-coordinate representation of color #011591: hue angle of 231.67º 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 #011591 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 21 | 145 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.43 |
| HSL | 231.67º | 0.99% | 0.29% | - |
| HSV(B) | 231.67º | 0.99% | 0.57% | - |
| XYZ | 5.39 | 2.59 | 27 | - |
| YUV | 29.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 145 | 0.99 | 0.86 | 0 | 0.43 | 231.67 | 0.99 | 0.29 |
| Hex | 1 | 15 | 91 | 63 | 56 | 0 | 2B | E8 | 63 | 1D |
| Octal | 1 | 25 | 221 | 143 | 126 | 0 | 53 | 350 | 143 | 35 |
| Binary | 1 | 10101 | 10010001 | 1100011 | 1010110 | 0 | 101011 | 11101000 | 1100011 | 11101 |
Color Harmonies of #011591
Complementary color
Monochromatic Colors of #011591
Black with #011591
Text Example
Text Example
White with #011591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011591; }
p { color: rgb(1,21,145); }
H1.HeaderClassName
{
color: #011591;
}
.AnyTagClassName
{
color: #011591;
}
</style>
background-color css
<style>
a { background-color: #011591; }
a { background-color: rgb(1,21,145); }
div.DivClassName
{
background-color: #011591;
}
.BgClassName
{
background-color: #011591;
}
</style>
border-color css
<style>
span { border-color: #011591; }
span { border-color: rgb(1,21,145); }
td.TdClassName
{
border-color: #011591;
}
.TagClassName
{
border-color: #011591;
}
</style>