Shades of Midnight #172D49
Tints of Midnight #172D49
RGB
CMYK
RGB Variations
Color information
#172D49 (or 0x172D49) is known color: Midnight. HEX triplet: 17, 2D and 49. RGB value is (23,45,73). Sum of RGB (Red+Green+Blue) = 23+45+73=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #172D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D49 is #E8D2B6. Grayscale: #292929. Windows color (decimal): -15258295 or 4795671. OLE color: 4795671.
HSL color Cylindrical-coordinate representation of color #172D49: hue angle of 213.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #172D49 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 45 | 73 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.71 |
| HSL | 213.6º | 0.52% | 0.19% | - |
| HSV(B) | 213.6º | 0.68% | 0.29% | - |
| XYZ | 2.49 | 2.54 | 6.66 | - |
| YUV | 41.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 73 | 0.68 | 0.38 | 0 | 0.71 | 213.6 | 0.52 | 0.19 |
| Hex | 17 | 2D | 49 | 44 | 26 | 0 | 47 | D6 | 34 | 13 |
| Octal | 27 | 55 | 111 | 104 | 46 | 0 | 107 | 326 | 64 | 23 |
| Binary | 10111 | 101101 | 1001001 | 1000100 | 100110 | 0 | 1000111 | 11010110 | 110100 | 10011 |
Color Harmonies of #172D49
Complementary color
Monochromatic Colors of #172D49
Black with #172D49
Text Example
Text Example
White with #172D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D49; }
p { color: rgb(23,45,73); }
H1.HeaderClassName
{
color: #172D49;
}
.AnyTagClassName
{
color: #172D49;
}
</style>
background-color css
<style>
a { background-color: #172D49; }
a { background-color: rgb(23,45,73); }
div.DivClassName
{
background-color: #172D49;
}
.BgClassName
{
background-color: #172D49;
}
</style>
border-color css
<style>
span { border-color: #172D49; }
span { border-color: rgb(23,45,73); }
td.TdClassName
{
border-color: #172D49;
}
.TagClassName
{
border-color: #172D49;
}
</style>