navy constant

AnsiColor const navy

System navy color

Implementation

static const AnsiColor navy = AnsiColor._(
  value: 4,
  name: 'Navy',
  hex: '#000080',
  rgb: Rgb(0, 0, 128),
  hsl: Hsl(240, 100, 25),
);