Shades of Midnight #172E46
Tints of Midnight #172E46
RGB
CMYK
RGB Variations
Color information
#172E46 (or 0x172E46) is known color: Midnight. HEX triplet: 17, 2E and 46. RGB value is (23,46,70). Sum of RGB (Red+Green+Blue) = 23+46+70=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #172E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E46 is #E8D1B9. Grayscale: #292929. Windows color (decimal): -15258042 or 4599319. OLE color: 4599319.
HSL color Cylindrical-coordinate representation of color #172E46: hue angle of 210.64º degrees, saturation: 0.51, 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 #172E46 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 46 | 70 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.73 |
| HSL | 210.64º | 0.51% | 0.18% | - |
| HSV(B) | 210.64º | 0.67% | 0.27% | - |
| XYZ | 2.44 | 2.58 | 6.16 | - |
| YUV | 41.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 70 | 0.67 | 0.34 | 0 | 0.73 | 210.64 | 0.51 | 0.18 |
| Hex | 17 | 2E | 46 | 43 | 22 | 0 | 49 | D3 | 33 | 12 |
| Octal | 27 | 56 | 106 | 103 | 42 | 0 | 111 | 323 | 63 | 22 |
| Binary | 10111 | 101110 | 1000110 | 1000011 | 100010 | 0 | 1001001 | 11010011 | 110011 | 10010 |
Color Harmonies of #172E46
Complementary color
Monochromatic Colors of #172E46
Black with #172E46
Text Example
Text Example
White with #172E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E46; }
p { color: rgb(23,46,70); }
H1.HeaderClassName
{
color: #172E46;
}
.AnyTagClassName
{
color: #172E46;
}
</style>
background-color css
<style>
a { background-color: #172E46; }
a { background-color: rgb(23,46,70); }
div.DivClassName
{
background-color: #172E46;
}
.BgClassName
{
background-color: #172E46;
}
</style>
border-color css
<style>
span { border-color: #172E46; }
span { border-color: rgb(23,46,70); }
td.TdClassName
{
border-color: #172E46;
}
.TagClassName
{
border-color: #172E46;
}
</style>