Shades of Midnight Express #071241
Tints of Midnight Express #071241
RGB
CMYK
RGB Variations
Color information
#071241 (or 0x071241) is known color: Midnight Express. HEX triplet: 07, 12 and 41. RGB value is (7,18,65). Sum of RGB (Red+Green+Blue) = 7+18+65=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #071241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071241 is #F8EDBE. Grayscale: #131313. Windows color (decimal): -16313791 or 4264455. OLE color: 4264455.
HSL color Cylindrical-coordinate representation of color #071241: hue angle of 228.62º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #071241 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 18 | 65 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.75 |
| HSL | 228.62º | 0.81% | 0.14% | - |
| HSV(B) | 228.62º | 0.89% | 0.25% | - |
| XYZ | 1.26 | 0.86 | 5.1 | - |
| YUV | 20.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 65 | 0.89 | 0.72 | 0 | 0.75 | 228.62 | 0.81 | 0.14 |
| Hex | 7 | 12 | 41 | 59 | 48 | 0 | 4B | E5 | 51 | E |
| Octal | 7 | 22 | 101 | 131 | 110 | 0 | 113 | 345 | 121 | 16 |
| Binary | 111 | 10010 | 1000001 | 1011001 | 1001000 | 0 | 1001011 | 11100101 | 1010001 | 1110 |
Color Harmonies of #071241
Complementary color
Monochromatic Colors of #071241
Black with #071241
Text Example
Text Example
White with #071241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071241; }
p { color: rgb(7,18,65); }
H1.HeaderClassName
{
color: #071241;
}
.AnyTagClassName
{
color: #071241;
}
</style>
background-color css
<style>
a { background-color: #071241; }
a { background-color: rgb(7,18,65); }
div.DivClassName
{
background-color: #071241;
}
.BgClassName
{
background-color: #071241;
}
</style>
border-color css
<style>
span { border-color: #071241; }
span { border-color: rgb(7,18,65); }
td.TdClassName
{
border-color: #071241;
}
.TagClassName
{
border-color: #071241;
}
</style>