Key Facts
- Category
- Math, Date & Finance
- Input Types
- text, number
- Output Type
- json
- Sample Coverage
- 1
- API Ready
- Yes
Overview
Easily convert kilometers per hour (km/h) to knots with our precise online speed converter. Designed for maritime, aviation, and meteorological applications, this tool uses the standard conversion factor of 1 km/h = 0.5399568035 knots and allows you to customize the decimal precision of your output.
When to Use
- •When translating land-based wind speeds or vehicle velocities from kilometers per hour into nautical knots for marine navigation.
- •When preparing flight plans or aviation logs that require speed inputs in knots from metric sources.
- •When analyzing meteorological data where wind speeds are reported in km/h but need to be documented in knots.
How It Works
- •Enter the speed value in kilometers per hour (km/h) into the input field.
- •Set your desired decimal precision (from 0 to 10 decimal places) to control the rounding of the output.
- •The tool instantly calculates the equivalent speed in knots using the exact ratio of 1 km/h = 0.5399568035 knots and displays the result in JSON format.
Use Cases
Examples
1. Converting Coastal Wind Speed for Sailing
Sailing Instructor- Background
- A sailing instructor receives a local weather forecast indicating wind speeds of 25 km/h, but the sailboat's instruments and logbook use knots.
- Problem
- Convert 25 km/h to knots with 2 decimal places for clear logging.
- How to Use
- Input '25' in the Kilometers per hour field and set the Decimal Precision to '2'.
- Example Config
-
{"kmh": "25", "precision": 2} - Outcome
- The tool outputs a precise speed of 13.50 knots.
2. Aviation Ground Speed Conversion
Private Pilot- Background
- A pilot is reviewing radar data showing a ground speed of 180 km/h and needs to log it in knots for flight records.
- Problem
- Convert 180 km/h to knots with standard 4-digit decimal precision.
- How to Use
- Input '180' in the Kilometers per hour field and leave the precision at the default value of '4'.
- Example Config
-
{"kmh": "180", "precision": 4} - Outcome
- The tool returns a speed of 97.1922 knots.
Try with Samples
math-&-numbersRelated Hubs
FAQ
What is the conversion formula from km/h to knots?
The tool multiplies the km/h value by 0.5399568035 to calculate the speed in knots.
Can I adjust the decimal precision of the conversion?
Yes, you can configure the decimal precision from 0 up to 10 decimal places.
Is this converter suitable for aviation and marine navigation?
Yes, it uses the standard international conversion factor suitable for maritime and aviation calculations.
What is the default decimal precision if I do not specify one?
The default precision is set to 4 decimal places.
Does this tool support negative speed values?
No, speed values should be positive numbers representing physical velocity.