Shades of Midnight Express #14173C
Tints of Midnight Express #14173C
RGB
CMYK
RGB Variations
Color information
#14173C (or 0x14173C) is known color: Midnight Express. HEX triplet: 14, 17 and 3C. RGB value is (20,23,60). Sum of RGB (Red+Green+Blue) = 20+23+60=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #14173C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14173C is #EBE8C3. Grayscale: #1A1A1A. Windows color (decimal): -15460548 or 3938068. OLE color: 3938068.
HSL color Cylindrical-coordinate representation of color #14173C: hue angle of 235.5º 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 #14173C is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 23 | 60 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.76 |
| HSL | 235.5º | 0.5% | 0.16% | - |
| HSV(B) | 235.5º | 0.67% | 0.24% | - |
| XYZ | 1.41 | 1.09 | 4.41 | - |
| YUV | 26.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 60 | 0.67 | 0.62 | 0 | 0.76 | 235.5 | 0.5 | 0.16 |
| Hex | 14 | 17 | 3C | 43 | 3E | 0 | 4C | EC | 32 | 10 |
| Octal | 24 | 27 | 74 | 103 | 76 | 0 | 114 | 354 | 62 | 20 |
| Binary | 10100 | 10111 | 111100 | 1000011 | 111110 | 0 | 1001100 | 11101100 | 110010 | 10000 |
Color Harmonies of #14173C
Complementary color
Monochromatic Colors of #14173C
Black with #14173C
Text Example
Text Example
White with #14173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14173C; }
p { color: rgb(20,23,60); }
H1.HeaderClassName
{
color: #14173C;
}
.AnyTagClassName
{
color: #14173C;
}
</style>
background-color css
<style>
a { background-color: #14173C; }
a { background-color: rgb(20,23,60); }
div.DivClassName
{
background-color: #14173C;
}
.BgClassName
{
background-color: #14173C;
}
</style>
border-color css
<style>
span { border-color: #14173C; }
span { border-color: rgb(20,23,60); }
td.TdClassName
{
border-color: #14173C;
}
.TagClassName
{
border-color: #14173C;
}
</style>