Color #000080

#000080rgb(0, 0, 128)

Color Codes

HEX#000080
RGBrgb(0, 0, 128)
HSLhsl(240°, 100%, 25%)
CMYKcmyk(100%, 100%, 0%, 50%)
CIELABLab(13, 47.5, -64.7)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #000080;
  --color-primary-rgb: 0, 0, 128;
  --color-primary-hsl: 240, 100%, 25%;
}

Related Tools