Shades of Midnight Express #141E39
Tints of Midnight Express #141E39
RGB
CMYK
RGB Variations
Color information
#141E39 (or 0x141E39) is known color: Midnight Express. HEX triplet: 14, 1E and 39. RGB value is (20,30,57). Sum of RGB (Red+Green+Blue) = 20+30+57=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #141E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E39 is #EBE1C6. Grayscale: #1D1D1D. Windows color (decimal): -15458759 or 3743252. OLE color: 3743252.
HSL color Cylindrical-coordinate representation of color #141E39: hue angle of 223.78º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141E39 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 30 | 57 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.78 |
| HSL | 223.78º | 0.48% | 0.15% | - |
| HSV(B) | 223.78º | 0.65% | 0.22% | - |
| XYZ | 1.49 | 1.37 | 4.06 | - |
| YUV | 30.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 57 | 0.65 | 0.47 | 0 | 0.78 | 223.78 | 0.48 | 0.15 |
| Hex | 14 | 1E | 39 | 41 | 2F | 0 | 4E | E0 | 30 | F |
| Octal | 24 | 36 | 71 | 101 | 57 | 0 | 116 | 340 | 60 | 17 |
| Binary | 10100 | 11110 | 111001 | 1000001 | 101111 | 0 | 1001110 | 11100000 | 110000 | 1111 |
Color Harmonies of #141E39
Complementary color
Monochromatic Colors of #141E39
Black with #141E39
Text Example
Text Example
White with #141E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E39; }
p { color: rgb(20,30,57); }
H1.HeaderClassName
{
color: #141E39;
}
.AnyTagClassName
{
color: #141E39;
}
</style>
background-color css
<style>
a { background-color: #141E39; }
a { background-color: rgb(20,30,57); }
div.DivClassName
{
background-color: #141E39;
}
.BgClassName
{
background-color: #141E39;
}
</style>
border-color css
<style>
span { border-color: #141E39; }
span { border-color: rgb(20,30,57); }
td.TdClassName
{
border-color: #141E39;
}
.TagClassName
{
border-color: #141E39;
}
</style>