Ultramarine blue to RGB — Color Code

RGB

rgb(24, 5, 219)

Format Value
HEX #1805db
RGB rgb(24, 5, 219)
HSL hsl(245.3, 95.5%, 43.9%)
CMYK cmyk(89%, 97.7%, 0%, 14.1%)

What is the RGB code for ultramarine blue?

The CSS color ultramarine blue in RGB format is rgb(24, 5, 219). Use this value directly in CSS, SVG, and most design tools.

How do I use ultramarine blue in CSS?

To apply ultramarine blue in CSS:

  • Text color: color: rgb(24, 5, 219);
  • Background: background-color: rgb(24, 5, 219);
  • Border: border-color: rgb(24, 5, 219);

What are all the color format values for ultramarine blue?

FormatValue
HEX#1805db
RGBrgb(24, 5, 219)
HSLhsl(245.3, 95.5%, 43.9%)
CMYKcmyk(89%, 97.7%, 0%, 14.1%)

How do I convert ultramarine blue to RGB?

Select ultramarine blue from the color name list in our color converter. The RGB value — rgb(24, 5, 219) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does ultramarine blue belong to?

ultramarine blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 245.3°, saturation 95.5%, lightness 43.9%.

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

Lighter variant (lightness 58.9%): #4432fa. Darker variant (lightness 28.9%): #100390. 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.