Shades of Midnight Express #141943
Tints of Midnight Express #141943
RGB
CMYK
RGB Variations
Color information
#141943 (or 0x141943) is known color: Midnight Express. HEX triplet: 14, 19 and 43. RGB value is (20,25,67). Sum of RGB (Red+Green+Blue) = 20+25+67=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #141943 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141943 is #EBE6BC. Grayscale: #1C1C1C. Windows color (decimal): -15460029 or 4397332. OLE color: 4397332.
HSL color Cylindrical-coordinate representation of color #141943: hue angle of 233.62º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141943 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 25 | 67 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.74 |
| HSL | 233.62º | 0.54% | 0.17% | - |
| HSV(B) | 233.62º | 0.7% | 0.26% | - |
| XYZ | 1.65 | 1.25 | 5.46 | - |
| YUV | 28.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 67 | 0.70 | 0.63 | 0 | 0.74 | 233.62 | 0.54 | 0.17 |
| Hex | 14 | 19 | 43 | 46 | 3F | 0 | 4A | EA | 36 | 11 |
| Octal | 24 | 31 | 103 | 106 | 77 | 0 | 112 | 352 | 66 | 21 |
| Binary | 10100 | 11001 | 1000011 | 1000110 | 111111 | 0 | 1001010 | 11101010 | 110110 | 10001 |
Color Harmonies of #141943
Complementary color
Monochromatic Colors of #141943
Black with #141943
Text Example
Text Example
White with #141943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141943; }
p { color: rgb(20,25,67); }
H1.HeaderClassName
{
color: #141943;
}
.AnyTagClassName
{
color: #141943;
}
</style>
background-color css
<style>
a { background-color: #141943; }
a { background-color: rgb(20,25,67); }
div.DivClassName
{
background-color: #141943;
}
.BgClassName
{
background-color: #141943;
}
</style>
border-color css
<style>
span { border-color: #141943; }
span { border-color: rgb(20,25,67); }
td.TdClassName
{
border-color: #141943;
}
.TagClassName
{
border-color: #141943;
}
</style>