Shades of Midnight Express #14183F
Tints of Midnight Express #14183F
RGB
CMYK
RGB Variations
Color information
#14183F (or 0x14183F) is known color: Midnight Express. HEX triplet: 14, 18 and 3F. RGB value is (20,24,63). Sum of RGB (Red+Green+Blue) = 20+24+63=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #14183F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14183F is #EBE7C0. Grayscale: #1B1B1B. Windows color (decimal): -15460289 or 4134932. OLE color: 4134932.
HSL color Cylindrical-coordinate representation of color #14183F: hue angle of 234.42º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14183F is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 24 | 63 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.75 |
| HSL | 234.42º | 0.52% | 0.16% | - |
| HSV(B) | 234.42º | 0.68% | 0.25% | - |
| XYZ | 1.51 | 1.16 | 4.85 | - |
| YUV | 27.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 63 | 0.68 | 0.62 | 0 | 0.75 | 234.42 | 0.52 | 0.16 |
| Hex | 14 | 18 | 3F | 44 | 3E | 0 | 4B | EA | 34 | 10 |
| Octal | 24 | 30 | 77 | 104 | 76 | 0 | 113 | 352 | 64 | 20 |
| Binary | 10100 | 11000 | 111111 | 1000100 | 111110 | 0 | 1001011 | 11101010 | 110100 | 10000 |
Color Harmonies of #14183F
Complementary color
Monochromatic Colors of #14183F
Black with #14183F
Text Example
Text Example
White with #14183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14183F; }
p { color: rgb(20,24,63); }
H1.HeaderClassName
{
color: #14183F;
}
.AnyTagClassName
{
color: #14183F;
}
</style>
background-color css
<style>
a { background-color: #14183F; }
a { background-color: rgb(20,24,63); }
div.DivClassName
{
background-color: #14183F;
}
.BgClassName
{
background-color: #14183F;
}
</style>
border-color css
<style>
span { border-color: #14183F; }
span { border-color: rgb(20,24,63); }
td.TdClassName
{
border-color: #14183F;
}
.TagClassName
{
border-color: #14183F;
}
</style>