Shades of Midnight Express #14194B
Tints of Midnight Express #14194B
RGB
CMYK
RGB Variations
Color information
#14194B (or 0x14194B) is known color: Midnight Express. HEX triplet: 14, 19 and 4B. RGB value is (20,25,75). Sum of RGB (Red+Green+Blue) = 20+25+75=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #14194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14194B is #EBE6B4. Grayscale: #1D1D1D. Windows color (decimal): -15460021 or 4921620. OLE color: 4921620.
HSL color Cylindrical-coordinate representation of color #14194B: hue angle of 234.55º 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 #14194B is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 25 | 75 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.71 |
| HSL | 234.55º | 0.58% | 0.19% | - |
| HSV(B) | 234.55º | 0.73% | 0.29% | - |
| XYZ | 1.91 | 1.35 | 6.82 | - |
| YUV | 29.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 75 | 0.73 | 0.67 | 0 | 0.71 | 234.55 | 0.58 | 0.19 |
| Hex | 14 | 19 | 4B | 49 | 43 | 0 | 47 | EB | 3A | 13 |
| Octal | 24 | 31 | 113 | 111 | 103 | 0 | 107 | 353 | 72 | 23 |
| Binary | 10100 | 11001 | 1001011 | 1001001 | 1000011 | 0 | 1000111 | 11101011 | 111010 | 10011 |
Color Harmonies of #14194B
Complementary color
Monochromatic Colors of #14194B
Black with #14194B
Text Example
Text Example
White with #14194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14194B; }
p { color: rgb(20,25,75); }
H1.HeaderClassName
{
color: #14194B;
}
.AnyTagClassName
{
color: #14194B;
}
</style>
background-color css
<style>
a { background-color: #14194B; }
a { background-color: rgb(20,25,75); }
div.DivClassName
{
background-color: #14194B;
}
.BgClassName
{
background-color: #14194B;
}
</style>
border-color css
<style>
span { border-color: #14194B; }
span { border-color: rgb(20,25,75); }
td.TdClassName
{
border-color: #14194B;
}
.TagClassName
{
border-color: #14194B;
}
</style>