Peacock blue to RGB — Color Code

RGB

rgb(1, 103, 149)

Format Value
HEX #016795
RGB rgb(1, 103, 149)
HSL hsl(198.6, 98.7%, 29.4%)
CMYK cmyk(99.3%, 30.9%, 0%, 41.6%)

What is the RGB code for peacock blue?

The CSS color peacock blue in RGB format is rgb(1, 103, 149). Use this value directly in CSS, SVG, and most design tools.

How do I use peacock blue in CSS?

To apply peacock blue in CSS:

  • Text color: color: rgb(1, 103, 149);
  • Background: background-color: rgb(1, 103, 149);
  • Border: border-color: rgb(1, 103, 149);

What are all the color format values for peacock blue?

FormatValue
HEX#016795
RGBrgb(1, 103, 149)
HSLhsl(198.6, 98.7%, 29.4%)
CMYKcmyk(99.3%, 30.9%, 0%, 41.6%)

How do I convert peacock blue to RGB?

Select peacock blue from the color name list in our color converter. The RGB value — rgb(1, 103, 149) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does peacock blue belong to?

peacock blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 198.6°, saturation 98.7%, lightness 29.4%.

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

Lighter variant (lightness 44.4%): #019ce1. Darker variant (lightness 14.399999999999999%): #003249. 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.