Shades of Midnight Express #172146
Tints of Midnight Express #172146
RGB
CMYK
RGB Variations
Color information
#172146 (or 0x172146) is known color: Midnight Express. HEX triplet: 17, 21 and 46. RGB value is (23,33,70). Sum of RGB (Red+Green+Blue) = 23+33+70=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #172146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172146 is #E8DEB9. Grayscale: #222222. Windows color (decimal): -15261370 or 4595991. OLE color: 4595991.
HSL color Cylindrical-coordinate representation of color #172146: hue angle of 227.23º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #172146 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 33 | 70 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.73 |
| HSL | 227.23º | 0.51% | 0.18% | - |
| HSV(B) | 227.23º | 0.67% | 0.27% | - |
| XYZ | 2 | 1.71 | 6.02 | - |
| YUV | 34.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 70 | 0.67 | 0.53 | 0 | 0.73 | 227.23 | 0.51 | 0.18 |
| Hex | 17 | 21 | 46 | 43 | 35 | 0 | 49 | E3 | 33 | 12 |
| Octal | 27 | 41 | 106 | 103 | 65 | 0 | 111 | 343 | 63 | 22 |
| Binary | 10111 | 100001 | 1000110 | 1000011 | 110101 | 0 | 1001001 | 11100011 | 110011 | 10010 |
Color Harmonies of #172146
Complementary color
Monochromatic Colors of #172146
Black with #172146
Text Example
Text Example
White with #172146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172146; }
p { color: rgb(23,33,70); }
H1.HeaderClassName
{
color: #172146;
}
.AnyTagClassName
{
color: #172146;
}
</style>
background-color css
<style>
a { background-color: #172146; }
a { background-color: rgb(23,33,70); }
div.DivClassName
{
background-color: #172146;
}
.BgClassName
{
background-color: #172146;
}
</style>
border-color css
<style>
span { border-color: #172146; }
span { border-color: rgb(23,33,70); }
td.TdClassName
{
border-color: #172146;
}
.TagClassName
{
border-color: #172146;
}
</style>