Shades of Midnight Express #141342
Tints of Midnight Express #141342
RGB
CMYK
RGB Variations
Color information
#141342 (or 0x141342) is known color: Midnight Express. HEX triplet: 14, 13 and 42. RGB value is (20,19,66). Sum of RGB (Red+Green+Blue) = 20+19+66=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #141342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141342 is #EBECBD. Grayscale: #181818. Windows color (decimal): -15461566 or 4330260. OLE color: 4330260.
HSL color Cylindrical-coordinate representation of color #141342: hue angle of 241.28º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141342 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 19 | 66 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.74 |
| HSL | 241.28º | 0.55% | 0.17% | - |
| HSV(B) | 241.28º | 0.71% | 0.26% | - |
| XYZ | 1.5 | 1.01 | 5.27 | - |
| YUV | 24.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 66 | 0.70 | 0.71 | 0 | 0.74 | 241.28 | 0.55 | 0.17 |
| Hex | 14 | 13 | 42 | 46 | 47 | 0 | 4A | F1 | 37 | 11 |
| Octal | 24 | 23 | 102 | 106 | 107 | 0 | 112 | 361 | 67 | 21 |
| Binary | 10100 | 10011 | 1000010 | 1000110 | 1000111 | 0 | 1001010 | 11110001 | 110111 | 10001 |
Color Harmonies of #141342
Complementary color
Monochromatic Colors of #141342
Black with #141342
Text Example
Text Example
White with #141342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141342; }
p { color: rgb(20,19,66); }
H1.HeaderClassName
{
color: #141342;
}
.AnyTagClassName
{
color: #141342;
}
</style>
background-color css
<style>
a { background-color: #141342; }
a { background-color: rgb(20,19,66); }
div.DivClassName
{
background-color: #141342;
}
.BgClassName
{
background-color: #141342;
}
</style>
border-color css
<style>
span { border-color: #141342; }
span { border-color: rgb(20,19,66); }
td.TdClassName
{
border-color: #141342;
}
.TagClassName
{
border-color: #141342;
}
</style>