Shades of Midnight Express #141E46
Tints of Midnight Express #141E46
RGB
CMYK
RGB Variations
Color information
#141E46 (or 0x141E46) is known color: Midnight Express. HEX triplet: 14, 1E and 46. RGB value is (20,30,70). Sum of RGB (Red+Green+Blue) = 20+30+70=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #141E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E46 is #EBE1B9. Grayscale: #1F1F1F. Windows color (decimal): -15458746 or 4595220. OLE color: 4595220.
HSL color Cylindrical-coordinate representation of color #141E46: hue angle of 228º 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 #141E46 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 30 | 70 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.73 |
| HSL | 228º | 0.56% | 0.18% | - |
| HSV(B) | 228º | 0.71% | 0.27% | - |
| XYZ | 1.86 | 1.52 | 5.99 | - |
| YUV | 31.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 70 | 0.71 | 0.57 | 0 | 0.73 | 228 | 0.56 | 0.18 |
| Hex | 14 | 1E | 46 | 47 | 39 | 0 | 49 | E4 | 38 | 12 |
| Octal | 24 | 36 | 106 | 107 | 71 | 0 | 111 | 344 | 70 | 22 |
| Binary | 10100 | 11110 | 1000110 | 1000111 | 111001 | 0 | 1001001 | 11100100 | 111000 | 10010 |
Color Harmonies of #141E46
Complementary color
Monochromatic Colors of #141E46
Black with #141E46
Text Example
Text Example
White with #141E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E46; }
p { color: rgb(20,30,70); }
H1.HeaderClassName
{
color: #141E46;
}
.AnyTagClassName
{
color: #141E46;
}
</style>
background-color css
<style>
a { background-color: #141E46; }
a { background-color: rgb(20,30,70); }
div.DivClassName
{
background-color: #141E46;
}
.BgClassName
{
background-color: #141E46;
}
</style>
border-color css
<style>
span { border-color: #141E46; }
span { border-color: rgb(20,30,70); }
td.TdClassName
{
border-color: #141E46;
}
.TagClassName
{
border-color: #141E46;
}
</style>