Shades of Midnight Blue #080E55
Tints of Midnight Blue #080E55
RGB
CMYK
RGB Variations
Color information
#080E55 (or 0x080E55) is known color: Midnight Blue. HEX triplet: 08, 0E and 55. RGB value is (8,14,85). Sum of RGB (Red+Green+Blue) = 8+14+85=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #080E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E55 is #F7F1AA. Grayscale: #141414. Windows color (decimal): -16249259 or 5574152. OLE color: 5574152.
HSL color Cylindrical-coordinate representation of color #080E55: hue angle of 235.32º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080E55 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 14 | 85 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.67 |
| HSL | 235.32º | 0.83% | 0.18% | - |
| HSV(B) | 235.32º | 0.91% | 0.33% | - |
| XYZ | 1.9 | 1.02 | 8.69 | - |
| YUV | 20.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 85 | 0.91 | 0.84 | 0 | 0.67 | 235.32 | 0.83 | 0.18 |
| Hex | 8 | E | 55 | 5B | 54 | 0 | 43 | EB | 53 | 12 |
| Octal | 10 | 16 | 125 | 133 | 124 | 0 | 103 | 353 | 123 | 22 |
| Binary | 1000 | 1110 | 1010101 | 1011011 | 1010100 | 0 | 1000011 | 11101011 | 1010011 | 10010 |
Color Harmonies of #080E55
Complementary color
Monochromatic Colors of #080E55
Black with #080E55
Text Example
Text Example
White with #080E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E55; }
p { color: rgb(8,14,85); }
H1.HeaderClassName
{
color: #080E55;
}
.AnyTagClassName
{
color: #080E55;
}
</style>
background-color css
<style>
a { background-color: #080E55; }
a { background-color: rgb(8,14,85); }
div.DivClassName
{
background-color: #080E55;
}
.BgClassName
{
background-color: #080E55;
}
</style>
border-color css
<style>
span { border-color: #080E55; }
span { border-color: rgb(8,14,85); }
td.TdClassName
{
border-color: #080E55;
}
.TagClassName
{
border-color: #080E55;
}
</style>