Shades of Midnight Express #141E4A
Tints of Midnight Express #141E4A
RGB
CMYK
RGB Variations
Color information
#141E4A (or 0x141E4A) is known color: Midnight Express. HEX triplet: 14, 1E and 4A. RGB value is (20,30,74). Sum of RGB (Red+Green+Blue) = 20+30+74=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #141E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E4A is #EBE1B5. Grayscale: #1F1F1F. Windows color (decimal): -15458742 or 4857364. OLE color: 4857364.
HSL color Cylindrical-coordinate representation of color #141E4A: hue angle of 228.89º 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 #141E4A is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 30 | 74 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.71 |
| HSL | 228.89º | 0.57% | 0.18% | - |
| HSV(B) | 228.89º | 0.73% | 0.29% | - |
| XYZ | 1.99 | 1.57 | 6.68 | - |
| YUV | 32.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 74 | 0.73 | 0.59 | 0 | 0.71 | 228.89 | 0.57 | 0.18 |
| Hex | 14 | 1E | 4A | 49 | 3B | 0 | 47 | E5 | 39 | 12 |
| Octal | 24 | 36 | 112 | 111 | 73 | 0 | 107 | 345 | 71 | 22 |
| Binary | 10100 | 11110 | 1001010 | 1001001 | 111011 | 0 | 1000111 | 11100101 | 111001 | 10010 |
Color Harmonies of #141E4A
Complementary color
Monochromatic Colors of #141E4A
Black with #141E4A
Text Example
Text Example
White with #141E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E4A; }
p { color: rgb(20,30,74); }
H1.HeaderClassName
{
color: #141E4A;
}
.AnyTagClassName
{
color: #141E4A;
}
</style>
background-color css
<style>
a { background-color: #141E4A; }
a { background-color: rgb(20,30,74); }
div.DivClassName
{
background-color: #141E4A;
}
.BgClassName
{
background-color: #141E4A;
}
</style>
border-color css
<style>
span { border-color: #141E4A; }
span { border-color: rgb(20,30,74); }
td.TdClassName
{
border-color: #141E4A;
}
.TagClassName
{
border-color: #141E4A;
}
</style>