Color #191970

#191970rgb(25, 25, 112)

Color Codes

HEX#191970
RGBrgb(25, 25, 112)
HSLhsl(240°, 64%, 27%)
CMYKcmyk(78%, 78%, 0%, 56%)
CIELABLab(15.9, 31.7, -49.6)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #191970;
color: #191970;
border: 2px solid #191970;
background: linear-gradient(135deg, #191970, #707019);

Code Export

css
:root {
  --color-primary: #191970;
  --color-primary-rgb: 25, 25, 112;
  --color-primary-hsl: 240, 64%, 27%;
}

Related Tools