Shades of Midnight Express #14184B
Tints of Midnight Express #14184B
RGB
CMYK
RGB Variations
Color information
#14184B (or 0x14184B) is known color: Midnight Express. HEX triplet: 14, 18 and 4B. RGB value is (20,24,75). Sum of RGB (Red+Green+Blue) = 20+24+75=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #14184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14184B is #EBE7B4. Grayscale: #1C1C1C. Windows color (decimal): -15460277 or 4921364. OLE color: 4921364.
HSL color Cylindrical-coordinate representation of color #14184B: hue angle of 235.64º 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 #14184B is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 24 | 75 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.71 |
| HSL | 235.64º | 0.58% | 0.19% | - |
| HSV(B) | 235.64º | 0.73% | 0.29% | - |
| XYZ | 1.89 | 1.31 | 6.81 | - |
| YUV | 28.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 75 | 0.73 | 0.68 | 0 | 0.71 | 235.64 | 0.58 | 0.19 |
| Hex | 14 | 18 | 4B | 49 | 44 | 0 | 47 | EC | 3A | 13 |
| Octal | 24 | 30 | 113 | 111 | 104 | 0 | 107 | 354 | 72 | 23 |
| Binary | 10100 | 11000 | 1001011 | 1001001 | 1000100 | 0 | 1000111 | 11101100 | 111010 | 10011 |
Color Harmonies of #14184B
Complementary color
Monochromatic Colors of #14184B
Black with #14184B
Text Example
Text Example
White with #14184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14184B; }
p { color: rgb(20,24,75); }
H1.HeaderClassName
{
color: #14184B;
}
.AnyTagClassName
{
color: #14184B;
}
</style>
background-color css
<style>
a { background-color: #14184B; }
a { background-color: rgb(20,24,75); }
div.DivClassName
{
background-color: #14184B;
}
.BgClassName
{
background-color: #14184B;
}
</style>
border-color css
<style>
span { border-color: #14184B; }
span { border-color: rgb(20,24,75); }
td.TdClassName
{
border-color: #14184B;
}
.TagClassName
{
border-color: #14184B;
}
</style>