Shades of Midnight Express #141D34
Tints of Midnight Express #141D34
RGB
CMYK
RGB Variations
Color information
#141D34 (or 0x141D34) is known color: Midnight Express. HEX triplet: 14, 1D and 34. RGB value is (20,29,52). Sum of RGB (Red+Green+Blue) = 20+29+52=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #141D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D34 is #EBE2CB. Grayscale: #1C1C1C. Windows color (decimal): -15459020 or 3415316. OLE color: 3415316.
HSL color Cylindrical-coordinate representation of color #141D34: hue angle of 223.12º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141D34 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 29 | 52 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.80 |
| HSL | 223.13º | 0.44% | 0.14% | - |
| HSV(B) | 223.13º | 0.62% | 0.2% | - |
| XYZ | 1.35 | 1.28 | 3.42 | - |
| YUV | 28.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 52 | 0.62 | 0.44 | 0 | 0.80 | 223.13 | 0.44 | 0.14 |
| Hex | 14 | 1D | 34 | 3E | 2C | 0 | 50 | DF | 2C | E |
| Octal | 24 | 35 | 64 | 76 | 54 | 0 | 120 | 337 | 54 | 16 |
| Binary | 10100 | 11101 | 110100 | 111110 | 101100 | 0 | 1010000 | 11011111 | 101100 | 1110 |
Color Harmonies of #141D34
Complementary color
Monochromatic Colors of #141D34
Black with #141D34
Text Example
Text Example
White with #141D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D34; }
p { color: rgb(20,29,52); }
H1.HeaderClassName
{
color: #141D34;
}
.AnyTagClassName
{
color: #141D34;
}
</style>
background-color css
<style>
a { background-color: #141D34; }
a { background-color: rgb(20,29,52); }
div.DivClassName
{
background-color: #141D34;
}
.BgClassName
{
background-color: #141D34;
}
</style>
border-color css
<style>
span { border-color: #141D34; }
span { border-color: rgb(20,29,52); }
td.TdClassName
{
border-color: #141D34;
}
.TagClassName
{
border-color: #141D34;
}
</style>