Shades of Midnight Express #141638
Tints of Midnight Express #141638
RGB
CMYK
RGB Variations
Color information
#141638 (or 0x141638) is known color: Midnight Express. HEX triplet: 14, 16 and 38. RGB value is (20,22,56). Sum of RGB (Red+Green+Blue) = 20+22+56=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #141638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141638 is #EBE9C7. Grayscale: #191919. Windows color (decimal): -15460808 or 3675668. OLE color: 3675668.
HSL color Cylindrical-coordinate representation of color #141638: hue angle of 236.67º 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 #141638 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 22 | 56 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.78 |
| HSL | 236.67º | 0.47% | 0.15% | - |
| HSV(B) | 236.67º | 0.64% | 0.22% | - |
| XYZ | 1.29 | 1.01 | 3.87 | - |
| YUV | 25.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 56 | 0.64 | 0.61 | 0 | 0.78 | 236.67 | 0.47 | 0.15 |
| Hex | 14 | 16 | 38 | 40 | 3D | 0 | 4E | ED | 2F | F |
| Octal | 24 | 26 | 70 | 100 | 75 | 0 | 116 | 355 | 57 | 17 |
| Binary | 10100 | 10110 | 111000 | 1000000 | 111101 | 0 | 1001110 | 11101101 | 101111 | 1111 |
Color Harmonies of #141638
Complementary color
Monochromatic Colors of #141638
Black with #141638
Text Example
Text Example
White with #141638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141638; }
p { color: rgb(20,22,56); }
H1.HeaderClassName
{
color: #141638;
}
.AnyTagClassName
{
color: #141638;
}
</style>
background-color css
<style>
a { background-color: #141638; }
a { background-color: rgb(20,22,56); }
div.DivClassName
{
background-color: #141638;
}
.BgClassName
{
background-color: #141638;
}
</style>
border-color css
<style>
span { border-color: #141638; }
span { border-color: rgb(20,22,56); }
td.TdClassName
{
border-color: #141638;
}
.TagClassName
{
border-color: #141638;
}
</style>