Shades of Midnight Express #141A47
Tints of Midnight Express #141A47
RGB
CMYK
RGB Variations
Color information
#141A47 (or 0x141A47) is known color: Midnight Express. HEX triplet: 14, 1A and 47. RGB value is (20,26,71). Sum of RGB (Red+Green+Blue) = 20+26+71=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #141A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A47 is #EBE5B8. Grayscale: #1D1D1D. Windows color (decimal): -15459769 or 4659732. OLE color: 4659732.
HSL color Cylindrical-coordinate representation of color #141A47: hue angle of 232.94º degrees, saturation: 0.56, 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 #141A47 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 26 | 71 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.72 |
| HSL | 232.94º | 0.56% | 0.18% | - |
| HSV(B) | 232.94º | 0.72% | 0.28% | - |
| XYZ | 1.8 | 1.34 | 6.13 | - |
| YUV | 29.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 71 | 0.72 | 0.63 | 0 | 0.72 | 232.94 | 0.56 | 0.18 |
| Hex | 14 | 1A | 47 | 48 | 3F | 0 | 48 | E9 | 38 | 12 |
| Octal | 24 | 32 | 107 | 110 | 77 | 0 | 110 | 351 | 70 | 22 |
| Binary | 10100 | 11010 | 1000111 | 1001000 | 111111 | 0 | 1001000 | 11101001 | 111000 | 10010 |
Color Harmonies of #141A47
Complementary color
Monochromatic Colors of #141A47
Black with #141A47
Text Example
Text Example
White with #141A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A47; }
p { color: rgb(20,26,71); }
H1.HeaderClassName
{
color: #141A47;
}
.AnyTagClassName
{
color: #141A47;
}
</style>
background-color css
<style>
a { background-color: #141A47; }
a { background-color: rgb(20,26,71); }
div.DivClassName
{
background-color: #141A47;
}
.BgClassName
{
background-color: #141A47;
}
</style>
border-color css
<style>
span { border-color: #141A47; }
span { border-color: rgb(20,26,71); }
td.TdClassName
{
border-color: #141A47;
}
.TagClassName
{
border-color: #141A47;
}
</style>