Shades of Midnight Express #141A32
Tints of Midnight Express #141A32
RGB
CMYK
RGB Variations
Color information
#141A32 (or 0x141A32) is known color: Midnight Express. HEX triplet: 14, 1A and 32. RGB value is (20,26,50). Sum of RGB (Red+Green+Blue) = 20+26+50=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #141A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A32 is #EBE5CD. Grayscale: #1A1A1A. Windows color (decimal): -15459790 or 3283476. OLE color: 3283476.
HSL color Cylindrical-coordinate representation of color #141A32: hue angle of 228º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141A32 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 26 | 50 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.80 |
| HSL | 228º | 0.43% | 0.14% | - |
| HSV(B) | 228º | 0.6% | 0.2% | - |
| XYZ | 1.23 | 1.12 | 3.17 | - |
| YUV | 26.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 50 | 0.60 | 0.48 | 0 | 0.80 | 228 | 0.43 | 0.14 |
| Hex | 14 | 1A | 32 | 3C | 30 | 0 | 50 | E4 | 2B | E |
| Octal | 24 | 32 | 62 | 74 | 60 | 0 | 120 | 344 | 53 | 16 |
| Binary | 10100 | 11010 | 110010 | 111100 | 110000 | 0 | 1010000 | 11100100 | 101011 | 1110 |
Color Harmonies of #141A32
Complementary color
Monochromatic Colors of #141A32
Black with #141A32
Text Example
Text Example
White with #141A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A32; }
p { color: rgb(20,26,50); }
H1.HeaderClassName
{
color: #141A32;
}
.AnyTagClassName
{
color: #141A32;
}
</style>
background-color css
<style>
a { background-color: #141A32; }
a { background-color: rgb(20,26,50); }
div.DivClassName
{
background-color: #141A32;
}
.BgClassName
{
background-color: #141A32;
}
</style>
border-color css
<style>
span { border-color: #141A32; }
span { border-color: rgb(20,26,50); }
td.TdClassName
{
border-color: #141A32;
}
.TagClassName
{
border-color: #141A32;
}
</style>