Shades of Midnight Express #081143
Tints of Midnight Express #081143
RGB
CMYK
RGB Variations
Color information
#081143 (or 0x081143) is known color: Midnight Express. HEX triplet: 08, 11 and 43. RGB value is (8,17,67). Sum of RGB (Red+Green+Blue) = 8+17+67=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 67 (26.56% from 255 or 72.83% from 92); Max value from RGB is 67 - color contains mainly: blue. Hex color #081143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081143 is #F7EEBC. Grayscale: #131313. Windows color (decimal): -16248509 or 4395272. OLE color: 4395272.
HSL color Cylindrical-coordinate representation of color #081143: hue angle of 230.85º 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 #081143 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 17 | 67 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.74 |
| HSL | 230.85º | 0.79% | 0.15% | - |
| HSV(B) | 230.85º | 0.88% | 0.26% | - |
| XYZ | 1.31 | 0.86 | 5.41 | - |
| YUV | 20.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 67 | 0.88 | 0.75 | 0 | 0.74 | 230.85 | 0.79 | 0.15 |
| Hex | 8 | 11 | 43 | 58 | 4B | 0 | 4A | E7 | 4F | F |
| Octal | 10 | 21 | 103 | 130 | 113 | 0 | 112 | 347 | 117 | 17 |
| Binary | 1000 | 10001 | 1000011 | 1011000 | 1001011 | 0 | 1001010 | 11100111 | 1001111 | 1111 |
Color Harmonies of #081143
Complementary color
Monochromatic Colors of #081143
Black with #081143
Text Example
Text Example
White with #081143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081143; }
p { color: rgb(8,17,67); }
H1.HeaderClassName
{
color: #081143;
}
.AnyTagClassName
{
color: #081143;
}
</style>
background-color css
<style>
a { background-color: #081143; }
a { background-color: rgb(8,17,67); }
div.DivClassName
{
background-color: #081143;
}
.BgClassName
{
background-color: #081143;
}
</style>
border-color css
<style>
span { border-color: #081143; }
span { border-color: rgb(8,17,67); }
td.TdClassName
{
border-color: #081143;
}
.TagClassName
{
border-color: #081143;
}
</style>