Shades of Midnight Express #141B33
Tints of Midnight Express #141B33
RGB
CMYK
RGB Variations
Color information
#141B33 (or 0x141B33) is known color: Midnight Express. HEX triplet: 14, 1B and 33. RGB value is (20,27,51). Sum of RGB (Red+Green+Blue) = 20+27+51=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #141B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B33 is #EBE4CC. Grayscale: #1B1B1B. Windows color (decimal): -15459533 or 3349268. OLE color: 3349268.
HSL color Cylindrical-coordinate representation of color #141B33: hue angle of 226.45º 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 #141B33 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 27 | 51 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.8 |
| HSL | 226.45º | 0.44% | 0.14% | - |
| HSV(B) | 226.45º | 0.61% | 0.2% | - |
| XYZ | 1.28 | 1.17 | 3.29 | - |
| YUV | 27.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 51 | 0.61 | 0.47 | 0 | 0.8 | 226.45 | 0.44 | 0.14 |
| Hex | 14 | 1B | 33 | 3D | 2F | 0 | 50 | E2 | 2C | E |
| Octal | 24 | 33 | 63 | 75 | 57 | 0 | 120 | 342 | 54 | 16 |
| Binary | 10100 | 11011 | 110011 | 111101 | 101111 | 0 | 1010000 | 11100010 | 101100 | 1110 |
Color Harmonies of #141B33
Complementary color
Monochromatic Colors of #141B33
Black with #141B33
Text Example
Text Example
White with #141B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B33; }
p { color: rgb(20,27,51); }
H1.HeaderClassName
{
color: #141B33;
}
.AnyTagClassName
{
color: #141B33;
}
</style>
background-color css
<style>
a { background-color: #141B33; }
a { background-color: rgb(20,27,51); }
div.DivClassName
{
background-color: #141B33;
}
.BgClassName
{
background-color: #141B33;
}
</style>
border-color css
<style>
span { border-color: #141B33; }
span { border-color: rgb(20,27,51); }
td.TdClassName
{
border-color: #141B33;
}
.TagClassName
{
border-color: #141B33;
}
</style>