Shades of Midnight Express #14213D
Tints of Midnight Express #14213D
RGB
CMYK
RGB Variations
Color information
#14213D (or 0x14213D) is known color: Midnight Express. HEX triplet: 14, 21 and 3D. RGB value is (20,33,61). Sum of RGB (Red+Green+Blue) = 20+33+61=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #14213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14213D is #EBDEC2. Grayscale: #202020. Windows color (decimal): -15457987 or 4006164. OLE color: 4006164.
HSL color Cylindrical-coordinate representation of color #14213D: hue angle of 220.98º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14213D is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 33 | 61 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.76 |
| HSL | 220.98º | 0.51% | 0.16% | - |
| HSV(B) | 220.98º | 0.67% | 0.24% | - |
| XYZ | 1.67 | 1.57 | 4.63 | - |
| YUV | 32.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 61 | 0.67 | 0.46 | 0 | 0.76 | 220.98 | 0.51 | 0.16 |
| Hex | 14 | 21 | 3D | 43 | 2E | 0 | 4C | DD | 33 | 10 |
| Octal | 24 | 41 | 75 | 103 | 56 | 0 | 114 | 335 | 63 | 20 |
| Binary | 10100 | 100001 | 111101 | 1000011 | 101110 | 0 | 1001100 | 11011101 | 110011 | 10000 |
Color Harmonies of #14213D
Complementary color
Monochromatic Colors of #14213D
Black with #14213D
Text Example
Text Example
White with #14213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14213D; }
p { color: rgb(20,33,61); }
H1.HeaderClassName
{
color: #14213D;
}
.AnyTagClassName
{
color: #14213D;
}
</style>
background-color css
<style>
a { background-color: #14213D; }
a { background-color: rgb(20,33,61); }
div.DivClassName
{
background-color: #14213D;
}
.BgClassName
{
background-color: #14213D;
}
</style>
border-color css
<style>
span { border-color: #14213D; }
span { border-color: rgb(20,33,61); }
td.TdClassName
{
border-color: #14213D;
}
.TagClassName
{
border-color: #14213D;
}
</style>