Dark blue grey to HEX — Color Code

HEX

#1f3b4d

Format Value
HEX #1f3b4d
RGB rgb(31, 59, 77)
HSL hsl(203.5, 42.6%, 21.2%)
CMYK cmyk(59.7%, 23.4%, 0%, 69.8%)

What is the HEX code for dark blue grey?

The CSS color dark blue grey in HEX format is #1f3b4d. Use this value directly in CSS, SVG, and most design tools.

How do I use dark blue grey in CSS?

To apply dark blue grey in CSS:

  • Text color: color: #1f3b4d;
  • Background: background-color: #1f3b4d;
  • Border: border-color: #1f3b4d;

What are all the color format values for dark blue grey?

FormatValue
HEX#1f3b4d
RGBrgb(31, 59, 77)
HSLhsl(203.5, 42.6%, 21.2%)
CMYKcmyk(59.7%, 23.4%, 0%, 69.8%)

How do I convert dark blue grey to HEX?

Select dark blue grey from the color name list in our color converter. The HEX value — #1f3b4d — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark blue grey belong to?

dark blue grey belongs to the blue color family. It is a dark, moderately saturated color with HSL values: hue 203.5°, saturation 42.6%, lightness 21.2%.

How do I create lighter and darker shades of dark blue grey?

Lighter variant (lightness 36.2%): #356584. Darker variant (lightness 6.199999999999999%): #091117. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.