Shades of Midnight Express #14203D
Tints of Midnight Express #14203D
RGB
CMYK
RGB Variations
Color information
#14203D (or 0x14203D) is known color: Midnight Express. HEX triplet: 14, 20 and 3D. RGB value is (20,32,61). Sum of RGB (Red+Green+Blue) = 20+32+61=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #14203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14203D is #EBDFC2. Grayscale: #1F1F1F. Windows color (decimal): -15458243 or 4005908. OLE color: 4005908.
HSL color Cylindrical-coordinate representation of color #14203D: hue angle of 222.44º 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 #14203D is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 32 | 61 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.76 |
| HSL | 222.44º | 0.51% | 0.16% | - |
| HSV(B) | 222.44º | 0.67% | 0.24% | - |
| XYZ | 1.65 | 1.52 | 4.62 | - |
| YUV | 31.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 61 | 0.67 | 0.48 | 0 | 0.76 | 222.44 | 0.51 | 0.16 |
| Hex | 14 | 20 | 3D | 43 | 30 | 0 | 4C | DE | 33 | 10 |
| Octal | 24 | 40 | 75 | 103 | 60 | 0 | 114 | 336 | 63 | 20 |
| Binary | 10100 | 100000 | 111101 | 1000011 | 110000 | 0 | 1001100 | 11011110 | 110011 | 10000 |
Color Harmonies of #14203D
Complementary color
Monochromatic Colors of #14203D
Black with #14203D
Text Example
Text Example
White with #14203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14203D; }
p { color: rgb(20,32,61); }
H1.HeaderClassName
{
color: #14203D;
}
.AnyTagClassName
{
color: #14203D;
}
</style>
background-color css
<style>
a { background-color: #14203D; }
a { background-color: rgb(20,32,61); }
div.DivClassName
{
background-color: #14203D;
}
.BgClassName
{
background-color: #14203D;
}
</style>
border-color css
<style>
span { border-color: #14203D; }
span { border-color: rgb(20,32,61); }
td.TdClassName
{
border-color: #14203D;
}
.TagClassName
{
border-color: #14203D;
}
</style>