Shades of Dark Blue #080886
Tints of Dark Blue #080886
RGB
CMYK
RGB Variations
Color information
#080886 (or 0x080886) is known color: Dark Blue. HEX triplet: 08, 08 and 86. RGB value is (8,8,134). Sum of RGB (Red+Green+Blue) = 8+8+134=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 134 (52.73% from 255 or 89.33% from 150); Max value from RGB is 134 - color contains mainly: blue. Hex color #080886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080886 is #F7F779. Grayscale: #151515. Windows color (decimal): -16250746 or 8783880. OLE color: 8783880.
HSL color Cylindrical-coordinate representation of color #080886: hue angle of 240º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080886 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 8 | 134 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.47 |
| HSL | 240º | 0.89% | 0.28% | - |
| HSV(B) | 240º | 0.94% | 0.53% | - |
| XYZ | 4.49 | 1.95 | 22.69 | - |
| YUV | 22.36 | 191 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 134 | 0.94 | 0.94 | 0 | 0.47 | 240 | 0.89 | 0.28 |
| Hex | 8 | 8 | 86 | 5E | 5E | 0 | 2F | F0 | 59 | 1C |
| Octal | 10 | 10 | 206 | 136 | 136 | 0 | 57 | 360 | 131 | 34 |
| Binary | 1000 | 1000 | 10000110 | 1011110 | 1011110 | 0 | 101111 | 11110000 | 1011001 | 11100 |
Color Harmonies of #080886
Complementary color
Monochromatic Colors of #080886
Black with #080886
Text Example
Text Example
White with #080886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080886; }
p { color: rgb(8,8,134); }
H1.HeaderClassName
{
color: #080886;
}
.AnyTagClassName
{
color: #080886;
}
</style>
background-color css
<style>
a { background-color: #080886; }
a { background-color: rgb(8,8,134); }
div.DivClassName
{
background-color: #080886;
}
.BgClassName
{
background-color: #080886;
}
</style>
border-color css
<style>
span { border-color: #080886; }
span { border-color: rgb(8,8,134); }
td.TdClassName
{
border-color: #080886;
}
.TagClassName
{
border-color: #080886;
}
</style>