Shades of Midnight Express #141949
Tints of Midnight Express #141949
RGB
CMYK
RGB Variations
Color information
#141949 (or 0x141949) is known color: Midnight Express. HEX triplet: 14, 19 and 49. RGB value is (20,25,73). Sum of RGB (Red+Green+Blue) = 20+25+73=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #141949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141949 is #EBE6B6. Grayscale: #1C1C1C. Windows color (decimal): -15460023 or 4790548. OLE color: 4790548.
HSL color Cylindrical-coordinate representation of color #141949: hue angle of 234.34º 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 #141949 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 25 | 73 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.71 |
| HSL | 234.34º | 0.57% | 0.18% | - |
| HSV(B) | 234.34º | 0.73% | 0.29% | - |
| XYZ | 1.84 | 1.33 | 6.46 | - |
| YUV | 28.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 73 | 0.73 | 0.66 | 0 | 0.71 | 234.34 | 0.57 | 0.18 |
| Hex | 14 | 19 | 49 | 49 | 42 | 0 | 47 | EA | 39 | 12 |
| Octal | 24 | 31 | 111 | 111 | 102 | 0 | 107 | 352 | 71 | 22 |
| Binary | 10100 | 11001 | 1001001 | 1001001 | 1000010 | 0 | 1000111 | 11101010 | 111001 | 10010 |
Color Harmonies of #141949
Complementary color
Monochromatic Colors of #141949
Black with #141949
Text Example
Text Example
White with #141949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141949; }
p { color: rgb(20,25,73); }
H1.HeaderClassName
{
color: #141949;
}
.AnyTagClassName
{
color: #141949;
}
</style>
background-color css
<style>
a { background-color: #141949; }
a { background-color: rgb(20,25,73); }
div.DivClassName
{
background-color: #141949;
}
.BgClassName
{
background-color: #141949;
}
</style>
border-color css
<style>
span { border-color: #141949; }
span { border-color: rgb(20,25,73); }
td.TdClassName
{
border-color: #141949;
}
.TagClassName
{
border-color: #141949;
}
</style>