Shades of Midnight Express #14213C
Tints of Midnight Express #14213C
RGB
CMYK
RGB Variations
Color information
#14213C (or 0x14213C) is known color: Midnight Express. HEX triplet: 14, 21 and 3C. RGB value is (20,33,60). Sum of RGB (Red+Green+Blue) = 20+33+60=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #14213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14213C is #EBDEC3. Grayscale: #202020. Windows color (decimal): -15457988 or 3940628. OLE color: 3940628.
HSL color Cylindrical-coordinate representation of color #14213C: hue angle of 220.5º degrees, saturation: 0.5, 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 #14213C is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 33 | 60 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.76 |
| HSL | 220.5º | 0.5% | 0.16% | - |
| HSV(B) | 220.5º | 0.67% | 0.24% | - |
| XYZ | 1.65 | 1.56 | 4.49 | - |
| YUV | 32.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 60 | 0.67 | 0.45 | 0 | 0.76 | 220.5 | 0.5 | 0.16 |
| Hex | 14 | 21 | 3C | 43 | 2D | 0 | 4C | DC | 32 | 10 |
| Octal | 24 | 41 | 74 | 103 | 55 | 0 | 114 | 334 | 62 | 20 |
| Binary | 10100 | 100001 | 111100 | 1000011 | 101101 | 0 | 1001100 | 11011100 | 110010 | 10000 |
Color Harmonies of #14213C
Complementary color
Monochromatic Colors of #14213C
Black with #14213C
Text Example
Text Example
White with #14213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14213C; }
p { color: rgb(20,33,60); }
H1.HeaderClassName
{
color: #14213C;
}
.AnyTagClassName
{
color: #14213C;
}
</style>
background-color css
<style>
a { background-color: #14213C; }
a { background-color: rgb(20,33,60); }
div.DivClassName
{
background-color: #14213C;
}
.BgClassName
{
background-color: #14213C;
}
</style>
border-color css
<style>
span { border-color: #14213C; }
span { border-color: rgb(20,33,60); }
td.TdClassName
{
border-color: #14213C;
}
.TagClassName
{
border-color: #14213C;
}
</style>