Shades of Midnight Express #141E37
Tints of Midnight Express #141E37
RGB
CMYK
RGB Variations
Color information
#141E37 (or 0x141E37) is known color: Midnight Express. HEX triplet: 14, 1E and 37. RGB value is (20,30,55). Sum of RGB (Red+Green+Blue) = 20+30+55=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #141E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E37 is #EBE1C8. Grayscale: #1D1D1D. Windows color (decimal): -15458761 or 3612180. OLE color: 3612180.
HSL color Cylindrical-coordinate representation of color #141E37: hue angle of 222.86º 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 #141E37 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 30 | 55 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.78 |
| HSL | 222.86º | 0.47% | 0.15% | - |
| HSV(B) | 222.86º | 0.64% | 0.22% | - |
| XYZ | 1.44 | 1.35 | 3.8 | - |
| YUV | 29.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 55 | 0.64 | 0.45 | 0 | 0.78 | 222.86 | 0.47 | 0.15 |
| Hex | 14 | 1E | 37 | 40 | 2D | 0 | 4E | DF | 2F | F |
| Octal | 24 | 36 | 67 | 100 | 55 | 0 | 116 | 337 | 57 | 17 |
| Binary | 10100 | 11110 | 110111 | 1000000 | 101101 | 0 | 1001110 | 11011111 | 101111 | 1111 |
Color Harmonies of #141E37
Complementary color
Monochromatic Colors of #141E37
Black with #141E37
Text Example
Text Example
White with #141E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E37; }
p { color: rgb(20,30,55); }
H1.HeaderClassName
{
color: #141E37;
}
.AnyTagClassName
{
color: #141E37;
}
</style>
background-color css
<style>
a { background-color: #141E37; }
a { background-color: rgb(20,30,55); }
div.DivClassName
{
background-color: #141E37;
}
.BgClassName
{
background-color: #141E37;
}
</style>
border-color css
<style>
span { border-color: #141E37; }
span { border-color: rgb(20,30,55); }
td.TdClassName
{
border-color: #141E37;
}
.TagClassName
{
border-color: #141E37;
}
</style>