Shades of Midnight Blue #080E63
Tints of Midnight Blue #080E63
RGB
CMYK
RGB Variations
Color information
#080E63 (or 0x080E63) is known color: Midnight Blue. HEX triplet: 08, 0E and 63. RGB value is (8,14,99). Sum of RGB (Red+Green+Blue) = 8+14+99=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #080E63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E63 is #F7F19C. Grayscale: #151515. Windows color (decimal): -16249245 or 6491656. OLE color: 6491656.
HSL color Cylindrical-coordinate representation of color #080E63: hue angle of 236.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080E63 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 14 | 99 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.61 |
| HSL | 236.04º | 0.85% | 0.21% | - |
| HSV(B) | 236.04º | 0.92% | 0.39% | - |
| XYZ | 2.51 | 1.27 | 11.92 | - |
| YUV | 21.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 99 | 0.92 | 0.86 | 0 | 0.61 | 236.04 | 0.85 | 0.21 |
| Hex | 8 | E | 63 | 5C | 56 | 0 | 3D | EC | 55 | 15 |
| Octal | 10 | 16 | 143 | 134 | 126 | 0 | 75 | 354 | 125 | 25 |
| Binary | 1000 | 1110 | 1100011 | 1011100 | 1010110 | 0 | 111101 | 11101100 | 1010101 | 10101 |
Color Harmonies of #080E63
Complementary color
Monochromatic Colors of #080E63
Black with #080E63
Text Example
Text Example
White with #080E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E63; }
p { color: rgb(8,14,99); }
H1.HeaderClassName
{
color: #080E63;
}
.AnyTagClassName
{
color: #080E63;
}
</style>
background-color css
<style>
a { background-color: #080E63; }
a { background-color: rgb(8,14,99); }
div.DivClassName
{
background-color: #080E63;
}
.BgClassName
{
background-color: #080E63;
}
</style>
border-color css
<style>
span { border-color: #080E63; }
span { border-color: rgb(8,14,99); }
td.TdClassName
{
border-color: #080E63;
}
.TagClassName
{
border-color: #080E63;
}
</style>