Shades of Midnight Express #080D40
Tints of Midnight Express #080D40
RGB
CMYK
RGB Variations
Color information
#080D40 (or 0x080D40) is known color: Midnight Express. HEX triplet: 08, 0D and 40. RGB value is (8,13,64). Sum of RGB (Red+Green+Blue) = 8+13+64=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #080D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D40 is #F7F2BF. Grayscale: #111111. Windows color (decimal): -16249536 or 4197640. OLE color: 4197640.
HSL color Cylindrical-coordinate representation of color #080D40: hue angle of 234.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080D40 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 13 | 64 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.75 |
| HSL | 234.64º | 0.78% | 0.14% | - |
| HSV(B) | 234.64º | 0.88% | 0.25% | - |
| XYZ | 1.17 | 0.71 | 4.93 | - |
| YUV | 17.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 64 | 0.87 | 0.80 | 0 | 0.75 | 234.64 | 0.78 | 0.14 |
| Hex | 8 | D | 40 | 57 | 50 | 0 | 4B | EB | 4E | E |
| Octal | 10 | 15 | 100 | 127 | 120 | 0 | 113 | 353 | 116 | 16 |
| Binary | 1000 | 1101 | 1000000 | 1010111 | 1010000 | 0 | 1001011 | 11101011 | 1001110 | 1110 |
Color Harmonies of #080D40
Complementary color
Monochromatic Colors of #080D40
Black with #080D40
Text Example
Text Example
White with #080D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D40; }
p { color: rgb(8,13,64); }
H1.HeaderClassName
{
color: #080D40;
}
.AnyTagClassName
{
color: #080D40;
}
</style>
background-color css
<style>
a { background-color: #080D40; }
a { background-color: rgb(8,13,64); }
div.DivClassName
{
background-color: #080D40;
}
.BgClassName
{
background-color: #080D40;
}
</style>
border-color css
<style>
span { border-color: #080D40; }
span { border-color: rgb(8,13,64); }
td.TdClassName
{
border-color: #080D40;
}
.TagClassName
{
border-color: #080D40;
}
</style>