Marine blue to RGB — Color Code

#01386a
Format Value
HEX #01386a
RGB rgb(1, 56, 106)
HSL hsl(208.6, 98.1%, 21%)
CMYK cmyk(99.1%, 47.2%, 0%, 58.4%)
HSV hsv(208.6, 99.1%, 41.6%)

marine blue color harmonies

Tints & shades of marine blue

Tints (lighter)

#184a78 #2f5c85 #466e93 #5d80a0 #7492ae #8ca5bb #a3b7c9 #bac9d6 #d1dbe4 #e8edf1

Shades (darker)

#013360 #012e57 #01294d #012443 #011f3a #001930 #001427 #000f1d #000a13 #00050a

Contrast & accessibility

The quick brown fox

On white · 11.83:1 · AAA

The quick brown fox

On black · 1.78:1 · Fail

Recommended text color: #ffffff

Use marine blue in code

CSS color: #01386a;
SCSS $color: #01386a;
Tailwind bg-[#01386a]
Swift UIColor(red: 0.004, green: 0.220, blue: 0.416, alpha: 1)
Android Color.parseColor("#01386a")
Flutter Color(0xFF01386A)

Colors similar to marine blue

Browse all Blue colors →

What is the RGB code for marine blue?

The CSS color marine blue in RGB format is rgb(1, 56, 106). Use this value directly in CSS, SVG, and most design tools.

How do I use marine blue in CSS?

To apply marine blue in CSS:

  • Text color: color: rgb(1, 56, 106);
  • Background: background-color: rgb(1, 56, 106);
  • Border: border-color: rgb(1, 56, 106);

What are all the color format values for marine blue?

FormatValue
HEX#01386a
RGBrgb(1, 56, 106)
HSLhsl(208.6, 98.1%, 21%)
CMYKcmyk(99.1%, 47.2%, 0%, 58.4%)

How do I convert marine blue to RGB?

Select marine blue from the color name list in our color converter. The RGB value — rgb(1, 56, 106) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does marine blue belong to?

marine blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 208.6°, saturation 98.1%, lightness 21%.

How do I create lighter and darker shades of marine blue?

Lighter variant (lightness 36%): #0260b6. Darker variant (lightness 6%): #00101e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.