Shades of Midnight Express #172134
Tints of Midnight Express #172134
RGB
CMYK
RGB Variations
Color information
#172134 (or 0x172134) is known color: Midnight Express. HEX triplet: 17, 21 and 34. RGB value is (23,33,52). Sum of RGB (Red+Green+Blue) = 23+33+52=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #172134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172134 is #E8DECB. Grayscale: #202020. Windows color (decimal): -15261388 or 3416343. OLE color: 3416343.
HSL color Cylindrical-coordinate representation of color #172134: hue angle of 219.31º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #172134 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 33 | 52 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.80 |
| HSL | 219.31º | 0.39% | 0.15% | - |
| HSV(B) | 219.31º | 0.56% | 0.2% | - |
| XYZ | 1.52 | 1.52 | 3.46 | - |
| YUV | 32.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 52 | 0.56 | 0.37 | 0 | 0.80 | 219.31 | 0.39 | 0.15 |
| Hex | 17 | 21 | 34 | 38 | 25 | 0 | 50 | DB | 27 | F |
| Octal | 27 | 41 | 64 | 70 | 45 | 0 | 120 | 333 | 47 | 17 |
| Binary | 10111 | 100001 | 110100 | 111000 | 100101 | 0 | 1010000 | 11011011 | 100111 | 1111 |
Color Harmonies of #172134
Complementary color
Monochromatic Colors of #172134
Black with #172134
Text Example
Text Example
White with #172134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172134; }
p { color: rgb(23,33,52); }
H1.HeaderClassName
{
color: #172134;
}
.AnyTagClassName
{
color: #172134;
}
</style>
background-color css
<style>
a { background-color: #172134; }
a { background-color: rgb(23,33,52); }
div.DivClassName
{
background-color: #172134;
}
.BgClassName
{
background-color: #172134;
}
</style>
border-color css
<style>
span { border-color: #172134; }
span { border-color: rgb(23,33,52); }
td.TdClassName
{
border-color: #172134;
}
.TagClassName
{
border-color: #172134;
}
</style>