Shades of Midnight Express #141D46
Tints of Midnight Express #141D46
RGB
CMYK
RGB Variations
Color information
#141D46 (or 0x141D46) is known color: Midnight Express. HEX triplet: 14, 1D and 46. RGB value is (20,29,70). Sum of RGB (Red+Green+Blue) = 20+29+70=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #141D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D46 is #EBE2B9. Grayscale: #1E1E1E. Windows color (decimal): -15459002 or 4594964. OLE color: 4594964.
HSL color Cylindrical-coordinate representation of color #141D46: hue angle of 229.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141D46 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 29 | 70 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.73 |
| HSL | 229.2º | 0.56% | 0.18% | - |
| HSV(B) | 229.2º | 0.71% | 0.27% | - |
| XYZ | 1.83 | 1.47 | 5.98 | - |
| YUV | 30.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 70 | 0.71 | 0.59 | 0 | 0.73 | 229.2 | 0.56 | 0.18 |
| Hex | 14 | 1D | 46 | 47 | 3B | 0 | 49 | E5 | 38 | 12 |
| Octal | 24 | 35 | 106 | 107 | 73 | 0 | 111 | 345 | 70 | 22 |
| Binary | 10100 | 11101 | 1000110 | 1000111 | 111011 | 0 | 1001001 | 11100101 | 111000 | 10010 |
Color Harmonies of #141D46
Complementary color
Monochromatic Colors of #141D46
Black with #141D46
Text Example
Text Example
White with #141D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D46; }
p { color: rgb(20,29,70); }
H1.HeaderClassName
{
color: #141D46;
}
.AnyTagClassName
{
color: #141D46;
}
</style>
background-color css
<style>
a { background-color: #141D46; }
a { background-color: rgb(20,29,70); }
div.DivClassName
{
background-color: #141D46;
}
.BgClassName
{
background-color: #141D46;
}
</style>
border-color css
<style>
span { border-color: #141D46; }
span { border-color: rgb(20,29,70); }
td.TdClassName
{
border-color: #141D46;
}
.TagClassName
{
border-color: #141D46;
}
</style>