Shades of Midnight Express #14133D
Tints of Midnight Express #14133D
RGB
CMYK
RGB Variations
Color information
#14133D (or 0x14133D) is known color: Midnight Express. HEX triplet: 14, 13 and 3D. RGB value is (20,19,61). Sum of RGB (Red+Green+Blue) = 20+19+61=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #14133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14133D is #EBECC2. Grayscale: #171717. Windows color (decimal): -15461571 or 4002580. OLE color: 4002580.
HSL color Cylindrical-coordinate representation of color #14133D: hue angle of 241.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14133D is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 19 | 61 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.76 |
| HSL | 241.43º | 0.53% | 0.16% | - |
| HSV(B) | 241.43º | 0.69% | 0.24% | - |
| XYZ | 1.36 | 0.95 | 4.53 | - |
| YUV | 24.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 61 | 0.67 | 0.69 | 0 | 0.76 | 241.43 | 0.53 | 0.16 |
| Hex | 14 | 13 | 3D | 43 | 45 | 0 | 4C | F1 | 34 | 10 |
| Octal | 24 | 23 | 75 | 103 | 105 | 0 | 114 | 361 | 64 | 20 |
| Binary | 10100 | 10011 | 111101 | 1000011 | 1000101 | 0 | 1001100 | 11110001 | 110100 | 10000 |
Color Harmonies of #14133D
Complementary color
Monochromatic Colors of #14133D
Black with #14133D
Text Example
Text Example
White with #14133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14133D; }
p { color: rgb(20,19,61); }
H1.HeaderClassName
{
color: #14133D;
}
.AnyTagClassName
{
color: #14133D;
}
</style>
background-color css
<style>
a { background-color: #14133D; }
a { background-color: rgb(20,19,61); }
div.DivClassName
{
background-color: #14133D;
}
.BgClassName
{
background-color: #14133D;
}
</style>
border-color css
<style>
span { border-color: #14133D; }
span { border-color: rgb(20,19,61); }
td.TdClassName
{
border-color: #14133D;
}
.TagClassName
{
border-color: #14133D;
}
</style>