Shades of Midnight Express #141C4B
Tints of Midnight Express #141C4B
RGB
CMYK
RGB Variations
Color information
#141C4B (or 0x141C4B) is known color: Midnight Express. HEX triplet: 14, 1C and 4B. RGB value is (20,28,75). Sum of RGB (Red+Green+Blue) = 20+28+75=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #141C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C4B is #EBE3B4. Grayscale: #1E1E1E. Windows color (decimal): -15459253 or 4922388. OLE color: 4922388.
HSL color Cylindrical-coordinate representation of color #141C4B: hue angle of 231.27º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141C4B is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 28 | 75 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.71 |
| HSL | 231.27º | 0.58% | 0.19% | - |
| HSV(B) | 231.27º | 0.73% | 0.29% | - |
| XYZ | 1.97 | 1.49 | 6.84 | - |
| YUV | 30.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 75 | 0.73 | 0.63 | 0 | 0.71 | 231.27 | 0.58 | 0.19 |
| Hex | 14 | 1C | 4B | 49 | 3F | 0 | 47 | E7 | 3A | 13 |
| Octal | 24 | 34 | 113 | 111 | 77 | 0 | 107 | 347 | 72 | 23 |
| Binary | 10100 | 11100 | 1001011 | 1001001 | 111111 | 0 | 1000111 | 11100111 | 111010 | 10011 |
Color Harmonies of #141C4B
Complementary color
Monochromatic Colors of #141C4B
Black with #141C4B
Text Example
Text Example
White with #141C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C4B; }
p { color: rgb(20,28,75); }
H1.HeaderClassName
{
color: #141C4B;
}
.AnyTagClassName
{
color: #141C4B;
}
</style>
background-color css
<style>
a { background-color: #141C4B; }
a { background-color: rgb(20,28,75); }
div.DivClassName
{
background-color: #141C4B;
}
.BgClassName
{
background-color: #141C4B;
}
</style>
border-color css
<style>
span { border-color: #141C4B; }
span { border-color: rgb(20,28,75); }
td.TdClassName
{
border-color: #141C4B;
}
.TagClassName
{
border-color: #141C4B;
}
</style>