Very dark blue to HSL — Color Code

#000133
Format Value
HEX #000133
RGB rgb(0, 1, 51)
HSL hsl(238.8, 100%, 10%)
CMYK cmyk(100%, 98%, 0%, 80%)
HSV hsv(238.8, 100%, 20%)

very dark blue color harmonies

Tints & shades of very dark blue

Tints (lighter)

#171846 #2e2f58 #46466b #5d5d7d #747490 #8b8ca2 #a2a3b5 #b9bac7 #d1d1da #e8e8ec

Shades (darker)

#00012e #00012a #000125 #000120 #00011c #000017 #000013 #00000e #000009 #000005

Contrast & accessibility

The quick brown fox

On white · 19.96:1 · AAA

The quick brown fox

On black · 1.05:1 · Fail

Recommended text color: #ffffff

Use very dark blue in code

CSS color: #000133;
SCSS $color: #000133;
Tailwind bg-[#000133]
Swift UIColor(red: 0.000, green: 0.004, blue: 0.200, alpha: 1)
Android Color.parseColor("#000133")
Flutter Color(0xFF000133)

Colors similar to very dark blue

Browse all Blue colors →

What is the HSL code for very dark blue?

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

How do I use very dark blue in CSS?

To apply very dark blue in CSS:

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

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

FormatValue
HEX#000133
RGBrgb(0, 1, 51)
HSLhsl(238.8, 100%, 10%)
CMYKcmyk(100%, 98%, 0%, 80%)

How do I convert very dark blue to HSL?

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

What color family does very dark blue belong to?

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

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

Lighter variant (lightness 25%): #000380. 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.