Shades of Midnight Express #141545
Tints of Midnight Express #141545
RGB
CMYK
RGB Variations
Color information
#141545 (or 0x141545) is known color: Midnight Express. HEX triplet: 14, 15 and 45. RGB value is (20,21,69). Sum of RGB (Red+Green+Blue) = 20+21+69=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #141545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141545 is #EBEABA. Grayscale: #191919. Windows color (decimal): -15461051 or 4527380. OLE color: 4527380.
HSL color Cylindrical-coordinate representation of color #141545: hue angle of 238.78º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141545 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 21 | 69 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.73 |
| HSL | 238.78º | 0.55% | 0.17% | - |
| HSV(B) | 238.78º | 0.71% | 0.27% | - |
| XYZ | 1.63 | 1.11 | 5.76 | - |
| YUV | 26.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 69 | 0.71 | 0.70 | 0 | 0.73 | 238.78 | 0.55 | 0.17 |
| Hex | 14 | 15 | 45 | 47 | 46 | 0 | 49 | EF | 37 | 11 |
| Octal | 24 | 25 | 105 | 107 | 106 | 0 | 111 | 357 | 67 | 21 |
| Binary | 10100 | 10101 | 1000101 | 1000111 | 1000110 | 0 | 1001001 | 11101111 | 110111 | 10001 |
Color Harmonies of #141545
Complementary color
Monochromatic Colors of #141545
Black with #141545
Text Example
Text Example
White with #141545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141545; }
p { color: rgb(20,21,69); }
H1.HeaderClassName
{
color: #141545;
}
.AnyTagClassName
{
color: #141545;
}
</style>
background-color css
<style>
a { background-color: #141545; }
a { background-color: rgb(20,21,69); }
div.DivClassName
{
background-color: #141545;
}
.BgClassName
{
background-color: #141545;
}
</style>
border-color css
<style>
span { border-color: #141545; }
span { border-color: rgb(20,21,69); }
td.TdClassName
{
border-color: #141545;
}
.TagClassName
{
border-color: #141545;
}
</style>