Shades of Midnight Express #141A2F
Tints of Midnight Express #141A2F
RGB
CMYK
RGB Variations
Color information
#141A2F (or 0x141A2F) is known color: Midnight Express. HEX triplet: 14, 1A and 2F. RGB value is (20,26,47). Sum of RGB (Red+Green+Blue) = 20+26+47=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #141A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A2F is #EBE5D0. Grayscale: #1A1A1A. Windows color (decimal): -15459793 or 3086868. OLE color: 3086868.
HSL color Cylindrical-coordinate representation of color #141A2F: hue angle of 226.67º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141A2F is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 26 | 47 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.82 |
| HSL | 226.67º | 0.4% | 0.13% | - |
| HSV(B) | 226.67º | 0.57% | 0.18% | - |
| XYZ | 1.17 | 1.09 | 2.84 | - |
| YUV | 26.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 47 | 0.57 | 0.45 | 0 | 0.82 | 226.67 | 0.4 | 0.13 |
| Hex | 14 | 1A | 2F | 39 | 2D | 0 | 52 | E3 | 28 | D |
| Octal | 24 | 32 | 57 | 71 | 55 | 0 | 122 | 343 | 50 | 15 |
| Binary | 10100 | 11010 | 101111 | 111001 | 101101 | 0 | 1010010 | 11100011 | 101000 | 1101 |
Color Harmonies of #141A2F
Complementary color
Monochromatic Colors of #141A2F
Black with #141A2F
Text Example
Text Example
White with #141A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A2F; }
p { color: rgb(20,26,47); }
H1.HeaderClassName
{
color: #141A2F;
}
.AnyTagClassName
{
color: #141A2F;
}
</style>
background-color css
<style>
a { background-color: #141A2F; }
a { background-color: rgb(20,26,47); }
div.DivClassName
{
background-color: #141A2F;
}
.BgClassName
{
background-color: #141A2F;
}
</style>
border-color css
<style>
span { border-color: #141A2F; }
span { border-color: rgb(20,26,47); }
td.TdClassName
{
border-color: #141A2F;
}
.TagClassName
{
border-color: #141A2F;
}
</style>