Shades of Dark Blue #001591
Tints of Dark Blue #001591
RGB
CMYK
RGB Variations
Color information
#001591 (or 0x001591) is known color: Dark Blue. HEX triplet: 00, 15 and 91. RGB value is (0,21,145). Sum of RGB (Red+Green+Blue) = 0+21+145=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #001591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001591 is #FFEA6E. Grayscale: #1C1C1C. Windows color (decimal): -16771695 or 9508096. OLE color: 9508096.
HSL color Cylindrical-coordinate representation of color #001591: hue angle of 231.31º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001591 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 21 | 145 | - |
| CMYK | 1 | 0.86 | 0 | 0.43 |
| HSL | 231.31º | 1% | 0.28% | - |
| HSV(B) | 231.31º | 1% | 0.57% | - |
| XYZ | 5.38 | 2.58 | 27 | - |
| YUV | 28.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 145 | 1 | 0.86 | 0 | 0.43 | 231.31 | 1 | 0.28 |
| Hex | 0 | 15 | 91 | 64 | 56 | 0 | 2B | E7 | 64 | 1C |
| Octal | 0 | 25 | 221 | 144 | 126 | 0 | 53 | 347 | 144 | 34 |
| Binary | 0 | 10101 | 10010001 | 1100100 | 1010110 | 0 | 101011 | 11100111 | 1100100 | 11100 |
Color Harmonies of #001591
Complementary color
Monochromatic Colors of #001591
Black with #001591
Text Example
Text Example
White with #001591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001591; }
p { color: rgb(0,21,145); }
H1.HeaderClassName
{
color: #001591;
}
.AnyTagClassName
{
color: #001591;
}
</style>
background-color css
<style>
a { background-color: #001591; }
a { background-color: rgb(0,21,145); }
div.DivClassName
{
background-color: #001591;
}
.BgClassName
{
background-color: #001591;
}
</style>
border-color css
<style>
span { border-color: #001591; }
span { border-color: rgb(0,21,145); }
td.TdClassName
{
border-color: #001591;
}
.TagClassName
{
border-color: #001591;
}
</style>