Shades of Midnight Express #081043
Tints of Midnight Express #081043
RGB
CMYK
RGB Variations
Color information
#081043 (or 0x081043) is known color: Midnight Express. HEX triplet: 08, 10 and 43. RGB value is (8,16,67). Sum of RGB (Red+Green+Blue) = 8+16+67=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 67 (26.56% from 255 or 73.63% from 91); Max value from RGB is 67 - color contains mainly: blue. Hex color #081043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081043 is #F7EFBC. Grayscale: #131313. Windows color (decimal): -16248765 or 4395016. OLE color: 4395016.
HSL color Cylindrical-coordinate representation of color #081043: hue angle of 231.86º 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 #081043 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 16 | 67 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.74 |
| HSL | 231.86º | 0.79% | 0.15% | - |
| HSV(B) | 231.86º | 0.88% | 0.26% | - |
| XYZ | 1.3 | 0.83 | 5.4 | - |
| YUV | 19.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 67 | 0.88 | 0.76 | 0 | 0.74 | 231.86 | 0.79 | 0.15 |
| Hex | 8 | 10 | 43 | 58 | 4C | 0 | 4A | E8 | 4F | F |
| Octal | 10 | 20 | 103 | 130 | 114 | 0 | 112 | 350 | 117 | 17 |
| Binary | 1000 | 10000 | 1000011 | 1011000 | 1001100 | 0 | 1001010 | 11101000 | 1001111 | 1111 |
Color Harmonies of #081043
Complementary color
Monochromatic Colors of #081043
Black with #081043
Text Example
Text Example
White with #081043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081043; }
p { color: rgb(8,16,67); }
H1.HeaderClassName
{
color: #081043;
}
.AnyTagClassName
{
color: #081043;
}
</style>
background-color css
<style>
a { background-color: #081043; }
a { background-color: rgb(8,16,67); }
div.DivClassName
{
background-color: #081043;
}
.BgClassName
{
background-color: #081043;
}
</style>
border-color css
<style>
span { border-color: #081043; }
span { border-color: rgb(8,16,67); }
td.TdClassName
{
border-color: #081043;
}
.TagClassName
{
border-color: #081043;
}
</style>