Navy (#000080) to RGB

Convert the navy hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#000080 = rgb(0, 0, 128)

Color Values

Hex#000080
RGBrgb(0, 0, 128)
Red0
Green0
Blue128

Convert Any Hex Color

✅ RGB Value: rgb(0, 0, 128)

Frequently Asked Questions

What is the RGB value of Navy?

Navy (#000080) is rgb(0, 0, 128) in RGB.

What is the hex code for Navy?

The hex code for Navy is #000080, which is rgb(0, 0, 128) in RGB.

How do I use Navy in CSS?

In CSS you can use either form interchangeably: color: #000080; or color: rgb(0, 0, 128);