Shades of Midnight Express #172145
Tints of Midnight Express #172145
RGB
CMYK
RGB Variations
Color information
#172145 (or 0x172145) is known color: Midnight Express. HEX triplet: 17, 21 and 45. RGB value is (23,33,69). Sum of RGB (Red+Green+Blue) = 23+33+69=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 69 (27.34% from 255 or 55.2% from 125); Max value from RGB is 69 - color contains mainly: blue. Hex color #172145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172145 is #E8DEBA. Grayscale: #212121. Windows color (decimal): -15261371 or 4530455. OLE color: 4530455.
HSL color Cylindrical-coordinate representation of color #172145: hue angle of 226.96º 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 #172145 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 33 | 69 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.73 |
| HSL | 226.96º | 0.5% | 0.18% | - |
| HSV(B) | 226.96º | 0.67% | 0.27% | - |
| XYZ | 1.97 | 1.7 | 5.85 | - |
| YUV | 34.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 69 | 0.67 | 0.52 | 0 | 0.73 | 226.96 | 0.5 | 0.18 |
| Hex | 17 | 21 | 45 | 43 | 34 | 0 | 49 | E3 | 32 | 12 |
| Octal | 27 | 41 | 105 | 103 | 64 | 0 | 111 | 343 | 62 | 22 |
| Binary | 10111 | 100001 | 1000101 | 1000011 | 110100 | 0 | 1001001 | 11100011 | 110010 | 10010 |
Color Harmonies of #172145
Complementary color
Monochromatic Colors of #172145
Black with #172145
Text Example
Text Example
White with #172145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172145; }
p { color: rgb(23,33,69); }
H1.HeaderClassName
{
color: #172145;
}
.AnyTagClassName
{
color: #172145;
}
</style>
background-color css
<style>
a { background-color: #172145; }
a { background-color: rgb(23,33,69); }
div.DivClassName
{
background-color: #172145;
}
.BgClassName
{
background-color: #172145;
}
</style>
border-color css
<style>
span { border-color: #172145; }
span { border-color: rgb(23,33,69); }
td.TdClassName
{
border-color: #172145;
}
.TagClassName
{
border-color: #172145;
}
</style>