Shades of Midnight Express #071F45
Tints of Midnight Express #071F45
RGB
CMYK
RGB Variations
Color information
#071F45 (or 0x071F45) is known color: Midnight Express. HEX triplet: 07, 1F and 45. RGB value is (7,31,69). Sum of RGB (Red+Green+Blue) = 7+31+69=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 69 (27.34% from 255 or 64.49% from 107); Max value from RGB is 69 - color contains mainly: blue. Hex color #071F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F45 is #F8E0BA. Grayscale: #1B1B1B. Windows color (decimal): -16310459 or 4529927. OLE color: 4529927.
HSL color Cylindrical-coordinate representation of color #071F45: hue angle of 216.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071F45 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 31 | 69 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.73 |
| HSL | 216.77º | 0.82% | 0.15% | - |
| HSV(B) | 216.77º | 0.9% | 0.27% | - |
| XYZ | 1.65 | 1.45 | 5.82 | - |
| YUV | 28.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 69 | 0.90 | 0.55 | 0 | 0.73 | 216.77 | 0.82 | 0.15 |
| Hex | 7 | 1F | 45 | 5A | 37 | 0 | 49 | D9 | 52 | F |
| Octal | 7 | 37 | 105 | 132 | 67 | 0 | 111 | 331 | 122 | 17 |
| Binary | 111 | 11111 | 1000101 | 1011010 | 110111 | 0 | 1001001 | 11011001 | 1010010 | 1111 |
Color Harmonies of #071F45
Complementary color
Monochromatic Colors of #071F45
Black with #071F45
Text Example
Text Example
White with #071F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F45; }
p { color: rgb(7,31,69); }
H1.HeaderClassName
{
color: #071F45;
}
.AnyTagClassName
{
color: #071F45;
}
</style>
background-color css
<style>
a { background-color: #071F45; }
a { background-color: rgb(7,31,69); }
div.DivClassName
{
background-color: #071F45;
}
.BgClassName
{
background-color: #071F45;
}
</style>
border-color css
<style>
span { border-color: #071F45; }
span { border-color: rgb(7,31,69); }
td.TdClassName
{
border-color: #071F45;
}
.TagClassName
{
border-color: #071F45;
}
</style>