Shades of Midnight Express #141C4D
Tints of Midnight Express #141C4D
RGB
CMYK
RGB Variations
Color information
#141C4D (or 0x141C4D) is known color: Midnight Express. HEX triplet: 14, 1C and 4D. RGB value is (20,28,77). Sum of RGB (Red+Green+Blue) = 20+28+77=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #141C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C4D is #EBE3B2. Grayscale: #1E1E1E. Windows color (decimal): -15459251 or 5053460. OLE color: 5053460.
HSL color Cylindrical-coordinate representation of color #141C4D: hue angle of 231.58º 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 #141C4D is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 28 | 77 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.70 |
| HSL | 231.58º | 0.59% | 0.19% | - |
| HSV(B) | 231.58º | 0.74% | 0.3% | - |
| XYZ | 2.04 | 1.52 | 7.21 | - |
| YUV | 31.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 77 | 0.74 | 0.64 | 0 | 0.70 | 231.58 | 0.59 | 0.19 |
| Hex | 14 | 1C | 4D | 4A | 40 | 0 | 46 | E8 | 3B | 13 |
| Octal | 24 | 34 | 115 | 112 | 100 | 0 | 106 | 350 | 73 | 23 |
| Binary | 10100 | 11100 | 1001101 | 1001010 | 1000000 | 0 | 1000110 | 11101000 | 111011 | 10011 |
Color Harmonies of #141C4D
Complementary color
Monochromatic Colors of #141C4D
Black with #141C4D
Text Example
Text Example
White with #141C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C4D; }
p { color: rgb(20,28,77); }
H1.HeaderClassName
{
color: #141C4D;
}
.AnyTagClassName
{
color: #141C4D;
}
</style>
background-color css
<style>
a { background-color: #141C4D; }
a { background-color: rgb(20,28,77); }
div.DivClassName
{
background-color: #141C4D;
}
.BgClassName
{
background-color: #141C4D;
}
</style>
border-color css
<style>
span { border-color: #141C4D; }
span { border-color: rgb(20,28,77); }
td.TdClassName
{
border-color: #141C4D;
}
.TagClassName
{
border-color: #141C4D;
}
</style>