Shades of Midnight #172B45
Tints of Midnight #172B45
RGB
CMYK
RGB Variations
Color information
#172B45 (or 0x172B45) is known color: Midnight. HEX triplet: 17, 2B and 45. RGB value is (23,43,69). Sum of RGB (Red+Green+Blue) = 23+43+69=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #172B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172B45 is #E8D4BA. Grayscale: #272727. Windows color (decimal): -15258811 or 4533015. OLE color: 4533015.
HSL color Cylindrical-coordinate representation of color #172B45: hue angle of 213.91º 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 #172B45 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 43 | 69 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.73 |
| HSL | 213.91º | 0.5% | 0.18% | - |
| HSV(B) | 213.91º | 0.67% | 0.27% | - |
| XYZ | 2.29 | 2.34 | 5.96 | - |
| YUV | 39.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 69 | 0.67 | 0.38 | 0 | 0.73 | 213.91 | 0.5 | 0.18 |
| Hex | 17 | 2B | 45 | 43 | 26 | 0 | 49 | D6 | 32 | 12 |
| Octal | 27 | 53 | 105 | 103 | 46 | 0 | 111 | 326 | 62 | 22 |
| Binary | 10111 | 101011 | 1000101 | 1000011 | 100110 | 0 | 1001001 | 11010110 | 110010 | 10010 |
Color Harmonies of #172B45
Complementary color
Monochromatic Colors of #172B45
Black with #172B45
Text Example
Text Example
White with #172B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B45; }
p { color: rgb(23,43,69); }
H1.HeaderClassName
{
color: #172B45;
}
.AnyTagClassName
{
color: #172B45;
}
</style>
background-color css
<style>
a { background-color: #172B45; }
a { background-color: rgb(23,43,69); }
div.DivClassName
{
background-color: #172B45;
}
.BgClassName
{
background-color: #172B45;
}
</style>
border-color css
<style>
span { border-color: #172B45; }
span { border-color: rgb(23,43,69); }
td.TdClassName
{
border-color: #172B45;
}
.TagClassName
{
border-color: #172B45;
}
</style>