Shades of Midnight Express #14183A
Tints of Midnight Express #14183A
RGB
CMYK
RGB Variations
Color information
#14183A (or 0x14183A) is known color: Midnight Express. HEX triplet: 14, 18 and 3A. RGB value is (20,24,58). Sum of RGB (Red+Green+Blue) = 20+24+58=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #14183A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14183A is #EBE7C5. Grayscale: #1A1A1A. Windows color (decimal): -15460294 or 3807252. OLE color: 3807252.
HSL color Cylindrical-coordinate representation of color #14183A: hue angle of 233.68º 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 #14183A is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 24 | 58 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.77 |
| HSL | 233.68º | 0.49% | 0.15% | - |
| HSV(B) | 233.68º | 0.66% | 0.23% | - |
| XYZ | 1.38 | 1.11 | 4.14 | - |
| YUV | 26.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 58 | 0.66 | 0.59 | 0 | 0.77 | 233.68 | 0.49 | 0.15 |
| Hex | 14 | 18 | 3A | 42 | 3B | 0 | 4D | EA | 31 | F |
| Octal | 24 | 30 | 72 | 102 | 73 | 0 | 115 | 352 | 61 | 17 |
| Binary | 10100 | 11000 | 111010 | 1000010 | 111011 | 0 | 1001101 | 11101010 | 110001 | 1111 |
Color Harmonies of #14183A
Complementary color
Monochromatic Colors of #14183A
Black with #14183A
Text Example
Text Example
White with #14183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14183A; }
p { color: rgb(20,24,58); }
H1.HeaderClassName
{
color: #14183A;
}
.AnyTagClassName
{
color: #14183A;
}
</style>
background-color css
<style>
a { background-color: #14183A; }
a { background-color: rgb(20,24,58); }
div.DivClassName
{
background-color: #14183A;
}
.BgClassName
{
background-color: #14183A;
}
</style>
border-color css
<style>
span { border-color: #14183A; }
span { border-color: rgb(20,24,58); }
td.TdClassName
{
border-color: #14183A;
}
.TagClassName
{
border-color: #14183A;
}
</style>