Shades of Midnight Express #172345
Tints of Midnight Express #172345
RGB
CMYK
RGB Variations
Color information
#172345 (or 0x172345) is known color: Midnight Express. HEX triplet: 17, 23 and 45. RGB value is (23,35,69). Sum of RGB (Red+Green+Blue) = 23+35+69=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #172345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172345 is #E8DCBA. Grayscale: #232323. Windows color (decimal): -15260859 or 4530967. OLE color: 4530967.
HSL color Cylindrical-coordinate representation of color #172345: hue angle of 224.35º 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 #172345 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 35 | 69 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.73 |
| HSL | 224.35º | 0.5% | 0.18% | - |
| HSV(B) | 224.35º | 0.67% | 0.27% | - |
| XYZ | 2.03 | 1.81 | 5.87 | - |
| YUV | 35.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 69 | 0.67 | 0.49 | 0 | 0.73 | 224.35 | 0.5 | 0.18 |
| Hex | 17 | 23 | 45 | 43 | 31 | 0 | 49 | E0 | 32 | 12 |
| Octal | 27 | 43 | 105 | 103 | 61 | 0 | 111 | 340 | 62 | 22 |
| Binary | 10111 | 100011 | 1000101 | 1000011 | 110001 | 0 | 1001001 | 11100000 | 110010 | 10010 |
Color Harmonies of #172345
Complementary color
Monochromatic Colors of #172345
Black with #172345
Text Example
Text Example
White with #172345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172345; }
p { color: rgb(23,35,69); }
H1.HeaderClassName
{
color: #172345;
}
.AnyTagClassName
{
color: #172345;
}
</style>
background-color css
<style>
a { background-color: #172345; }
a { background-color: rgb(23,35,69); }
div.DivClassName
{
background-color: #172345;
}
.BgClassName
{
background-color: #172345;
}
</style>
border-color css
<style>
span { border-color: #172345; }
span { border-color: rgb(23,35,69); }
td.TdClassName
{
border-color: #172345;
}
.TagClassName
{
border-color: #172345;
}
</style>