Shades of Midnight Express #141B38
Tints of Midnight Express #141B38
RGB
CMYK
RGB Variations
Color information
#141B38 (or 0x141B38) is known color: Midnight Express. HEX triplet: 14, 1B and 38. RGB value is (20,27,56). Sum of RGB (Red+Green+Blue) = 20+27+56=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #141B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B38 is #EBE4C7. Grayscale: #1C1C1C. Windows color (decimal): -15459528 or 3676948. OLE color: 3676948.
HSL color Cylindrical-coordinate representation of color #141B38: hue angle of 228.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141B38 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 27 | 56 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.78 |
| HSL | 228.33º | 0.47% | 0.15% | - |
| HSV(B) | 228.33º | 0.64% | 0.22% | - |
| XYZ | 1.39 | 1.22 | 3.9 | - |
| YUV | 28.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 56 | 0.64 | 0.52 | 0 | 0.78 | 228.33 | 0.47 | 0.15 |
| Hex | 14 | 1B | 38 | 40 | 34 | 0 | 4E | E4 | 2F | F |
| Octal | 24 | 33 | 70 | 100 | 64 | 0 | 116 | 344 | 57 | 17 |
| Binary | 10100 | 11011 | 111000 | 1000000 | 110100 | 0 | 1001110 | 11100100 | 101111 | 1111 |
Color Harmonies of #141B38
Complementary color
Monochromatic Colors of #141B38
Black with #141B38
Text Example
Text Example
White with #141B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B38; }
p { color: rgb(20,27,56); }
H1.HeaderClassName
{
color: #141B38;
}
.AnyTagClassName
{
color: #141B38;
}
</style>
background-color css
<style>
a { background-color: #141B38; }
a { background-color: rgb(20,27,56); }
div.DivClassName
{
background-color: #141B38;
}
.BgClassName
{
background-color: #141B38;
}
</style>
border-color css
<style>
span { border-color: #141B38; }
span { border-color: rgb(20,27,56); }
td.TdClassName
{
border-color: #141B38;
}
.TagClassName
{
border-color: #141B38;
}
</style>