Shades of Midnight Express #14183B
Tints of Midnight Express #14183B
RGB
CMYK
RGB Variations
Color information
#14183B (or 0x14183B) is known color: Midnight Express. HEX triplet: 14, 18 and 3B. RGB value is (20,24,59). Sum of RGB (Red+Green+Blue) = 20+24+59=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #14183B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14183B is #EBE7C4. Grayscale: #1A1A1A. Windows color (decimal): -15460293 or 3872788. OLE color: 3872788.
HSL color Cylindrical-coordinate representation of color #14183B: hue angle of 233.85º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14183B is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 24 | 59 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.77 |
| HSL | 233.85º | 0.49% | 0.15% | - |
| HSV(B) | 233.85º | 0.66% | 0.23% | - |
| XYZ | 1.4 | 1.12 | 4.28 | - |
| YUV | 26.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 59 | 0.66 | 0.59 | 0 | 0.77 | 233.85 | 0.49 | 0.15 |
| Hex | 14 | 18 | 3B | 42 | 3B | 0 | 4D | EA | 31 | F |
| Octal | 24 | 30 | 73 | 102 | 73 | 0 | 115 | 352 | 61 | 17 |
| Binary | 10100 | 11000 | 111011 | 1000010 | 111011 | 0 | 1001101 | 11101010 | 110001 | 1111 |
Color Harmonies of #14183B
Complementary color
Monochromatic Colors of #14183B
Black with #14183B
Text Example
Text Example
White with #14183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14183B; }
p { color: rgb(20,24,59); }
H1.HeaderClassName
{
color: #14183B;
}
.AnyTagClassName
{
color: #14183B;
}
</style>
background-color css
<style>
a { background-color: #14183B; }
a { background-color: rgb(20,24,59); }
div.DivClassName
{
background-color: #14183B;
}
.BgClassName
{
background-color: #14183B;
}
</style>
border-color css
<style>
span { border-color: #14183B; }
span { border-color: rgb(20,24,59); }
td.TdClassName
{
border-color: #14183B;
}
.TagClassName
{
border-color: #14183B;
}
</style>