Shades of Midnight Blue #080E5D
Tints of Midnight Blue #080E5D
RGB
CMYK
RGB Variations
Color information
#080E5D (or 0x080E5D) is known color: Midnight Blue. HEX triplet: 08, 0E and 5D. RGB value is (8,14,93). Sum of RGB (Red+Green+Blue) = 8+14+93=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #080E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E5D is #F7F1A2. Grayscale: #141414. Windows color (decimal): -16249251 or 6098440. OLE color: 6098440.
HSL color Cylindrical-coordinate representation of color #080E5D: hue angle of 235.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080E5D is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 14 | 93 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.64 |
| HSL | 235.76º | 0.84% | 0.2% | - |
| HSV(B) | 235.76º | 0.91% | 0.36% | - |
| XYZ | 2.23 | 1.16 | 10.46 | - |
| YUV | 21.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 93 | 0.91 | 0.85 | 0 | 0.64 | 235.76 | 0.84 | 0.2 |
| Hex | 8 | E | 5D | 5B | 55 | 0 | 40 | EC | 54 | 14 |
| Octal | 10 | 16 | 135 | 133 | 125 | 0 | 100 | 354 | 124 | 24 |
| Binary | 1000 | 1110 | 1011101 | 1011011 | 1010101 | 0 | 1000000 | 11101100 | 1010100 | 10100 |
Color Harmonies of #080E5D
Complementary color
Monochromatic Colors of #080E5D
Black with #080E5D
Text Example
Text Example
White with #080E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E5D; }
p { color: rgb(8,14,93); }
H1.HeaderClassName
{
color: #080E5D;
}
.AnyTagClassName
{
color: #080E5D;
}
</style>
background-color css
<style>
a { background-color: #080E5D; }
a { background-color: rgb(8,14,93); }
div.DivClassName
{
background-color: #080E5D;
}
.BgClassName
{
background-color: #080E5D;
}
</style>
border-color css
<style>
span { border-color: #080E5D; }
span { border-color: rgb(8,14,93); }
td.TdClassName
{
border-color: #080E5D;
}
.TagClassName
{
border-color: #080E5D;
}
</style>