Color #007399

#007399rgb(0, 115, 153)

Color Codes

HEX#007399
RGBrgb(0, 115, 153)
HSLhsl(195°, 100%, 30%)
CMYKcmyk(100%, 25%, 0%, 40%)
CIELABLab(45, -13.1, -28.2)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #007399;
  --color-primary-rgb: 0, 115, 153;
  --color-primary-hsl: 195, 100%, 30%;
}

Related Tools