Shades of Midnight Express #141741
Tints of Midnight Express #141741
RGB
CMYK
RGB Variations
Color information
#141741 (or 0x141741) is known color: Midnight Express. HEX triplet: 14, 17 and 41. RGB value is (20,23,65). Sum of RGB (Red+Green+Blue) = 20+23+65=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #141741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141741 is #EBE8BE. Grayscale: #1A1A1A. Windows color (decimal): -15460543 or 4265748. OLE color: 4265748.
HSL color Cylindrical-coordinate representation of color #141741: hue angle of 236º 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 #141741 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 23 | 65 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.75 |
| HSL | 236º | 0.53% | 0.17% | - |
| HSV(B) | 236º | 0.69% | 0.25% | - |
| XYZ | 1.55 | 1.14 | 5.14 | - |
| YUV | 26.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 65 | 0.69 | 0.65 | 0 | 0.75 | 236 | 0.53 | 0.17 |
| Hex | 14 | 17 | 41 | 45 | 41 | 0 | 4B | EC | 35 | 11 |
| Octal | 24 | 27 | 101 | 105 | 101 | 0 | 113 | 354 | 65 | 21 |
| Binary | 10100 | 10111 | 1000001 | 1000101 | 1000001 | 0 | 1001011 | 11101100 | 110101 | 10001 |
Color Harmonies of #141741
Complementary color
Monochromatic Colors of #141741
Black with #141741
Text Example
Text Example
White with #141741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141741; }
p { color: rgb(20,23,65); }
H1.HeaderClassName
{
color: #141741;
}
.AnyTagClassName
{
color: #141741;
}
</style>
background-color css
<style>
a { background-color: #141741; }
a { background-color: rgb(20,23,65); }
div.DivClassName
{
background-color: #141741;
}
.BgClassName
{
background-color: #141741;
}
</style>
border-color css
<style>
span { border-color: #141741; }
span { border-color: rgb(20,23,65); }
td.TdClassName
{
border-color: #141741;
}
.TagClassName
{
border-color: #141741;
}
</style>