Concept: Count numbers separately according to the last digit because divisibility by \(15\) requires divisibility by both \(3\) and \(5\).
Step 1: If the last digit is \(0\), the valid pairs are \((3,9),(2,7),(5,7)\), giving \(3\times2=6\) numbers.
Step 2: If the last digit is \(5\), the valid arrangements are \(705,375,735,795,975\), giving \(5\) numbers.
Step 3: Therefore, the total number of required three-digit numbers is \(6+5=11\). Hence, \(\boxed{11}\).