Shades of Midnight Blue #080E5B
Tints of Midnight Blue #080E5B
RGB
CMYK
RGB Variations
Color information
#080E5B (or 0x080E5B) is known color: Midnight Blue. HEX triplet: 08, 0E and 5B. RGB value is (8,14,91). Sum of RGB (Red+Green+Blue) = 8+14+91=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #080E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E5B is #F7F1A4. Grayscale: #141414. Windows color (decimal): -16249253 or 5967368. OLE color: 5967368.
HSL color Cylindrical-coordinate representation of color #080E5B: hue angle of 235.66º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080E5B is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 14 | 91 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.64 |
| HSL | 235.66º | 0.84% | 0.19% | - |
| HSV(B) | 235.66º | 0.91% | 0.36% | - |
| XYZ | 2.15 | 1.12 | 10 | - |
| YUV | 20.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 91 | 0.91 | 0.85 | 0 | 0.64 | 235.66 | 0.84 | 0.19 |
| Hex | 8 | E | 5B | 5B | 55 | 0 | 40 | EC | 54 | 13 |
| Octal | 10 | 16 | 133 | 133 | 125 | 0 | 100 | 354 | 124 | 23 |
| Binary | 1000 | 1110 | 1011011 | 1011011 | 1010101 | 0 | 1000000 | 11101100 | 1010100 | 10011 |
Color Harmonies of #080E5B
Complementary color
Monochromatic Colors of #080E5B
Black with #080E5B
Text Example
Text Example
White with #080E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E5B; }
p { color: rgb(8,14,91); }
H1.HeaderClassName
{
color: #080E5B;
}
.AnyTagClassName
{
color: #080E5B;
}
</style>
background-color css
<style>
a { background-color: #080E5B; }
a { background-color: rgb(8,14,91); }
div.DivClassName
{
background-color: #080E5B;
}
.BgClassName
{
background-color: #080E5B;
}
</style>
border-color css
<style>
span { border-color: #080E5B; }
span { border-color: rgb(8,14,91); }
td.TdClassName
{
border-color: #080E5B;
}
.TagClassName
{
border-color: #080E5B;
}
</style>