Shades of Midnight Express #141937
Tints of Midnight Express #141937
RGB
CMYK
RGB Variations
Color information
#141937 (or 0x141937) is known color: Midnight Express. HEX triplet: 14, 19 and 37. RGB value is (20,25,55). Sum of RGB (Red+Green+Blue) = 20+25+55=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #141937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141937 is #EBE6C8. Grayscale: #1A1A1A. Windows color (decimal): -15460041 or 3610900. OLE color: 3610900.
HSL color Cylindrical-coordinate representation of color #141937: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141937 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 25 | 55 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.78 |
| HSL | 231.43º | 0.47% | 0.15% | - |
| HSV(B) | 231.43º | 0.64% | 0.22% | - |
| XYZ | 1.33 | 1.12 | 3.76 | - |
| YUV | 26.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 55 | 0.64 | 0.55 | 0 | 0.78 | 231.43 | 0.47 | 0.15 |
| Hex | 14 | 19 | 37 | 40 | 37 | 0 | 4E | E7 | 2F | F |
| Octal | 24 | 31 | 67 | 100 | 67 | 0 | 116 | 347 | 57 | 17 |
| Binary | 10100 | 11001 | 110111 | 1000000 | 110111 | 0 | 1001110 | 11100111 | 101111 | 1111 |
Color Harmonies of #141937
Complementary color
Monochromatic Colors of #141937
Black with #141937
Text Example
Text Example
White with #141937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141937; }
p { color: rgb(20,25,55); }
H1.HeaderClassName
{
color: #141937;
}
.AnyTagClassName
{
color: #141937;
}
</style>
background-color css
<style>
a { background-color: #141937; }
a { background-color: rgb(20,25,55); }
div.DivClassName
{
background-color: #141937;
}
.BgClassName
{
background-color: #141937;
}
</style>
border-color css
<style>
span { border-color: #141937; }
span { border-color: rgb(20,25,55); }
td.TdClassName
{
border-color: #141937;
}
.TagClassName
{
border-color: #141937;
}
</style>