Shades of Midnight Express #080D46
Tints of Midnight Express #080D46
RGB
CMYK
RGB Variations
Color information
#080D46 (or 0x080D46) is known color: Midnight Express. HEX triplet: 08, 0D and 46. RGB value is (8,13,70). Sum of RGB (Red+Green+Blue) = 8+13+70=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #080D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D46 is #F7F2B9. Grayscale: #111111. Windows color (decimal): -16249530 or 4590856. OLE color: 4590856.
HSL color Cylindrical-coordinate representation of color #080D46: hue angle of 235.16º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080D46 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 13 | 70 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.73 |
| HSL | 235.16º | 0.79% | 0.15% | - |
| HSV(B) | 235.16º | 0.89% | 0.27% | - |
| XYZ | 1.35 | 0.78 | 5.87 | - |
| YUV | 18 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 70 | 0.89 | 0.81 | 0 | 0.73 | 235.16 | 0.79 | 0.15 |
| Hex | 8 | D | 46 | 59 | 51 | 0 | 49 | EB | 4F | F |
| Octal | 10 | 15 | 106 | 131 | 121 | 0 | 111 | 353 | 117 | 17 |
| Binary | 1000 | 1101 | 1000110 | 1011001 | 1010001 | 0 | 1001001 | 11101011 | 1001111 | 1111 |
Color Harmonies of #080D46
Complementary color
Monochromatic Colors of #080D46
Black with #080D46
Text Example
Text Example
White with #080D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D46; }
p { color: rgb(8,13,70); }
H1.HeaderClassName
{
color: #080D46;
}
.AnyTagClassName
{
color: #080D46;
}
</style>
background-color css
<style>
a { background-color: #080D46; }
a { background-color: rgb(8,13,70); }
div.DivClassName
{
background-color: #080D46;
}
.BgClassName
{
background-color: #080D46;
}
</style>
border-color css
<style>
span { border-color: #080D46; }
span { border-color: rgb(8,13,70); }
td.TdClassName
{
border-color: #080D46;
}
.TagClassName
{
border-color: #080D46;
}
</style>