Shades of Midnight Express #141B49
Tints of Midnight Express #141B49
RGB
CMYK
RGB Variations
Color information
#141B49 (or 0x141B49) is known color: Midnight Express. HEX triplet: 14, 1B and 49. RGB value is (20,27,73). Sum of RGB (Red+Green+Blue) = 20+27+73=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #141B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B49 is #EBE4B6. Grayscale: #1D1D1D. Windows color (decimal): -15459511 or 4791060. OLE color: 4791060.
HSL color Cylindrical-coordinate representation of color #141B49: hue angle of 232.08º 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 #141B49 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 27 | 73 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.71 |
| HSL | 232.08º | 0.57% | 0.18% | - |
| HSV(B) | 232.08º | 0.73% | 0.29% | - |
| XYZ | 1.88 | 1.41 | 6.48 | - |
| YUV | 30.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 73 | 0.73 | 0.63 | 0 | 0.71 | 232.08 | 0.57 | 0.18 |
| Hex | 14 | 1B | 49 | 49 | 3F | 0 | 47 | E8 | 39 | 12 |
| Octal | 24 | 33 | 111 | 111 | 77 | 0 | 107 | 350 | 71 | 22 |
| Binary | 10100 | 11011 | 1001001 | 1001001 | 111111 | 0 | 1000111 | 11101000 | 111001 | 10010 |
Color Harmonies of #141B49
Complementary color
Monochromatic Colors of #141B49
Black with #141B49
Text Example
Text Example
White with #141B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B49; }
p { color: rgb(20,27,73); }
H1.HeaderClassName
{
color: #141B49;
}
.AnyTagClassName
{
color: #141B49;
}
</style>
background-color css
<style>
a { background-color: #141B49; }
a { background-color: rgb(20,27,73); }
div.DivClassName
{
background-color: #141B49;
}
.BgClassName
{
background-color: #141B49;
}
</style>
border-color css
<style>
span { border-color: #141B49; }
span { border-color: rgb(20,27,73); }
td.TdClassName
{
border-color: #141B49;
}
.TagClassName
{
border-color: #141B49;
}
</style>