Shades of Midnight Express #14213E
Tints of Midnight Express #14213E
RGB
CMYK
RGB Variations
Color information
#14213E (or 0x14213E) is known color: Midnight Express. HEX triplet: 14, 21 and 3E. RGB value is (20,33,62). Sum of RGB (Red+Green+Blue) = 20+33+62=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #14213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14213E is #EBDEC1. Grayscale: #202020. Windows color (decimal): -15457986 or 4071700. OLE color: 4071700.
HSL color Cylindrical-coordinate representation of color #14213E: hue angle of 221.43º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14213E is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 33 | 62 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.76 |
| HSL | 221.43º | 0.51% | 0.16% | - |
| HSV(B) | 221.43º | 0.68% | 0.24% | - |
| XYZ | 1.7 | 1.58 | 4.77 | - |
| YUV | 32.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 62 | 0.68 | 0.47 | 0 | 0.76 | 221.43 | 0.51 | 0.16 |
| Hex | 14 | 21 | 3E | 44 | 2F | 0 | 4C | DD | 33 | 10 |
| Octal | 24 | 41 | 76 | 104 | 57 | 0 | 114 | 335 | 63 | 20 |
| Binary | 10100 | 100001 | 111110 | 1000100 | 101111 | 0 | 1001100 | 11011101 | 110011 | 10000 |
Color Harmonies of #14213E
Complementary color
Monochromatic Colors of #14213E
Black with #14213E
Text Example
Text Example
White with #14213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14213E; }
p { color: rgb(20,33,62); }
H1.HeaderClassName
{
color: #14213E;
}
.AnyTagClassName
{
color: #14213E;
}
</style>
background-color css
<style>
a { background-color: #14213E; }
a { background-color: rgb(20,33,62); }
div.DivClassName
{
background-color: #14213E;
}
.BgClassName
{
background-color: #14213E;
}
</style>
border-color css
<style>
span { border-color: #14213E; }
span { border-color: rgb(20,33,62); }
td.TdClassName
{
border-color: #14213E;
}
.TagClassName
{
border-color: #14213E;
}
</style>