Shades of Midnight Express #141B36
Tints of Midnight Express #141B36
RGB
CMYK
RGB Variations
Color information
#141B36 (or 0x141B36) is known color: Midnight Express. HEX triplet: 14, 1B and 36. RGB value is (20,27,54). Sum of RGB (Red+Green+Blue) = 20+27+54=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #141B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B36 is #EBE4C9. Grayscale: #1B1B1B. Windows color (decimal): -15459530 or 3545876. OLE color: 3545876.
HSL color Cylindrical-coordinate representation of color #141B36: hue angle of 227.65º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141B36 is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 27 | 54 | - |
| CMYK | 0.63 | 0.5 | 0 | 0.79 |
| HSL | 227.65º | 0.46% | 0.15% | - |
| HSV(B) | 227.65º | 0.63% | 0.21% | - |
| XYZ | 1.35 | 1.2 | 3.65 | - |
| YUV | 27.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 54 | 0.63 | 0.5 | 0 | 0.79 | 227.65 | 0.46 | 0.15 |
| Hex | 14 | 1B | 36 | 3F | 32 | 0 | 4F | E4 | 2E | F |
| Octal | 24 | 33 | 66 | 77 | 62 | 0 | 117 | 344 | 56 | 17 |
| Binary | 10100 | 11011 | 110110 | 111111 | 110010 | 0 | 1001111 | 11100100 | 101110 | 1111 |
Color Harmonies of #141B36
Complementary color
Monochromatic Colors of #141B36
Black with #141B36
Text Example
Text Example
White with #141B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B36; }
p { color: rgb(20,27,54); }
H1.HeaderClassName
{
color: #141B36;
}
.AnyTagClassName
{
color: #141B36;
}
</style>
background-color css
<style>
a { background-color: #141B36; }
a { background-color: rgb(20,27,54); }
div.DivClassName
{
background-color: #141B36;
}
.BgClassName
{
background-color: #141B36;
}
</style>
border-color css
<style>
span { border-color: #141B36; }
span { border-color: rgb(20,27,54); }
td.TdClassName
{
border-color: #141B36;
}
.TagClassName
{
border-color: #141B36;
}
</style>