Shades of Midnight Express #141C46
Tints of Midnight Express #141C46
RGB
CMYK
RGB Variations
Color information
#141C46 (or 0x141C46) is known color: Midnight Express. HEX triplet: 14, 1C and 46. RGB value is (20,28,70). Sum of RGB (Red+Green+Blue) = 20+28+70=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #141C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C46 is #EBE3B9. Grayscale: #1E1E1E. Windows color (decimal): -15459258 or 4594708. OLE color: 4594708.
HSL color Cylindrical-coordinate representation of color #141C46: hue angle of 230.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141C46 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 28 | 70 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.73 |
| HSL | 230.4º | 0.56% | 0.18% | - |
| HSV(B) | 230.4º | 0.71% | 0.27% | - |
| XYZ | 1.81 | 1.42 | 5.97 | - |
| YUV | 30.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 70 | 0.71 | 0.60 | 0 | 0.73 | 230.4 | 0.56 | 0.18 |
| Hex | 14 | 1C | 46 | 47 | 3C | 0 | 49 | E6 | 38 | 12 |
| Octal | 24 | 34 | 106 | 107 | 74 | 0 | 111 | 346 | 70 | 22 |
| Binary | 10100 | 11100 | 1000110 | 1000111 | 111100 | 0 | 1001001 | 11100110 | 111000 | 10010 |
Color Harmonies of #141C46
Complementary color
Monochromatic Colors of #141C46
Black with #141C46
Text Example
Text Example
White with #141C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C46; }
p { color: rgb(20,28,70); }
H1.HeaderClassName
{
color: #141C46;
}
.AnyTagClassName
{
color: #141C46;
}
</style>
background-color css
<style>
a { background-color: #141C46; }
a { background-color: rgb(20,28,70); }
div.DivClassName
{
background-color: #141C46;
}
.BgClassName
{
background-color: #141C46;
}
</style>
border-color css
<style>
span { border-color: #141C46; }
span { border-color: rgb(20,28,70); }
td.TdClassName
{
border-color: #141C46;
}
.TagClassName
{
border-color: #141C46;
}
</style>