Color #000099

#000099rgb(0, 0, 153)

Color Codes

HEX#000099
RGBrgb(0, 0, 153)
HSLhsl(240°, 100%, 30%)
CMYKcmyk(100%, 100%, 0%, 40%)
CIELABLab(17, 54.1, -73.7)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #000099;
  --color-primary-rgb: 0, 0, 153;
  --color-primary-hsl: 240, 100%, 30%;
}

Related Tools