Shades of Dark Blue #080586
Tints of Dark Blue #080586
RGB
CMYK
RGB Variations
Color information
#080586 (or 0x080586) is known color: Dark Blue. HEX triplet: 08, 05 and 86. RGB value is (8,5,134). Sum of RGB (Red+Green+Blue) = 8+5+134=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 134 (52.73% from 255 or 91.16% from 147); Max value from RGB is 134 - color contains mainly: blue. Hex color #080586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080586 is #F7FA79. Grayscale: #141414. Windows color (decimal): -16251514 or 8783112. OLE color: 8783112.
HSL color Cylindrical-coordinate representation of color #080586: hue angle of 241.4º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080586 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 5 | 134 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.47 |
| HSL | 241.4º | 0.93% | 0.27% | - |
| HSV(B) | 241.4º | 0.96% | 0.53% | - |
| XYZ | 4.46 | 1.88 | 22.68 | - |
| YUV | 20.6 | 191.99 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 134 | 0.94 | 0.96 | 0 | 0.47 | 241.4 | 0.93 | 0.27 |
| Hex | 8 | 5 | 86 | 5E | 60 | 0 | 2F | F1 | 5D | 1B |
| Octal | 10 | 5 | 206 | 136 | 140 | 0 | 57 | 361 | 135 | 33 |
| Binary | 1000 | 101 | 10000110 | 1011110 | 1100000 | 0 | 101111 | 11110001 | 1011101 | 11011 |
Color Harmonies of #080586
Complementary color
Monochromatic Colors of #080586
Black with #080586
Text Example
Text Example
White with #080586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080586; }
p { color: rgb(8,5,134); }
H1.HeaderClassName
{
color: #080586;
}
.AnyTagClassName
{
color: #080586;
}
</style>
background-color css
<style>
a { background-color: #080586; }
a { background-color: rgb(8,5,134); }
div.DivClassName
{
background-color: #080586;
}
.BgClassName
{
background-color: #080586;
}
</style>
border-color css
<style>
span { border-color: #080586; }
span { border-color: rgb(8,5,134); }
td.TdClassName
{
border-color: #080586;
}
.TagClassName
{
border-color: #080586;
}
</style>