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