Shades of Midnight Express #141839
Tints of Midnight Express #141839
RGB
CMYK
RGB Variations
Color information
#141839 (or 0x141839) is known color: Midnight Express. HEX triplet: 14, 18 and 39. RGB value is (20,24,57). Sum of RGB (Red+Green+Blue) = 20+24+57=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #141839 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141839 is #EBE7C6. Grayscale: #1A1A1A. Windows color (decimal): -15460295 or 3741716. OLE color: 3741716.
HSL color Cylindrical-coordinate representation of color #141839: hue angle of 233.51º 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 #141839 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 24 | 57 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.78 |
| HSL | 233.51º | 0.48% | 0.15% | - |
| HSV(B) | 233.51º | 0.65% | 0.22% | - |
| XYZ | 1.35 | 1.1 | 4.01 | - |
| YUV | 26.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 57 | 0.65 | 0.58 | 0 | 0.78 | 233.51 | 0.48 | 0.15 |
| Hex | 14 | 18 | 39 | 41 | 3A | 0 | 4E | EA | 30 | F |
| Octal | 24 | 30 | 71 | 101 | 72 | 0 | 116 | 352 | 60 | 17 |
| Binary | 10100 | 11000 | 111001 | 1000001 | 111010 | 0 | 1001110 | 11101010 | 110000 | 1111 |
Color Harmonies of #141839
Complementary color
Monochromatic Colors of #141839
Black with #141839
Text Example
Text Example
White with #141839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141839; }
p { color: rgb(20,24,57); }
H1.HeaderClassName
{
color: #141839;
}
.AnyTagClassName
{
color: #141839;
}
</style>
background-color css
<style>
a { background-color: #141839; }
a { background-color: rgb(20,24,57); }
div.DivClassName
{
background-color: #141839;
}
.BgClassName
{
background-color: #141839;
}
</style>
border-color css
<style>
span { border-color: #141839; }
span { border-color: rgb(20,24,57); }
td.TdClassName
{
border-color: #141839;
}
.TagClassName
{
border-color: #141839;
}
</style>