Shades of Midnight Express #141745
Tints of Midnight Express #141745
RGB
CMYK
RGB Variations
Color information
#141745 (or 0x141745) is known color: Midnight Express. HEX triplet: 14, 17 and 45. RGB value is (20,23,69). Sum of RGB (Red+Green+Blue) = 20+23+69=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 69 (27.34% from 255 or 61.61% from 112); Max value from RGB is 69 - color contains mainly: blue. Hex color #141745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141745 is #EBE8BA. Grayscale: #1B1B1B. Windows color (decimal): -15460539 or 4527892. OLE color: 4527892.
HSL color Cylindrical-coordinate representation of color #141745: hue angle of 236.33º 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 #141745 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 23 | 69 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.73 |
| HSL | 236.33º | 0.55% | 0.17% | - |
| HSV(B) | 236.33º | 0.71% | 0.27% | - |
| XYZ | 1.67 | 1.19 | 5.77 | - |
| YUV | 27.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 69 | 0.71 | 0.67 | 0 | 0.73 | 236.33 | 0.55 | 0.17 |
| Hex | 14 | 17 | 45 | 47 | 43 | 0 | 49 | EC | 37 | 11 |
| Octal | 24 | 27 | 105 | 107 | 103 | 0 | 111 | 354 | 67 | 21 |
| Binary | 10100 | 10111 | 1000101 | 1000111 | 1000011 | 0 | 1001001 | 11101100 | 110111 | 10001 |
Color Harmonies of #141745
Complementary color
Monochromatic Colors of #141745
Black with #141745
Text Example
Text Example
White with #141745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141745; }
p { color: rgb(20,23,69); }
H1.HeaderClassName
{
color: #141745;
}
.AnyTagClassName
{
color: #141745;
}
</style>
background-color css
<style>
a { background-color: #141745; }
a { background-color: rgb(20,23,69); }
div.DivClassName
{
background-color: #141745;
}
.BgClassName
{
background-color: #141745;
}
</style>
border-color css
<style>
span { border-color: #141745; }
span { border-color: rgb(20,23,69); }
td.TdClassName
{
border-color: #141745;
}
.TagClassName
{
border-color: #141745;
}
</style>