Shades of Midnight Express #142349
Tints of Midnight Express #142349
RGB
CMYK
RGB Variations
Color information
#142349 (or 0x142349) is known color: Midnight Express. HEX triplet: 14, 23 and 49. RGB value is (20,35,73). Sum of RGB (Red+Green+Blue) = 20+35+73=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #142349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142349 is #EBDCB6. Grayscale: #222222. Windows color (decimal): -15457463 or 4793108. OLE color: 4793108.
HSL color Cylindrical-coordinate representation of color #142349: hue angle of 223.02º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142349 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 35 | 73 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.71 |
| HSL | 223.02º | 0.57% | 0.18% | - |
| HSV(B) | 223.02º | 0.73% | 0.29% | - |
| XYZ | 2.09 | 1.83 | 6.55 | - |
| YUV | 34.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 73 | 0.73 | 0.52 | 0 | 0.71 | 223.02 | 0.57 | 0.18 |
| Hex | 14 | 23 | 49 | 49 | 34 | 0 | 47 | DF | 39 | 12 |
| Octal | 24 | 43 | 111 | 111 | 64 | 0 | 107 | 337 | 71 | 22 |
| Binary | 10100 | 100011 | 1001001 | 1001001 | 110100 | 0 | 1000111 | 11011111 | 111001 | 10010 |
Color Harmonies of #142349
Complementary color
Monochromatic Colors of #142349
Black with #142349
Text Example
Text Example
White with #142349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142349; }
p { color: rgb(20,35,73); }
H1.HeaderClassName
{
color: #142349;
}
.AnyTagClassName
{
color: #142349;
}
</style>
background-color css
<style>
a { background-color: #142349; }
a { background-color: rgb(20,35,73); }
div.DivClassName
{
background-color: #142349;
}
.BgClassName
{
background-color: #142349;
}
</style>
border-color css
<style>
span { border-color: #142349; }
span { border-color: rgb(20,35,73); }
td.TdClassName
{
border-color: #142349;
}
.TagClassName
{
border-color: #142349;
}
</style>