Shades of Midnight #172E47
Tints of Midnight #172E47
RGB
CMYK
RGB Variations
Color information
#172E47 (or 0x172E47) is known color: Midnight. HEX triplet: 17, 2E and 47. RGB value is (23,46,71). Sum of RGB (Red+Green+Blue) = 23+46+71=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #172E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E47 is #E8D1B8. Grayscale: #292929. Windows color (decimal): -15258041 or 4664855. OLE color: 4664855.
HSL color Cylindrical-coordinate representation of color #172E47: hue angle of 211.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #172E47 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 46 | 71 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.72 |
| HSL | 211.25º | 0.51% | 0.18% | - |
| HSV(B) | 211.25º | 0.68% | 0.28% | - |
| XYZ | 2.47 | 2.59 | 6.33 | - |
| YUV | 41.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 71 | 0.68 | 0.35 | 0 | 0.72 | 211.25 | 0.51 | 0.18 |
| Hex | 17 | 2E | 47 | 44 | 23 | 0 | 48 | D3 | 33 | 12 |
| Octal | 27 | 56 | 107 | 104 | 43 | 0 | 110 | 323 | 63 | 22 |
| Binary | 10111 | 101110 | 1000111 | 1000100 | 100011 | 0 | 1001000 | 11010011 | 110011 | 10010 |
Color Harmonies of #172E47
Complementary color
Monochromatic Colors of #172E47
Black with #172E47
Text Example
Text Example
White with #172E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E47; }
p { color: rgb(23,46,71); }
H1.HeaderClassName
{
color: #172E47;
}
.AnyTagClassName
{
color: #172E47;
}
</style>
background-color css
<style>
a { background-color: #172E47; }
a { background-color: rgb(23,46,71); }
div.DivClassName
{
background-color: #172E47;
}
.BgClassName
{
background-color: #172E47;
}
</style>
border-color css
<style>
span { border-color: #172E47; }
span { border-color: rgb(23,46,71); }
td.TdClassName
{
border-color: #172E47;
}
.TagClassName
{
border-color: #172E47;
}
</style>