Shades of Midnight Express #141A48
Tints of Midnight Express #141A48
RGB
CMYK
RGB Variations
Color information
#141A48 (or 0x141A48) is known color: Midnight Express. HEX triplet: 14, 1A and 48. RGB value is (20,26,72). Sum of RGB (Red+Green+Blue) = 20+26+72=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #141A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A48 is #EBE5B7. Grayscale: #1D1D1D. Windows color (decimal): -15459768 or 4725268. OLE color: 4725268.
HSL color Cylindrical-coordinate representation of color #141A48: hue angle of 233.08º 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 #141A48 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 26 | 72 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.72 |
| HSL | 233.08º | 0.57% | 0.18% | - |
| HSV(B) | 233.08º | 0.72% | 0.28% | - |
| XYZ | 1.83 | 1.36 | 6.3 | - |
| YUV | 29.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 72 | 0.72 | 0.64 | 0 | 0.72 | 233.08 | 0.57 | 0.18 |
| Hex | 14 | 1A | 48 | 48 | 40 | 0 | 48 | E9 | 39 | 12 |
| Octal | 24 | 32 | 110 | 110 | 100 | 0 | 110 | 351 | 71 | 22 |
| Binary | 10100 | 11010 | 1001000 | 1001000 | 1000000 | 0 | 1001000 | 11101001 | 111001 | 10010 |
Color Harmonies of #141A48
Complementary color
Monochromatic Colors of #141A48
Black with #141A48
Text Example
Text Example
White with #141A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A48; }
p { color: rgb(20,26,72); }
H1.HeaderClassName
{
color: #141A48;
}
.AnyTagClassName
{
color: #141A48;
}
</style>
background-color css
<style>
a { background-color: #141A48; }
a { background-color: rgb(20,26,72); }
div.DivClassName
{
background-color: #141A48;
}
.BgClassName
{
background-color: #141A48;
}
</style>
border-color css
<style>
span { border-color: #141A48; }
span { border-color: rgb(20,26,72); }
td.TdClassName
{
border-color: #141A48;
}
.TagClassName
{
border-color: #141A48;
}
</style>