Shades of Midnight Express #14133B
Tints of Midnight Express #14133B
RGB
CMYK
RGB Variations
Color information
#14133B (or 0x14133B) is known color: Midnight Express. HEX triplet: 14, 13 and 3B. RGB value is (20,19,59). Sum of RGB (Red+Green+Blue) = 20+19+59=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #14133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14133B is #EBECC4. Grayscale: #171717. Windows color (decimal): -15461573 or 3871508. OLE color: 3871508.
HSL color Cylindrical-coordinate representation of color #14133B: hue angle of 241.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14133B is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 19 | 59 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.77 |
| HSL | 241.5º | 0.51% | 0.15% | - |
| HSV(B) | 241.5º | 0.68% | 0.23% | - |
| XYZ | 1.31 | 0.93 | 4.25 | - |
| YUV | 23.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 59 | 0.66 | 0.68 | 0 | 0.77 | 241.5 | 0.51 | 0.15 |
| Hex | 14 | 13 | 3B | 42 | 44 | 0 | 4D | F2 | 33 | F |
| Octal | 24 | 23 | 73 | 102 | 104 | 0 | 115 | 362 | 63 | 17 |
| Binary | 10100 | 10011 | 111011 | 1000010 | 1000100 | 0 | 1001101 | 11110010 | 110011 | 1111 |
Color Harmonies of #14133B
Complementary color
Monochromatic Colors of #14133B
Black with #14133B
Text Example
Text Example
White with #14133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14133B; }
p { color: rgb(20,19,59); }
H1.HeaderClassName
{
color: #14133B;
}
.AnyTagClassName
{
color: #14133B;
}
</style>
background-color css
<style>
a { background-color: #14133B; }
a { background-color: rgb(20,19,59); }
div.DivClassName
{
background-color: #14133B;
}
.BgClassName
{
background-color: #14133B;
}
</style>
border-color css
<style>
span { border-color: #14133B; }
span { border-color: rgb(20,19,59); }
td.TdClassName
{
border-color: #14133B;
}
.TagClassName
{
border-color: #14133B;
}
</style>