Shades of Midnight Express #141D48
Tints of Midnight Express #141D48
RGB
CMYK
RGB Variations
Color information
#141D48 (or 0x141D48) is known color: Midnight Express. HEX triplet: 14, 1D and 48. RGB value is (20,29,72). Sum of RGB (Red+Green+Blue) = 20+29+72=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #141D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D48 is #EBE2B7. Grayscale: #1F1F1F. Windows color (decimal): -15459000 or 4726036. OLE color: 4726036.
HSL color Cylindrical-coordinate representation of color #141D48: hue angle of 229.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141D48 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 29 | 72 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.72 |
| HSL | 229.62º | 0.57% | 0.18% | - |
| HSV(B) | 229.62º | 0.72% | 0.28% | - |
| XYZ | 1.9 | 1.5 | 6.32 | - |
| YUV | 31.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 72 | 0.72 | 0.60 | 0 | 0.72 | 229.62 | 0.57 | 0.18 |
| Hex | 14 | 1D | 48 | 48 | 3C | 0 | 48 | E6 | 39 | 12 |
| Octal | 24 | 35 | 110 | 110 | 74 | 0 | 110 | 346 | 71 | 22 |
| Binary | 10100 | 11101 | 1001000 | 1001000 | 111100 | 0 | 1001000 | 11100110 | 111001 | 10010 |
Color Harmonies of #141D48
Complementary color
Monochromatic Colors of #141D48
Black with #141D48
Text Example
Text Example
White with #141D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D48; }
p { color: rgb(20,29,72); }
H1.HeaderClassName
{
color: #141D48;
}
.AnyTagClassName
{
color: #141D48;
}
</style>
background-color css
<style>
a { background-color: #141D48; }
a { background-color: rgb(20,29,72); }
div.DivClassName
{
background-color: #141D48;
}
.BgClassName
{
background-color: #141D48;
}
</style>
border-color css
<style>
span { border-color: #141D48; }
span { border-color: rgb(20,29,72); }
td.TdClassName
{
border-color: #141D48;
}
.TagClassName
{
border-color: #141D48;
}
</style>