Shades of Midnight Express #172042
Tints of Midnight Express #172042
RGB
CMYK
RGB Variations
Color information
#172042 (or 0x172042) is known color: Midnight Express. HEX triplet: 17, 20 and 42. RGB value is (23,32,66). Sum of RGB (Red+Green+Blue) = 23+32+66=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #172042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172042 is #E8DFBD. Grayscale: #212121. Windows color (decimal): -15261630 or 4333591. OLE color: 4333591.
HSL color Cylindrical-coordinate representation of color #172042: hue angle of 227.44º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #172042 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 32 | 66 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.74 |
| HSL | 227.44º | 0.48% | 0.17% | - |
| HSV(B) | 227.44º | 0.65% | 0.26% | - |
| XYZ | 1.85 | 1.61 | 5.37 | - |
| YUV | 33.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 66 | 0.65 | 0.52 | 0 | 0.74 | 227.44 | 0.48 | 0.17 |
| Hex | 17 | 20 | 42 | 41 | 34 | 0 | 4A | E3 | 30 | 11 |
| Octal | 27 | 40 | 102 | 101 | 64 | 0 | 112 | 343 | 60 | 21 |
| Binary | 10111 | 100000 | 1000010 | 1000001 | 110100 | 0 | 1001010 | 11100011 | 110000 | 10001 |
Color Harmonies of #172042
Complementary color
Monochromatic Colors of #172042
Black with #172042
Text Example
Text Example
White with #172042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172042; }
p { color: rgb(23,32,66); }
H1.HeaderClassName
{
color: #172042;
}
.AnyTagClassName
{
color: #172042;
}
</style>
background-color css
<style>
a { background-color: #172042; }
a { background-color: rgb(23,32,66); }
div.DivClassName
{
background-color: #172042;
}
.BgClassName
{
background-color: #172042;
}
</style>
border-color css
<style>
span { border-color: #172042; }
span { border-color: rgb(23,32,66); }
td.TdClassName
{
border-color: #172042;
}
.TagClassName
{
border-color: #172042;
}
</style>