Shades of Midnight Express #141E4E
Tints of Midnight Express #141E4E
RGB
CMYK
RGB Variations
Color information
#141E4E (or 0x141E4E) is known color: Midnight Express. HEX triplet: 14, 1E and 4E. RGB value is (20,30,78). Sum of RGB (Red+Green+Blue) = 20+30+78=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #141E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E4E is #EBE1B1. Grayscale: #202020. Windows color (decimal): -15458738 or 5119508. OLE color: 5119508.
HSL color Cylindrical-coordinate representation of color #141E4E: hue angle of 229.66º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141E4E is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 30 | 78 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.69 |
| HSL | 229.66º | 0.59% | 0.19% | - |
| HSV(B) | 229.66º | 0.74% | 0.31% | - |
| XYZ | 2.13 | 1.63 | 7.41 | - |
| YUV | 32.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 78 | 0.74 | 0.62 | 0 | 0.69 | 229.66 | 0.59 | 0.19 |
| Hex | 14 | 1E | 4E | 4A | 3E | 0 | 45 | E6 | 3B | 13 |
| Octal | 24 | 36 | 116 | 112 | 76 | 0 | 105 | 346 | 73 | 23 |
| Binary | 10100 | 11110 | 1001110 | 1001010 | 111110 | 0 | 1000101 | 11100110 | 111011 | 10011 |
Color Harmonies of #141E4E
Complementary color
Monochromatic Colors of #141E4E
Black with #141E4E
Text Example
Text Example
White with #141E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E4E; }
p { color: rgb(20,30,78); }
H1.HeaderClassName
{
color: #141E4E;
}
.AnyTagClassName
{
color: #141E4E;
}
</style>
background-color css
<style>
a { background-color: #141E4E; }
a { background-color: rgb(20,30,78); }
div.DivClassName
{
background-color: #141E4E;
}
.BgClassName
{
background-color: #141E4E;
}
</style>
border-color css
<style>
span { border-color: #141E4E; }
span { border-color: rgb(20,30,78); }
td.TdClassName
{
border-color: #141E4E;
}
.TagClassName
{
border-color: #141E4E;
}
</style>