Shades of Midnight Blue #080E61
Tints of Midnight Blue #080E61
RGB
CMYK
RGB Variations
Color information
#080E61 (or 0x080E61) is known color: Midnight Blue. HEX triplet: 08, 0E and 61. RGB value is (8,14,97). Sum of RGB (Red+Green+Blue) = 8+14+97=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #080E61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E61 is #F7F19E. Grayscale: #151515. Windows color (decimal): -16249247 or 6360584. OLE color: 6360584.
HSL color Cylindrical-coordinate representation of color #080E61: hue angle of 235.96º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080E61 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 14 | 97 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.62 |
| HSL | 235.96º | 0.85% | 0.21% | - |
| HSV(B) | 235.96º | 0.92% | 0.38% | - |
| XYZ | 2.41 | 1.23 | 11.42 | - |
| YUV | 21.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 97 | 0.92 | 0.86 | 0 | 0.62 | 235.96 | 0.85 | 0.21 |
| Hex | 8 | E | 61 | 5C | 56 | 0 | 3E | EC | 55 | 15 |
| Octal | 10 | 16 | 141 | 134 | 126 | 0 | 76 | 354 | 125 | 25 |
| Binary | 1000 | 1110 | 1100001 | 1011100 | 1010110 | 0 | 111110 | 11101100 | 1010101 | 10101 |
Color Harmonies of #080E61
Complementary color
Monochromatic Colors of #080E61
Black with #080E61
Text Example
Text Example
White with #080E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E61; }
p { color: rgb(8,14,97); }
H1.HeaderClassName
{
color: #080E61;
}
.AnyTagClassName
{
color: #080E61;
}
</style>
background-color css
<style>
a { background-color: #080E61; }
a { background-color: rgb(8,14,97); }
div.DivClassName
{
background-color: #080E61;
}
.BgClassName
{
background-color: #080E61;
}
</style>
border-color css
<style>
span { border-color: #080E61; }
span { border-color: rgb(8,14,97); }
td.TdClassName
{
border-color: #080E61;
}
.TagClassName
{
border-color: #080E61;
}
</style>