Shades of Midnight Express #14183C
Tints of Midnight Express #14183C
RGB
CMYK
RGB Variations
Color information
#14183C (or 0x14183C) is known color: Midnight Express. HEX triplet: 14, 18 and 3C. RGB value is (20,24,60). Sum of RGB (Red+Green+Blue) = 20+24+60=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #14183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14183C is #EBE7C3. Grayscale: #1A1A1A. Windows color (decimal): -15460292 or 3938324. OLE color: 3938324.
HSL color Cylindrical-coordinate representation of color #14183C: hue angle of 234º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14183C is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 24 | 60 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.76 |
| HSL | 234º | 0.5% | 0.16% | - |
| HSV(B) | 234º | 0.67% | 0.24% | - |
| XYZ | 1.43 | 1.13 | 4.42 | - |
| YUV | 26.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 60 | 0.67 | 0.60 | 0 | 0.76 | 234 | 0.5 | 0.16 |
| Hex | 14 | 18 | 3C | 43 | 3C | 0 | 4C | EA | 32 | 10 |
| Octal | 24 | 30 | 74 | 103 | 74 | 0 | 114 | 352 | 62 | 20 |
| Binary | 10100 | 11000 | 111100 | 1000011 | 111100 | 0 | 1001100 | 11101010 | 110010 | 10000 |
Color Harmonies of #14183C
Complementary color
Monochromatic Colors of #14183C
Black with #14183C
Text Example
Text Example
White with #14183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14183C; }
p { color: rgb(20,24,60); }
H1.HeaderClassName
{
color: #14183C;
}
.AnyTagClassName
{
color: #14183C;
}
</style>
background-color css
<style>
a { background-color: #14183C; }
a { background-color: rgb(20,24,60); }
div.DivClassName
{
background-color: #14183C;
}
.BgClassName
{
background-color: #14183C;
}
</style>
border-color css
<style>
span { border-color: #14183C; }
span { border-color: rgb(20,24,60); }
td.TdClassName
{
border-color: #14183C;
}
.TagClassName
{
border-color: #14183C;
}
</style>