Shades of Dark Blue #000591
Tints of Dark Blue #000591
RGB
CMYK
RGB Variations
Color information
#000591 (or 0x000591) is known color: Dark Blue. HEX triplet: 00, 05 and 91. RGB value is (0,5,145). Sum of RGB (Red+Green+Blue) = 0+5+145=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 145 (57.03% from 255 or 96.67% from 150); Max value from RGB is 145 - color contains mainly: blue. Hex color #000591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000591 is #FFFA6E. Grayscale: #121212. Windows color (decimal): -16775791 or 9504000. OLE color: 9504000.
HSL color Cylindrical-coordinate representation of color #000591: hue angle of 237.93º 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 #000591 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 5 | 145 | - |
| CMYK | 1 | 0.97 | 0 | 0.43 |
| HSL | 237.93º | 1% | 0.28% | - |
| HSV(B) | 237.93º | 1% | 0.57% | - |
| XYZ | 5.17 | 2.15 | 26.93 | - |
| YUV | 19.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 145 | 1 | 0.97 | 0 | 0.43 | 237.93 | 1 | 0.28 |
| Hex | 0 | 5 | 91 | 64 | 61 | 0 | 2B | EE | 64 | 1C |
| Octal | 0 | 5 | 221 | 144 | 141 | 0 | 53 | 356 | 144 | 34 |
| Binary | 0 | 101 | 10010001 | 1100100 | 1100001 | 0 | 101011 | 11101110 | 1100100 | 11100 |
Color Harmonies of #000591
Complementary color
Monochromatic Colors of #000591
Black with #000591
Text Example
Text Example
White with #000591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000591; }
p { color: rgb(0,5,145); }
H1.HeaderClassName
{
color: #000591;
}
.AnyTagClassName
{
color: #000591;
}
</style>
background-color css
<style>
a { background-color: #000591; }
a { background-color: rgb(0,5,145); }
div.DivClassName
{
background-color: #000591;
}
.BgClassName
{
background-color: #000591;
}
</style>
border-color css
<style>
span { border-color: #000591; }
span { border-color: rgb(0,5,145); }
td.TdClassName
{
border-color: #000591;
}
.TagClassName
{
border-color: #000591;
}
</style>