Darkish blue to RGB

Color Code

#014182
Format Value
HEX #014182
RGB rgb(1, 65, 130)
HSL hsl(210.2, 98.5%, 25.7%)
CMYK cmyk(99.2%, 50%, 0%, 49%)
HSV hsv(210.2, 99.2%, 51%)

darkish blue color harmonies

Tints & shades of darkish blue

Tints (lighter)

#18528d #2f6499 #4675a4 #5d86af #7497bb #8ca9c6 #a3bad2 #bacbdd #d1dce8 #e8eef4

Shades (darker)

#013b76 #01356a #012f5f #012953 #012347 #001e3b #00182f #001223 #000c18 #00060c

Contrast & accessibility

The quick brown fox

On white · 10.1:1 · AAA

The quick brown fox

On black · 2.08:1 · Fail

Recommended text color: #ffffff

Use darkish blue in code

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

Colors similar to darkish blue

Browse all Blue colors →

What is the RGB code for darkish blue?

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

How do I use darkish blue in CSS?

To apply darkish blue in CSS:

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

What are all the color format values for darkish blue?

FormatValue
HEX#014182
RGBrgb(1, 65, 130)
HSLhsl(210.2, 98.5%, 25.7%)
CMYKcmyk(99.2%, 50%, 0%, 49%)

How do I convert darkish blue to RGB?

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

What color family does darkish blue belong to?

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

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

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