Deep sea blue to RGB

Color Code

#015482
Format Value
HEX #015482
RGB rgb(1, 84, 130)
HSL hsl(201.4, 98.5%, 25.7%)
CMYK cmyk(99.2%, 35.4%, 0%, 49%)
HSV hsv(201.4, 99.2%, 51%)

deep sea blue color harmonies

Tints & shades of deep sea blue

Tints (lighter)

#18648d #2f7399 #4683a4 #5d92af #74a2bb #8cb1c6 #a3c1d2 #bad0dd #d1e0e8 #e8eff4

Shades (darker)

#014c76 #01456a #013d5f #013553 #012e47 #00263b #001f2f #001723 #000f18 #00080c

Contrast & accessibility

The quick brown fox

On white · 8.1:1 · AAA

The quick brown fox

On black · 2.59:1 · Fail

Recommended text color: #ffffff

Use deep sea blue in code

CSS color: #015482;
SCSS $color: #015482;
Tailwind bg-[#015482]
Swift UIColor(red: 0.004, green: 0.329, blue: 0.510, alpha: 1)
Android Color.parseColor("#015482")
Flutter Color(0xFF015482)

Colors similar to deep sea blue

Browse all Blue colors →

What is the RGB code for deep sea blue?

The CSS color deep sea blue in RGB format is rgb(1, 84, 130). Use this value directly in CSS, SVG, and most design tools.

How do I use deep sea blue in CSS?

To apply deep sea blue in CSS:

  • Text color: color: rgb(1, 84, 130);
  • Background: background-color: rgb(1, 84, 130);
  • Border: border-color: rgb(1, 84, 130);

What are all the color format values for deep sea blue?

FormatValue
HEX#015482
RGBrgb(1, 84, 130)
HSLhsl(201.4, 98.5%, 25.7%)
CMYKcmyk(99.2%, 35.4%, 0%, 49%)

How do I convert deep sea blue to RGB?

Select deep sea blue from the color name list in our color converter. The RGB value — rgb(1, 84, 130) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does deep sea blue belong to?

deep sea blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 201.4°, saturation 98.5%, lightness 25.7%.

How do I create lighter and darker shades of deep sea blue?

Lighter variant (lightness 40.7%): #0285ce. Darker variant (lightness 10.7%): #002336. 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.