Shades of Midnight Express #141E45
Tints of Midnight Express #141E45
RGB
CMYK
RGB Variations
Color information
#141E45 (or 0x141E45) is known color: Midnight Express. HEX triplet: 14, 1E and 45. RGB value is (20,30,69). Sum of RGB (Red+Green+Blue) = 20+30+69=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #141E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E45 is #EBE1BA. Grayscale: #1F1F1F. Windows color (decimal): -15458747 or 4529684. OLE color: 4529684.
HSL color Cylindrical-coordinate representation of color #141E45: hue angle of 227.76º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141E45 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 30 | 69 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.73 |
| HSL | 227.76º | 0.55% | 0.17% | - |
| HSV(B) | 227.76º | 0.71% | 0.27% | - |
| XYZ | 1.83 | 1.51 | 5.82 | - |
| YUV | 31.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 69 | 0.71 | 0.57 | 0 | 0.73 | 227.76 | 0.55 | 0.17 |
| Hex | 14 | 1E | 45 | 47 | 39 | 0 | 49 | E4 | 37 | 11 |
| Octal | 24 | 36 | 105 | 107 | 71 | 0 | 111 | 344 | 67 | 21 |
| Binary | 10100 | 11110 | 1000101 | 1000111 | 111001 | 0 | 1001001 | 11100100 | 110111 | 10001 |
Color Harmonies of #141E45
Complementary color
Monochromatic Colors of #141E45
Black with #141E45
Text Example
Text Example
White with #141E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E45; }
p { color: rgb(20,30,69); }
H1.HeaderClassName
{
color: #141E45;
}
.AnyTagClassName
{
color: #141E45;
}
</style>
background-color css
<style>
a { background-color: #141E45; }
a { background-color: rgb(20,30,69); }
div.DivClassName
{
background-color: #141E45;
}
.BgClassName
{
background-color: #141E45;
}
</style>
border-color css
<style>
span { border-color: #141E45; }
span { border-color: rgb(20,30,69); }
td.TdClassName
{
border-color: #141E45;
}
.TagClassName
{
border-color: #141E45;
}
</style>