Shades of Midnight Express #141A49
Tints of Midnight Express #141A49
RGB
CMYK
RGB Variations
Color information
#141A49 (or 0x141A49) is known color: Midnight Express. HEX triplet: 14, 1A and 49. RGB value is (20,26,73). Sum of RGB (Red+Green+Blue) = 20+26+73=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #141A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A49 is #EBE5B6. Grayscale: #1D1D1D. Windows color (decimal): -15459767 or 4790804. OLE color: 4790804.
HSL color Cylindrical-coordinate representation of color #141A49: hue angle of 233.21º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141A49 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 26 | 73 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.71 |
| HSL | 233.21º | 0.57% | 0.18% | - |
| HSV(B) | 233.21º | 0.73% | 0.29% | - |
| XYZ | 1.86 | 1.37 | 6.47 | - |
| YUV | 29.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 73 | 0.73 | 0.64 | 0 | 0.71 | 233.21 | 0.57 | 0.18 |
| Hex | 14 | 1A | 49 | 49 | 40 | 0 | 47 | E9 | 39 | 12 |
| Octal | 24 | 32 | 111 | 111 | 100 | 0 | 107 | 351 | 71 | 22 |
| Binary | 10100 | 11010 | 1001001 | 1001001 | 1000000 | 0 | 1000111 | 11101001 | 111001 | 10010 |
Color Harmonies of #141A49
Complementary color
Monochromatic Colors of #141A49
Black with #141A49
Text Example
Text Example
White with #141A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A49; }
p { color: rgb(20,26,73); }
H1.HeaderClassName
{
color: #141A49;
}
.AnyTagClassName
{
color: #141A49;
}
</style>
background-color css
<style>
a { background-color: #141A49; }
a { background-color: rgb(20,26,73); }
div.DivClassName
{
background-color: #141A49;
}
.BgClassName
{
background-color: #141A49;
}
</style>
border-color css
<style>
span { border-color: #141A49; }
span { border-color: rgb(20,26,73); }
td.TdClassName
{
border-color: #141A49;
}
.TagClassName
{
border-color: #141A49;
}
</style>