Shades of Midnight Express #080D43
Tints of Midnight Express #080D43
RGB
CMYK
RGB Variations
Color information
#080D43 (or 0x080D43) is known color: Midnight Express. HEX triplet: 08, 0D and 43. RGB value is (8,13,67). Sum of RGB (Red+Green+Blue) = 8+13+67=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 67 (26.56% from 255 or 76.14% from 88); Max value from RGB is 67 - color contains mainly: blue. Hex color #080D43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D43 is #F7F2BC. Grayscale: #111111. Windows color (decimal): -16249533 or 4394248. OLE color: 4394248.
HSL color Cylindrical-coordinate representation of color #080D43: hue angle of 234.92º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080D43 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 13 | 67 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.74 |
| HSL | 234.92º | 0.79% | 0.15% | - |
| HSV(B) | 234.92º | 0.88% | 0.26% | - |
| XYZ | 1.26 | 0.74 | 5.39 | - |
| YUV | 17.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 67 | 0.88 | 0.81 | 0 | 0.74 | 234.92 | 0.79 | 0.15 |
| Hex | 8 | D | 43 | 58 | 51 | 0 | 4A | EB | 4F | F |
| Octal | 10 | 15 | 103 | 130 | 121 | 0 | 112 | 353 | 117 | 17 |
| Binary | 1000 | 1101 | 1000011 | 1011000 | 1010001 | 0 | 1001010 | 11101011 | 1001111 | 1111 |
Color Harmonies of #080D43
Complementary color
Monochromatic Colors of #080D43
Black with #080D43
Text Example
Text Example
White with #080D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D43; }
p { color: rgb(8,13,67); }
H1.HeaderClassName
{
color: #080D43;
}
.AnyTagClassName
{
color: #080D43;
}
</style>
background-color css
<style>
a { background-color: #080D43; }
a { background-color: rgb(8,13,67); }
div.DivClassName
{
background-color: #080D43;
}
.BgClassName
{
background-color: #080D43;
}
</style>
border-color css
<style>
span { border-color: #080D43; }
span { border-color: rgb(8,13,67); }
td.TdClassName
{
border-color: #080D43;
}
.TagClassName
{
border-color: #080D43;
}
</style>