Shades of Midnight Express #141933
Tints of Midnight Express #141933
RGB
CMYK
RGB Variations
Color information
#141933 (or 0x141933) is known color: Midnight Express. HEX triplet: 14, 19 and 33. RGB value is (20,25,51). Sum of RGB (Red+Green+Blue) = 20+25+51=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #141933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141933 is #EBE6CC. Grayscale: #1A1A1A. Windows color (decimal): -15460045 or 3348756. OLE color: 3348756.
HSL color Cylindrical-coordinate representation of color #141933: hue angle of 230.32º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141933 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 25 | 51 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.8 |
| HSL | 230.32º | 0.44% | 0.14% | - |
| HSV(B) | 230.32º | 0.61% | 0.2% | - |
| XYZ | 1.23 | 1.08 | 3.28 | - |
| YUV | 26.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 51 | 0.61 | 0.51 | 0 | 0.8 | 230.32 | 0.44 | 0.14 |
| Hex | 14 | 19 | 33 | 3D | 33 | 0 | 50 | E6 | 2C | E |
| Octal | 24 | 31 | 63 | 75 | 63 | 0 | 120 | 346 | 54 | 16 |
| Binary | 10100 | 11001 | 110011 | 111101 | 110011 | 0 | 1010000 | 11100110 | 101100 | 1110 |
Color Harmonies of #141933
Complementary color
Monochromatic Colors of #141933
Black with #141933
Text Example
Text Example
White with #141933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141933; }
p { color: rgb(20,25,51); }
H1.HeaderClassName
{
color: #141933;
}
.AnyTagClassName
{
color: #141933;
}
</style>
background-color css
<style>
a { background-color: #141933; }
a { background-color: rgb(20,25,51); }
div.DivClassName
{
background-color: #141933;
}
.BgClassName
{
background-color: #141933;
}
</style>
border-color css
<style>
span { border-color: #141933; }
span { border-color: rgb(20,25,51); }
td.TdClassName
{
border-color: #141933;
}
.TagClassName
{
border-color: #141933;
}
</style>