Shades of Dark Blue #000590
Tints of Dark Blue #000590
RGB
CMYK
RGB Variations
Color information
#000590 (or 0x000590) is known color: Dark Blue. HEX triplet: 00, 05 and 90. RGB value is (0,5,144). Sum of RGB (Red+Green+Blue) = 0+5+144=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 144 (56.64% from 255 or 96.64% from 149); Max value from RGB is 144 - color contains mainly: blue. Hex color #000590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000590 is #FFFA6F. Grayscale: #121212. Windows color (decimal): -16775792 or 9438464. OLE color: 9438464.
HSL color Cylindrical-coordinate representation of color #000590: hue angle of 237.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000590 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 5 | 144 | - |
| CMYK | 1 | 0.97 | 0 | 0.44 |
| HSL | 237.92º | 1% | 0.28% | - |
| HSV(B) | 237.92º | 1% | 0.56% | - |
| XYZ | 5.09 | 2.12 | 26.53 | - |
| YUV | 19.35 | 198.34 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 144 | 1 | 0.97 | 0 | 0.44 | 237.92 | 1 | 0.28 |
| Hex | 0 | 5 | 90 | 64 | 61 | 0 | 2C | EE | 64 | 1C |
| Octal | 0 | 5 | 220 | 144 | 141 | 0 | 54 | 356 | 144 | 34 |
| Binary | 0 | 101 | 10010000 | 1100100 | 1100001 | 0 | 101100 | 11101110 | 1100100 | 11100 |
Color Harmonies of #000590
Complementary color
Monochromatic Colors of #000590
Black with #000590
Text Example
Text Example
White with #000590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000590; }
p { color: rgb(0,5,144); }
H1.HeaderClassName
{
color: #000590;
}
.AnyTagClassName
{
color: #000590;
}
</style>
background-color css
<style>
a { background-color: #000590; }
a { background-color: rgb(0,5,144); }
div.DivClassName
{
background-color: #000590;
}
.BgClassName
{
background-color: #000590;
}
</style>
border-color css
<style>
span { border-color: #000590; }
span { border-color: rgb(0,5,144); }
td.TdClassName
{
border-color: #000590;
}
.TagClassName
{
border-color: #000590;
}
</style>