Shades of Midnight Express #141441
Tints of Midnight Express #141441
RGB
CMYK
RGB Variations
Color information
#141441 (or 0x141441) is known color: Midnight Express. HEX triplet: 14, 14 and 41. RGB value is (20,20,65). Sum of RGB (Red+Green+Blue) = 20+20+65=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #141441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141441 is #EBEBBE. Grayscale: #181818. Windows color (decimal): -15461311 or 4264980. OLE color: 4264980.
HSL color Cylindrical-coordinate representation of color #141441: hue angle of 240º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141441 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 20 | 65 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.75 |
| HSL | 240º | 0.53% | 0.17% | - |
| HSV(B) | 240º | 0.69% | 0.25% | - |
| XYZ | 1.49 | 1.03 | 5.12 | - |
| YUV | 25.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 65 | 0.69 | 0.69 | 0 | 0.75 | 240 | 0.53 | 0.17 |
| Hex | 14 | 14 | 41 | 45 | 45 | 0 | 4B | F0 | 35 | 11 |
| Octal | 24 | 24 | 101 | 105 | 105 | 0 | 113 | 360 | 65 | 21 |
| Binary | 10100 | 10100 | 1000001 | 1000101 | 1000101 | 0 | 1001011 | 11110000 | 110101 | 10001 |
Color Harmonies of #141441
Complementary color
Monochromatic Colors of #141441
Black with #141441
Text Example
Text Example
White with #141441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141441; }
p { color: rgb(20,20,65); }
H1.HeaderClassName
{
color: #141441;
}
.AnyTagClassName
{
color: #141441;
}
</style>
background-color css
<style>
a { background-color: #141441; }
a { background-color: rgb(20,20,65); }
div.DivClassName
{
background-color: #141441;
}
.BgClassName
{
background-color: #141441;
}
</style>
border-color css
<style>
span { border-color: #141441; }
span { border-color: rgb(20,20,65); }
td.TdClassName
{
border-color: #141441;
}
.TagClassName
{
border-color: #141441;
}
</style>