Shades of Midnight Express #141E48
Tints of Midnight Express #141E48
RGB
CMYK
RGB Variations
Color information
#141E48 (or 0x141E48) is known color: Midnight Express. HEX triplet: 14, 1E and 48. RGB value is (20,30,72). Sum of RGB (Red+Green+Blue) = 20+30+72=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #141E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E48 is #EBE1B7. Grayscale: #1F1F1F. Windows color (decimal): -15458744 or 4726292. OLE color: 4726292.
HSL color Cylindrical-coordinate representation of color #141E48: hue angle of 228.46º 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 #141E48 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 30 | 72 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.72 |
| HSL | 228.46º | 0.57% | 0.18% | - |
| HSV(B) | 228.46º | 0.72% | 0.28% | - |
| XYZ | 1.92 | 1.55 | 6.33 | - |
| YUV | 31.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 72 | 0.72 | 0.58 | 0 | 0.72 | 228.46 | 0.57 | 0.18 |
| Hex | 14 | 1E | 48 | 48 | 3A | 0 | 48 | E4 | 39 | 12 |
| Octal | 24 | 36 | 110 | 110 | 72 | 0 | 110 | 344 | 71 | 22 |
| Binary | 10100 | 11110 | 1001000 | 1001000 | 111010 | 0 | 1001000 | 11100100 | 111001 | 10010 |
Color Harmonies of #141E48
Complementary color
Monochromatic Colors of #141E48
Black with #141E48
Text Example
Text Example
White with #141E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E48; }
p { color: rgb(20,30,72); }
H1.HeaderClassName
{
color: #141E48;
}
.AnyTagClassName
{
color: #141E48;
}
</style>
background-color css
<style>
a { background-color: #141E48; }
a { background-color: rgb(20,30,72); }
div.DivClassName
{
background-color: #141E48;
}
.BgClassName
{
background-color: #141E48;
}
</style>
border-color css
<style>
span { border-color: #141E48; }
span { border-color: rgb(20,30,72); }
td.TdClassName
{
border-color: #141E48;
}
.TagClassName
{
border-color: #141E48;
}
</style>