Shades of Dark Blue #080789
Tints of Dark Blue #080789
RGB
CMYK
RGB Variations
Color information
#080789 (or 0x080789) is known color: Dark Blue. HEX triplet: 08, 07 and 89. RGB value is (8,7,137). Sum of RGB (Red+Green+Blue) = 8+7+137=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 137 (53.91% from 255 or 90.13% from 152); Max value from RGB is 137 - color contains mainly: blue. Hex color #080789 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080789 is #F7F876. Grayscale: #151515. Windows color (decimal): -16250999 or 8980232. OLE color: 8980232.
HSL color Cylindrical-coordinate representation of color #080789: hue angle of 240.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080789 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 7 | 137 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.46 |
| HSL | 240.46º | 0.9% | 0.28% | - |
| HSV(B) | 240.46º | 0.95% | 0.54% | - |
| XYZ | 4.69 | 2.01 | 23.81 | - |
| YUV | 22.12 | 192.83 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 137 | 0.94 | 0.95 | 0 | 0.46 | 240.46 | 0.9 | 0.28 |
| Hex | 8 | 7 | 89 | 5E | 5F | 0 | 2E | F0 | 5A | 1C |
| Octal | 10 | 7 | 211 | 136 | 137 | 0 | 56 | 360 | 132 | 34 |
| Binary | 1000 | 111 | 10001001 | 1011110 | 1011111 | 0 | 101110 | 11110000 | 1011010 | 11100 |
Color Harmonies of #080789
Complementary color
Monochromatic Colors of #080789
Black with #080789
Text Example
Text Example
White with #080789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080789; }
p { color: rgb(8,7,137); }
H1.HeaderClassName
{
color: #080789;
}
.AnyTagClassName
{
color: #080789;
}
</style>
background-color css
<style>
a { background-color: #080789; }
a { background-color: rgb(8,7,137); }
div.DivClassName
{
background-color: #080789;
}
.BgClassName
{
background-color: #080789;
}
</style>
border-color css
<style>
span { border-color: #080789; }
span { border-color: rgb(8,7,137); }
td.TdClassName
{
border-color: #080789;
}
.TagClassName
{
border-color: #080789;
}
</style>