Shades of Midnight Express #141D4D
Tints of Midnight Express #141D4D
RGB
CMYK
RGB Variations
Color information
#141D4D (or 0x141D4D) is known color: Midnight Express. HEX triplet: 14, 1D and 4D. RGB value is (20,29,77). Sum of RGB (Red+Green+Blue) = 20+29+77=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #141D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D4D is #EBE2B2. Grayscale: #1F1F1F. Windows color (decimal): -15458995 or 5053716. OLE color: 5053716.
HSL color Cylindrical-coordinate representation of color #141D4D: hue angle of 230.53º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141D4D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 29 | 77 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.70 |
| HSL | 230.53º | 0.59% | 0.19% | - |
| HSV(B) | 230.53º | 0.74% | 0.3% | - |
| XYZ | 2.07 | 1.56 | 7.21 | - |
| YUV | 31.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 77 | 0.74 | 0.62 | 0 | 0.70 | 230.53 | 0.59 | 0.19 |
| Hex | 14 | 1D | 4D | 4A | 3E | 0 | 46 | E7 | 3B | 13 |
| Octal | 24 | 35 | 115 | 112 | 76 | 0 | 106 | 347 | 73 | 23 |
| Binary | 10100 | 11101 | 1001101 | 1001010 | 111110 | 0 | 1000110 | 11100111 | 111011 | 10011 |
Color Harmonies of #141D4D
Complementary color
Monochromatic Colors of #141D4D
Black with #141D4D
Text Example
Text Example
White with #141D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D4D; }
p { color: rgb(20,29,77); }
H1.HeaderClassName
{
color: #141D4D;
}
.AnyTagClassName
{
color: #141D4D;
}
</style>
background-color css
<style>
a { background-color: #141D4D; }
a { background-color: rgb(20,29,77); }
div.DivClassName
{
background-color: #141D4D;
}
.BgClassName
{
background-color: #141D4D;
}
</style>
border-color css
<style>
span { border-color: #141D4D; }
span { border-color: rgb(20,29,77); }
td.TdClassName
{
border-color: #141D4D;
}
.TagClassName
{
border-color: #141D4D;
}
</style>