Shades of Midnight Express #141744
Tints of Midnight Express #141744
RGB
CMYK
RGB Variations
Color information
#141744 (or 0x141744) is known color: Midnight Express. HEX triplet: 14, 17 and 44. RGB value is (20,23,68). Sum of RGB (Red+Green+Blue) = 20+23+68=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #141744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141744 is #EBE8BB. Grayscale: #1B1B1B. Windows color (decimal): -15460540 or 4462356. OLE color: 4462356.
HSL color Cylindrical-coordinate representation of color #141744: hue angle of 236.25º 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 #141744 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 23 | 68 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.73 |
| HSL | 236.25º | 0.55% | 0.17% | - |
| HSV(B) | 236.25º | 0.71% | 0.27% | - |
| XYZ | 1.64 | 1.18 | 5.61 | - |
| YUV | 27.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 68 | 0.71 | 0.66 | 0 | 0.73 | 236.25 | 0.55 | 0.17 |
| Hex | 14 | 17 | 44 | 47 | 42 | 0 | 49 | EC | 37 | 11 |
| Octal | 24 | 27 | 104 | 107 | 102 | 0 | 111 | 354 | 67 | 21 |
| Binary | 10100 | 10111 | 1000100 | 1000111 | 1000010 | 0 | 1001001 | 11101100 | 110111 | 10001 |
Color Harmonies of #141744
Complementary color
Monochromatic Colors of #141744
Black with #141744
Text Example
Text Example
White with #141744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141744; }
p { color: rgb(20,23,68); }
H1.HeaderClassName
{
color: #141744;
}
.AnyTagClassName
{
color: #141744;
}
</style>
background-color css
<style>
a { background-color: #141744; }
a { background-color: rgb(20,23,68); }
div.DivClassName
{
background-color: #141744;
}
.BgClassName
{
background-color: #141744;
}
</style>
border-color css
<style>
span { border-color: #141744; }
span { border-color: rgb(20,23,68); }
td.TdClassName
{
border-color: #141744;
}
.TagClassName
{
border-color: #141744;
}
</style>