Shades of Dark Blue #080589
Tints of Dark Blue #080589
RGB
CMYK
RGB Variations
Color information
#080589 (or 0x080589) is known color: Dark Blue. HEX triplet: 08, 05 and 89. RGB value is (8,5,137). Sum of RGB (Red+Green+Blue) = 8+5+137=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 137 (53.91% from 255 or 91.33% from 150); Max value from RGB is 137 - color contains mainly: blue. Hex color #080589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080589 is #F7FA76. Grayscale: #141414. Windows color (decimal): -16251511 or 8979720. OLE color: 8979720.
HSL color Cylindrical-coordinate representation of color #080589: hue angle of 241.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080589 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 5 | 137 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.46 |
| HSL | 241.36º | 0.93% | 0.28% | - |
| HSV(B) | 241.36º | 0.96% | 0.54% | - |
| XYZ | 4.67 | 1.97 | 23.8 | - |
| YUV | 20.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 137 | 0.94 | 0.96 | 0 | 0.46 | 241.36 | 0.93 | 0.28 |
| Hex | 8 | 5 | 89 | 5E | 60 | 0 | 2E | F1 | 5D | 1C |
| Octal | 10 | 5 | 211 | 136 | 140 | 0 | 56 | 361 | 135 | 34 |
| Binary | 1000 | 101 | 10001001 | 1011110 | 1100000 | 0 | 101110 | 11110001 | 1011101 | 11100 |
Color Harmonies of #080589
Complementary color
Monochromatic Colors of #080589
Black with #080589
Text Example
Text Example
White with #080589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080589; }
p { color: rgb(8,5,137); }
H1.HeaderClassName
{
color: #080589;
}
.AnyTagClassName
{
color: #080589;
}
</style>
background-color css
<style>
a { background-color: #080589; }
a { background-color: rgb(8,5,137); }
div.DivClassName
{
background-color: #080589;
}
.BgClassName
{
background-color: #080589;
}
</style>
border-color css
<style>
span { border-color: #080589; }
span { border-color: rgb(8,5,137); }
td.TdClassName
{
border-color: #080589;
}
.TagClassName
{
border-color: #080589;
}
</style>