Shades of Midnight #172B49
Tints of Midnight #172B49
RGB
CMYK
RGB Variations
Color information
#172B49 (or 0x172B49) is known color: Midnight. HEX triplet: 17, 2B and 49. RGB value is (23,43,73). Sum of RGB (Red+Green+Blue) = 23+43+73=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #172B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172B49 is #E8D4B6. Grayscale: #282828. Windows color (decimal): -15258807 or 4795159. OLE color: 4795159.
HSL color Cylindrical-coordinate representation of color #172B49: hue angle of 216º 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 #172B49 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 43 | 73 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.71 |
| HSL | 216º | 0.52% | 0.19% | - |
| HSV(B) | 216º | 0.68% | 0.29% | - |
| XYZ | 2.42 | 2.39 | 6.64 | - |
| YUV | 40.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 73 | 0.68 | 0.41 | 0 | 0.71 | 216 | 0.52 | 0.19 |
| Hex | 17 | 2B | 49 | 44 | 29 | 0 | 47 | D8 | 34 | 13 |
| Octal | 27 | 53 | 111 | 104 | 51 | 0 | 107 | 330 | 64 | 23 |
| Binary | 10111 | 101011 | 1001001 | 1000100 | 101001 | 0 | 1000111 | 11011000 | 110100 | 10011 |
Color Harmonies of #172B49
Complementary color
Monochromatic Colors of #172B49
Black with #172B49
Text Example
Text Example
White with #172B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B49; }
p { color: rgb(23,43,73); }
H1.HeaderClassName
{
color: #172B49;
}
.AnyTagClassName
{
color: #172B49;
}
</style>
background-color css
<style>
a { background-color: #172B49; }
a { background-color: rgb(23,43,73); }
div.DivClassName
{
background-color: #172B49;
}
.BgClassName
{
background-color: #172B49;
}
</style>
border-color css
<style>
span { border-color: #172B49; }
span { border-color: rgb(23,43,73); }
td.TdClassName
{
border-color: #172B49;
}
.TagClassName
{
border-color: #172B49;
}
</style>