Very dark blue to RGB — Color Code

RGB

rgb(0, 1, 51)

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

What is the RGB code for very dark blue?

The CSS color very dark blue in RGB format is rgb(0, 1, 51). 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: rgb(0, 1, 51);
  • Background: background-color: rgb(0, 1, 51);
  • Border: border-color: rgb(0, 1, 51);

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 RGB?

Select very dark blue from the color name list in our color converter. The RGB value — rgb(0, 1, 51) — 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 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.