KMH to Knot

Convert kilometers per hour to knots with configurable decimal precision

Enter kilometers per hour and convert to knots using 1 km/h = 0.5399568035 knots.

Example Results

1 examples

Convert km/h to knots

Translate metric speed into nautical knots for marine or aviation notes

{
  "result": {
    "kmh": 18.52,
    "knots": 10
  }
}
View input parameters
{ "kmh": "18.52", "precision": 4 }

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

Marine navigation planning where coastal wind forecasts in km/h must be converted to knots for vessel logbooks.
Aviation flight log preparation converting ground speed from metric radar readings to knots.
Academic physics or meteorology homework requiring precise unit conversions between metric and nautical speed systems.

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-&-numbers

Related 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.

API Documentation

Request Endpoint

POST /en/api/tools/kmh-to-knot

Request Parameters

Parameter Name Type Required Description
kmh text Yes -
precision number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-kmh-to-knot": {
      "name": "kmh-to-knot",
      "description": "Convert kilometers per hour to knots with configurable decimal precision",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=kmh-to-knot",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]