Shades of Dark Blue #080A86
Tints of Dark Blue #080A86
RGB
CMYK
RGB Variations
Color information
#080A86 (or 0x080A86) is known color: Dark Blue. HEX triplet: 08, 0A and 86. RGB value is (8,10,134). Sum of RGB (Red+Green+Blue) = 8+10+134=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 134 (52.73% from 255 or 88.16% from 152); Max value from RGB is 134 - color contains mainly: blue. Hex color #080A86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A86 is #F7F579. Grayscale: #171717. Windows color (decimal): -16250234 or 8784392. OLE color: 8784392.
HSL color Cylindrical-coordinate representation of color #080A86: hue angle of 239.05º 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 #080A86 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 10 | 134 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.47 |
| HSL | 239.05º | 0.89% | 0.28% | - |
| HSV(B) | 239.05º | 0.94% | 0.53% | - |
| XYZ | 4.51 | 1.99 | 22.7 | - |
| YUV | 23.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 134 | 0.94 | 0.93 | 0 | 0.47 | 239.05 | 0.89 | 0.28 |
| Hex | 8 | A | 86 | 5E | 5D | 0 | 2F | EF | 59 | 1C |
| Octal | 10 | 12 | 206 | 136 | 135 | 0 | 57 | 357 | 131 | 34 |
| Binary | 1000 | 1010 | 10000110 | 1011110 | 1011101 | 0 | 101111 | 11101111 | 1011001 | 11100 |
Color Harmonies of #080A86
Complementary color
Monochromatic Colors of #080A86
Black with #080A86
Text Example
Text Example
White with #080A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A86; }
p { color: rgb(8,10,134); }
H1.HeaderClassName
{
color: #080A86;
}
.AnyTagClassName
{
color: #080A86;
}
</style>
background-color css
<style>
a { background-color: #080A86; }
a { background-color: rgb(8,10,134); }
div.DivClassName
{
background-color: #080A86;
}
.BgClassName
{
background-color: #080A86;
}
</style>
border-color css
<style>
span { border-color: #080A86; }
span { border-color: rgb(8,10,134); }
td.TdClassName
{
border-color: #080A86;
}
.TagClassName
{
border-color: #080A86;
}
</style>