Shades of Midnight Express #141946
Tints of Midnight Express #141946
RGB
CMYK
RGB Variations
Color information
#141946 (or 0x141946) is known color: Midnight Express. HEX triplet: 14, 19 and 46. RGB value is (20,25,70). Sum of RGB (Red+Green+Blue) = 20+25+70=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #141946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141946 is #EBE6B9. Grayscale: #1C1C1C. Windows color (decimal): -15460026 or 4593940. OLE color: 4593940.
HSL color Cylindrical-coordinate representation of color #141946: hue angle of 234º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141946 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 25 | 70 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.73 |
| HSL | 234º | 0.56% | 0.18% | - |
| HSV(B) | 234º | 0.71% | 0.27% | - |
| XYZ | 1.74 | 1.29 | 5.95 | - |
| YUV | 28.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 70 | 0.71 | 0.64 | 0 | 0.73 | 234 | 0.56 | 0.18 |
| Hex | 14 | 19 | 46 | 47 | 40 | 0 | 49 | EA | 38 | 12 |
| Octal | 24 | 31 | 106 | 107 | 100 | 0 | 111 | 352 | 70 | 22 |
| Binary | 10100 | 11001 | 1000110 | 1000111 | 1000000 | 0 | 1001001 | 11101010 | 111000 | 10010 |
Color Harmonies of #141946
Complementary color
Monochromatic Colors of #141946
Black with #141946
Text Example
Text Example
White with #141946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141946; }
p { color: rgb(20,25,70); }
H1.HeaderClassName
{
color: #141946;
}
.AnyTagClassName
{
color: #141946;
}
</style>
background-color css
<style>
a { background-color: #141946; }
a { background-color: rgb(20,25,70); }
div.DivClassName
{
background-color: #141946;
}
.BgClassName
{
background-color: #141946;
}
</style>
border-color css
<style>
span { border-color: #141946; }
span { border-color: rgb(20,25,70); }
td.TdClassName
{
border-color: #141946;
}
.TagClassName
{
border-color: #141946;
}
</style>