Shades of Midnight Express #141A33
Tints of Midnight Express #141A33
RGB
CMYK
RGB Variations
Color information
#141A33 (or 0x141A33) is known color: Midnight Express. HEX triplet: 14, 1A and 33. RGB value is (20,26,51). Sum of RGB (Red+Green+Blue) = 20+26+51=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #141A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A33 is #EBE5CC. Grayscale: #1A1A1A. Windows color (decimal): -15459789 or 3349012. OLE color: 3349012.
HSL color Cylindrical-coordinate representation of color #141A33: hue angle of 228.39º 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 #141A33 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 26 | 51 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.8 |
| HSL | 228.39º | 0.44% | 0.14% | - |
| HSV(B) | 228.39º | 0.61% | 0.2% | - |
| XYZ | 1.26 | 1.13 | 3.28 | - |
| YUV | 27.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 51 | 0.61 | 0.49 | 0 | 0.8 | 228.39 | 0.44 | 0.14 |
| Hex | 14 | 1A | 33 | 3D | 31 | 0 | 50 | E4 | 2C | E |
| Octal | 24 | 32 | 63 | 75 | 61 | 0 | 120 | 344 | 54 | 16 |
| Binary | 10100 | 11010 | 110011 | 111101 | 110001 | 0 | 1010000 | 11100100 | 101100 | 1110 |
Color Harmonies of #141A33
Complementary color
Monochromatic Colors of #141A33
Black with #141A33
Text Example
Text Example
White with #141A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A33; }
p { color: rgb(20,26,51); }
H1.HeaderClassName
{
color: #141A33;
}
.AnyTagClassName
{
color: #141A33;
}
</style>
background-color css
<style>
a { background-color: #141A33; }
a { background-color: rgb(20,26,51); }
div.DivClassName
{
background-color: #141A33;
}
.BgClassName
{
background-color: #141A33;
}
</style>
border-color css
<style>
span { border-color: #141A33; }
span { border-color: rgb(20,26,51); }
td.TdClassName
{
border-color: #141A33;
}
.TagClassName
{
border-color: #141A33;
}
</style>