Skip to contents

Access the HEX code of the dark blue used in the UKRI logo.

Usage

ukri_dark_blue()

Value

The HEX code of the UKRI dark blue.

Examples


barplot(
  1:3,
  col = ukri_dark_blue()
)