19 PX to PT
Result
19 px = 14.25 pt
Explanation
- Pixels — 19
To convert 19 pixels to points you need to multiply pixels value by 0.75, in our case: 19 × 0.75. In result we'll receive that 19 px is equal to 14.25 points (pt)
CSS code for 19 PX to PT
p { font-size: 14.25pt }
HTML (inline CSS):
<p style="font-size: 14.25pt">Hello World<p>