Shades of Midnight Express #141C43
Tints of Midnight Express #141C43
RGB
CMYK
RGB Variations
Color information
#141C43 (or 0x141C43) is known color: Midnight Express. HEX triplet: 14, 1C and 43. RGB value is (20,28,67). Sum of RGB (Red+Green+Blue) = 20+28+67=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 67 (26.56% from 255 or 58.26% from 115); Max value from RGB is 67 - color contains mainly: blue. Hex color #141C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C43 is #EBE3BC. Grayscale: #1D1D1D. Windows color (decimal): -15459261 or 4398100. OLE color: 4398100.
HSL color Cylindrical-coordinate representation of color #141C43: hue angle of 229.79º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141C43 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 28 | 67 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.74 |
| HSL | 229.79º | 0.54% | 0.17% | - |
| HSV(B) | 229.79º | 0.7% | 0.26% | - |
| XYZ | 1.72 | 1.38 | 5.49 | - |
| YUV | 30.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 67 | 0.70 | 0.58 | 0 | 0.74 | 229.79 | 0.54 | 0.17 |
| Hex | 14 | 1C | 43 | 46 | 3A | 0 | 4A | E6 | 36 | 11 |
| Octal | 24 | 34 | 103 | 106 | 72 | 0 | 112 | 346 | 66 | 21 |
| Binary | 10100 | 11100 | 1000011 | 1000110 | 111010 | 0 | 1001010 | 11100110 | 110110 | 10001 |
Color Harmonies of #141C43
Complementary color
Monochromatic Colors of #141C43
Black with #141C43
Text Example
Text Example
White with #141C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C43; }
p { color: rgb(20,28,67); }
H1.HeaderClassName
{
color: #141C43;
}
.AnyTagClassName
{
color: #141C43;
}
</style>
background-color css
<style>
a { background-color: #141C43; }
a { background-color: rgb(20,28,67); }
div.DivClassName
{
background-color: #141C43;
}
.BgClassName
{
background-color: #141C43;
}
</style>
border-color css
<style>
span { border-color: #141C43; }
span { border-color: rgb(20,28,67); }
td.TdClassName
{
border-color: #141C43;
}
.TagClassName
{
border-color: #141C43;
}
</style>