Shades of Midnight Express #141E36
Tints of Midnight Express #141E36
RGB
CMYK
RGB Variations
Color information
#141E36 (or 0x141E36) is known color: Midnight Express. HEX triplet: 14, 1E and 36. RGB value is (20,30,54). Sum of RGB (Red+Green+Blue) = 20+30+54=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #141E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E36 is #EBE1C9. Grayscale: #1D1D1D. Windows color (decimal): -15458762 or 3546644. OLE color: 3546644.
HSL color Cylindrical-coordinate representation of color #141E36: hue angle of 222.35º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141E36 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 30 | 54 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.79 |
| HSL | 222.35º | 0.46% | 0.15% | - |
| HSV(B) | 222.35º | 0.63% | 0.21% | - |
| XYZ | 1.42 | 1.34 | 3.67 | - |
| YUV | 29.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 54 | 0.63 | 0.44 | 0 | 0.79 | 222.35 | 0.46 | 0.15 |
| Hex | 14 | 1E | 36 | 3F | 2C | 0 | 4F | DE | 2E | F |
| Octal | 24 | 36 | 66 | 77 | 54 | 0 | 117 | 336 | 56 | 17 |
| Binary | 10100 | 11110 | 110110 | 111111 | 101100 | 0 | 1001111 | 11011110 | 101110 | 1111 |
Color Harmonies of #141E36
Complementary color
Monochromatic Colors of #141E36
Black with #141E36
Text Example
Text Example
White with #141E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E36; }
p { color: rgb(20,30,54); }
H1.HeaderClassName
{
color: #141E36;
}
.AnyTagClassName
{
color: #141E36;
}
</style>
background-color css
<style>
a { background-color: #141E36; }
a { background-color: rgb(20,30,54); }
div.DivClassName
{
background-color: #141E36;
}
.BgClassName
{
background-color: #141E36;
}
</style>
border-color css
<style>
span { border-color: #141E36; }
span { border-color: rgb(20,30,54); }
td.TdClassName
{
border-color: #141E36;
}
.TagClassName
{
border-color: #141E36;
}
</style>