Shades of Midnight Express #141A46
Tints of Midnight Express #141A46
RGB
CMYK
RGB Variations
Color information
#141A46 (or 0x141A46) is known color: Midnight Express. HEX triplet: 14, 1A and 46. RGB value is (20,26,70). Sum of RGB (Red+Green+Blue) = 20+26+70=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 70 (27.73% from 255 or 60.34% from 116); Max value from RGB is 70 - color contains mainly: blue. Hex color #141A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A46 is #EBE5B9. Grayscale: #1D1D1D. Windows color (decimal): -15459770 or 4594196. OLE color: 4594196.
HSL color Cylindrical-coordinate representation of color #141A46: hue angle of 232.8º 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 #141A46 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 26 | 70 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.73 |
| HSL | 232.8º | 0.56% | 0.18% | - |
| HSV(B) | 232.8º | 0.71% | 0.27% | - |
| XYZ | 1.76 | 1.33 | 5.96 | - |
| YUV | 29.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 70 | 0.71 | 0.63 | 0 | 0.73 | 232.8 | 0.56 | 0.18 |
| Hex | 14 | 1A | 46 | 47 | 3F | 0 | 49 | E9 | 38 | 12 |
| Octal | 24 | 32 | 106 | 107 | 77 | 0 | 111 | 351 | 70 | 22 |
| Binary | 10100 | 11010 | 1000110 | 1000111 | 111111 | 0 | 1001001 | 11101001 | 111000 | 10010 |
Color Harmonies of #141A46
Complementary color
Monochromatic Colors of #141A46
Black with #141A46
Text Example
Text Example
White with #141A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A46; }
p { color: rgb(20,26,70); }
H1.HeaderClassName
{
color: #141A46;
}
.AnyTagClassName
{
color: #141A46;
}
</style>
background-color css
<style>
a { background-color: #141A46; }
a { background-color: rgb(20,26,70); }
div.DivClassName
{
background-color: #141A46;
}
.BgClassName
{
background-color: #141A46;
}
</style>
border-color css
<style>
span { border-color: #141A46; }
span { border-color: rgb(20,26,70); }
td.TdClassName
{
border-color: #141A46;
}
.TagClassName
{
border-color: #141A46;
}
</style>