Shades of Dark Blue #080889
Tints of Dark Blue #080889
RGB
CMYK
RGB Variations
Color information
#080889 (or 0x080889) is known color: Dark Blue. HEX triplet: 08, 08 and 89. RGB value is (8,8,137). Sum of RGB (Red+Green+Blue) = 8+8+137=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 137 (53.91% from 255 or 89.54% from 153); Max value from RGB is 137 - color contains mainly: blue. Hex color #080889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080889 is #F7F776. Grayscale: #161616. Windows color (decimal): -16250743 or 8980488. OLE color: 8980488.
HSL color Cylindrical-coordinate representation of color #080889: hue angle of 240º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080889 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 8 | 137 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.46 |
| HSL | 240º | 0.89% | 0.28% | - |
| HSV(B) | 240º | 0.94% | 0.54% | - |
| XYZ | 4.7 | 2.03 | 23.81 | - |
| YUV | 22.71 | 192.5 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 137 | 0.94 | 0.94 | 0 | 0.46 | 240 | 0.89 | 0.28 |
| Hex | 8 | 8 | 89 | 5E | 5E | 0 | 2E | F0 | 59 | 1C |
| Octal | 10 | 10 | 211 | 136 | 136 | 0 | 56 | 360 | 131 | 34 |
| Binary | 1000 | 1000 | 10001001 | 1011110 | 1011110 | 0 | 101110 | 11110000 | 1011001 | 11100 |
Color Harmonies of #080889
Complementary color
Monochromatic Colors of #080889
Black with #080889
Text Example
Text Example
White with #080889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080889; }
p { color: rgb(8,8,137); }
H1.HeaderClassName
{
color: #080889;
}
.AnyTagClassName
{
color: #080889;
}
</style>
background-color css
<style>
a { background-color: #080889; }
a { background-color: rgb(8,8,137); }
div.DivClassName
{
background-color: #080889;
}
.BgClassName
{
background-color: #080889;
}
</style>
border-color css
<style>
span { border-color: #080889; }
span { border-color: rgb(8,8,137); }
td.TdClassName
{
border-color: #080889;
}
.TagClassName
{
border-color: #080889;
}
</style>