Shades of Midnight Express #172245
Tints of Midnight Express #172245
RGB
CMYK
RGB Variations
Color information
#172245 (or 0x172245) is known color: Midnight Express. HEX triplet: 17, 22 and 45. RGB value is (23,34,69). Sum of RGB (Red+Green+Blue) = 23+34+69=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #172245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172245 is #E8DDBA. Grayscale: #222222. Windows color (decimal): -15261115 or 4530711. OLE color: 4530711.
HSL color Cylindrical-coordinate representation of color #172245: hue angle of 225.65º degrees, saturation: 0.5, 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 #172245 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 34 | 69 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.73 |
| HSL | 225.65º | 0.5% | 0.18% | - |
| HSV(B) | 225.65º | 0.67% | 0.27% | - |
| XYZ | 2 | 1.76 | 5.86 | - |
| YUV | 34.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 69 | 0.67 | 0.51 | 0 | 0.73 | 225.65 | 0.5 | 0.18 |
| Hex | 17 | 22 | 45 | 43 | 33 | 0 | 49 | E2 | 32 | 12 |
| Octal | 27 | 42 | 105 | 103 | 63 | 0 | 111 | 342 | 62 | 22 |
| Binary | 10111 | 100010 | 1000101 | 1000011 | 110011 | 0 | 1001001 | 11100010 | 110010 | 10010 |
Color Harmonies of #172245
Complementary color
Monochromatic Colors of #172245
Black with #172245
Text Example
Text Example
White with #172245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172245; }
p { color: rgb(23,34,69); }
H1.HeaderClassName
{
color: #172245;
}
.AnyTagClassName
{
color: #172245;
}
</style>
background-color css
<style>
a { background-color: #172245; }
a { background-color: rgb(23,34,69); }
div.DivClassName
{
background-color: #172245;
}
.BgClassName
{
background-color: #172245;
}
</style>
border-color css
<style>
span { border-color: #172245; }
span { border-color: rgb(23,34,69); }
td.TdClassName
{
border-color: #172245;
}
.TagClassName
{
border-color: #172245;
}
</style>