Shades of Midnight Express #071143
Tints of Midnight Express #071143
RGB
CMYK
RGB Variations
Color information
#071143 (or 0x071143) is known color: Midnight Express. HEX triplet: 07, 11 and 43. RGB value is (7,17,67). Sum of RGB (Red+Green+Blue) = 7+17+67=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 17 (7.03% from 255 or 18.68% 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 #071143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071143 is #F8EEBC. Grayscale: #131313. Windows color (decimal): -16314045 or 4395271. OLE color: 4395271.
HSL color Cylindrical-coordinate representation of color #071143: hue angle of 230º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071143 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 17 | 67 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.74 |
| HSL | 230º | 0.81% | 0.15% | - |
| HSV(B) | 230º | 0.9% | 0.26% | - |
| XYZ | 1.3 | 0.85 | 5.41 | - |
| YUV | 19.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 67 | 0.90 | 0.75 | 0 | 0.74 | 230 | 0.81 | 0.15 |
| Hex | 7 | 11 | 43 | 5A | 4B | 0 | 4A | E6 | 51 | F |
| Octal | 7 | 21 | 103 | 132 | 113 | 0 | 112 | 346 | 121 | 17 |
| Binary | 111 | 10001 | 1000011 | 1011010 | 1001011 | 0 | 1001010 | 11100110 | 1010001 | 1111 |
Color Harmonies of #071143
Complementary color
Monochromatic Colors of #071143
Black with #071143
Text Example
Text Example
White with #071143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071143; }
p { color: rgb(7,17,67); }
H1.HeaderClassName
{
color: #071143;
}
.AnyTagClassName
{
color: #071143;
}
</style>
background-color css
<style>
a { background-color: #071143; }
a { background-color: rgb(7,17,67); }
div.DivClassName
{
background-color: #071143;
}
.BgClassName
{
background-color: #071143;
}
</style>
border-color css
<style>
span { border-color: #071143; }
span { border-color: rgb(7,17,67); }
td.TdClassName
{
border-color: #071143;
}
.TagClassName
{
border-color: #071143;
}
</style>