Dark blue to HSL — Color Code

HSL

hsl(238, 100%, 17.8%)

Format Value
HEX #00035b
RGB rgb(0, 3, 91)
HSL hsl(238, 100%, 17.8%)
CMYK cmyk(100%, 96.7%, 0%, 64.3%)

What is the HSL code for dark blue?

The CSS color dark blue in HSL format is hsl(238, 100%, 17.8%). Use this value directly in CSS, SVG, and most design tools.

How do I use dark blue in CSS?

To apply dark blue in CSS:

  • Text color: color: hsl(238, 100%, 17.8%);
  • Background: background-color: hsl(238, 100%, 17.8%);
  • Border: border-color: hsl(238, 100%, 17.8%);

What are all the color format values for dark blue?

FormatValue
HEX#00035b
RGBrgb(0, 3, 91)
HSLhsl(238, 100%, 17.8%)
CMYKcmyk(100%, 96.7%, 0%, 64.3%)

How do I convert dark blue to HSL?

Select dark blue from the color name list in our color converter. The HSL value — hsl(238, 100%, 17.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark blue belong to?

dark blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 238°, saturation 100%, lightness 17.8%.

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

Lighter variant (lightness 32.8%): #0006a7. Darker variant (lightness 5%): #000119. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.