Shades of Midnight Express #141C34
Tints of Midnight Express #141C34
RGB
CMYK
RGB Variations
Color information
#141C34 (or 0x141C34) is known color: Midnight Express. HEX triplet: 14, 1C and 34. RGB value is (20,28,52). Sum of RGB (Red+Green+Blue) = 20+28+52=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #141C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C34 is #EBE3CB. Grayscale: #1C1C1C. Windows color (decimal): -15459276 or 3415060. OLE color: 3415060.
HSL color Cylindrical-coordinate representation of color #141C34: hue angle of 225º 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 #141C34 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 28 | 52 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.80 |
| HSL | 225º | 0.44% | 0.14% | - |
| HSV(B) | 225º | 0.62% | 0.2% | - |
| XYZ | 1.32 | 1.23 | 3.42 | - |
| YUV | 28.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 52 | 0.62 | 0.46 | 0 | 0.80 | 225 | 0.44 | 0.14 |
| Hex | 14 | 1C | 34 | 3E | 2E | 0 | 50 | E1 | 2C | E |
| Octal | 24 | 34 | 64 | 76 | 56 | 0 | 120 | 341 | 54 | 16 |
| Binary | 10100 | 11100 | 110100 | 111110 | 101110 | 0 | 1010000 | 11100001 | 101100 | 1110 |
Color Harmonies of #141C34
Complementary color
Monochromatic Colors of #141C34
Black with #141C34
Text Example
Text Example
White with #141C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C34; }
p { color: rgb(20,28,52); }
H1.HeaderClassName
{
color: #141C34;
}
.AnyTagClassName
{
color: #141C34;
}
</style>
background-color css
<style>
a { background-color: #141C34; }
a { background-color: rgb(20,28,52); }
div.DivClassName
{
background-color: #141C34;
}
.BgClassName
{
background-color: #141C34;
}
</style>
border-color css
<style>
span { border-color: #141C34; }
span { border-color: rgb(20,28,52); }
td.TdClassName
{
border-color: #141C34;
}
.TagClassName
{
border-color: #141C34;
}
</style>