Harmony system

Petrol Blue Color Harmonies

Petrol Blue color harmonies are generated from #005F6A with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Petrol Blue into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Petrol Blue sits in the cyan family with cool temperature and dark tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourcePetrol Blue · #005F6A
Groups6
Palette colors6
FamilyCyan

How the harmony works

Petrol Blue Harmony Guide

Petrol Blue harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Petrol Blue Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Petrol Blue.

AI-Ready Dataset v1.0.0
Luminance0.0923
Black text2.85:1AA Fail
White text7.38:1AA Pass
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "petrol-blue",
  "name": "Petrol Blue",
  "hex": "#005F6A",
  "url": "https://www.colorsencyclopedia.com/colors/petrol-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/petrol-blue.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#6B0B00",
        "name": "#6B0B00",
        "slug": null,
        "rgb": [
          107,
          11,
          0
        ],
        "hsl": [
          6,
          100,
          21
        ],
        "cmyk": [
          0,
          90,
          100,
          58
        ],
        "luminance": 0.0337,
        "contrast": {
          "black": 1.67,
          "white": 12.54
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6b0b00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b0b00.json"
      }
    ],
    "anchor": "petrol-blue-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#006B40",
        "name": "#006B40",
        "slug": null,
        "rgb": [
          0,
          107,
          64
        ],
        "hsl": [
          156,
          100,
          21
        ],
        "cmyk": [
          100,
          0,
          40,
          58
        ],
        "luminance": 0.1089,
        "contrast": {
          "black": 3.18,
          "white": 6.61
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/006b40/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/006b40.json"
      },
      {
        "hex": "#002B6B",
        "name": "#002B6B",
        "slug": null,
        "rgb": [
          0,
          43,
          107
        ],
        "hsl": [
          216,
          100,
          21
        ],
        "cmyk": [
          100,
          60,
          0,
          58
        ],
        "luminance": 0.0279,
        "contrast": {
          "black": 1.56,
          "white": 13.48
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/002b6b/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/002b6b.json"
      }
    ],
    "anchor": "petrol-blue-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#6B0060",
        "name": "#6B0060",
        "slug": null,
        "rgb": [
          107,
          0,
          96
        ],
        "hsl": [
          306,
          100,
          21
        ],
        "cmyk": [
          0,
          100,
          10,
          58
        ],
        "luminance": 0.0397,
        "contrast": {
          "black": 1.79,
          "white": 11.71
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6b0060/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b0060.json"
      },
      {
        "hex": "#606B00",
        "name": "#606B00",
        "slug": null,
        "rgb": [
          96,
          107,
          0
        ],
        "hsl": [
          66,
          100,
          21
        ],
        "cmyk": [
          10,
          0,
          100,
          58
        ],
        "luminance": 0.13,
        "contrast": {
          "black": 3.6,
          "white": 5.83
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/606b00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/606b00.json"
      }
    ],
    "anchor": "petrol-blue-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#40006B",
        "name": "#40006B",
        "slug": null,
        "rgb": [
          64,
          0,
          107
        ],
        "hsl": [
          276,
          100,
          21
        ],
        "cmyk": [
          40,
          100,
          0,
          58
        ],
        "luminance": 0.0215,
        "contrast": {
          "black": 1.43,
          "white": 14.69
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/40006b/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/40006b.json"
      },
      {
        "hex": "#6B0B00",
        "name": "#6B0B00",
        "slug": null,
        "rgb": [
          107,
          11,
          0
        ],
        "hsl": [
          6,
          100,
          21
        ],
        "cmyk": [
          0,
          90,
          100,
          58
        ],
        "luminance": 0.0337,
        "contrast": {
          "black": 1.67,
          "white": 12.54
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6b0b00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b0b00.json"
      },
      {
        "hex": "#2B6B00",
        "name": "#2B6B00",
        "slug": null,
        "rgb": [
          43,
          107,
          0
        ],
        "hsl": [
          96,
          100,
          21
        ],
        "cmyk": [
          60,
          0,
          100,
          58
        ],
        "luminance": 0.1103,
        "contrast": {
          "black": 3.21,
          "white": 6.55
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/2b6b00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/2b6b00.json"
      }
    ],
    "anchor": "petrol-blue-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#6B002B",
        "name": "#6B002B",
        "slug": null,
        "rgb": [
          107,
          0,
          43
        ],
        "hsl": [
          336,
          100,
          21
        ],
        "cmyk": [
          0,
          100,
          60,
          58
        ],
        "luminance": 0.033,
        "contrast": {
          "black": 1.66,
          "white": 12.65
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6b002b/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b002b.json"
      },
      {
        "hex": "#6B4000",
        "name": "#6B4000",
        "slug": null,
        "rgb": [
          107,
          64,
          0
        ],
        "hsl": [
          36,
          100,
          21
        ],
        "cmyk": [
          0,
          40,
          100,
          58
        ],
        "luminance": 0.0679,
        "contrast": {
          "black": 2.36,
          "white": 8.91
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6b4000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b4000.json"
      }
    ],
    "anchor": "petrol-blue-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#00B3C7",
        "name": "#00B3C7",
        "slug": null,
        "rgb": [
          0,
          179,
          199
        ],
        "hsl": [
          186,
          100,
          39
        ],
        "cmyk": [
          100,
          10,
          0,
          22
        ],
        "luminance": 0.3636,
        "contrast": {
          "black": 8.27,
          "white": 2.54
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00b3c7/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00b3c7.json"
      },
      {
        "hex": "#005F6A",
        "name": "Petrol Blue",
        "slug": "petrol-blue",
        "rgb": [
          0,
          95,
          106
        ],
        "hsl": [
          186,
          100,
          21
        ],
        "cmyk": [
          100,
          10,
          0,
          58
        ],
        "luminance": 0.0923,
        "contrast": {
          "black": 2.85,
          "white": 7.38
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/petrol-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/petrol-blue.json"
      },
      {
        "hex": "#000E0F",
        "name": "#000E0F",
        "slug": null,
        "rgb": [
          0,
          14,
          15
        ],
        "hsl": [
          184,
          100,
          3
        ],
        "cmyk": [
          100,
          7,
          0,
          94
        ],
        "luminance": 0.0035,
        "contrast": {
          "black": 1.07,
          "white": 19.63
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/000e0f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/000e0f.json"
      }
    ],
    "anchor": "petrol-blue-harmony-monochromatic"
  }
]
Signature palette
[
  "#005F6A",
  "#6B0B00",
  "#006B40",
  "#002B6B",
  "#00B3C7",
  "#000E0F"
]
Accessibility notes
[
  "Black contrast on Petrol Blue: 2.85:1",
  "White contrast on Petrol Blue: 7.38:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-petrol-blue: #005F6A;\n  --petrol-blue-complementary-1: #6B0B00;\n  --petrol-blue-analogous-1: #006B40;\n  --petrol-blue-analogous-2: #002B6B;\n  --petrol-blue-triadic-1: #6B0060;\n  --petrol-blue-triadic-2: #606B00;\n  --petrol-blue-tetradic-1: #40006B;\n  --petrol-blue-tetradic-2: #6B0B00;\n  --petrol-blue-tetradic-3: #2B6B00;\n  --petrol-blue-split-complementary-1: #6B002B;\n  --petrol-blue-split-complementary-2: #6B4000;\n  --petrol-blue-monochromatic-1: #00B3C7;\n  --petrol-blue-monochromatic-2: #005F6A;\n  --petrol-blue-monochromatic-3: #000E0F;\n}\n\n.palette-petrol-blue-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #005F6A, #6B0B00, #006B40, #002B6B, #00B3C7, #000E0F);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "petrol-blue",
  "name": "Petrol Blue",
  "hex": "#005F6A",
  "rgb": [
    0,
    95,
    106
  ],
  "hsl": [
    186,
    100,
    21
  ],
  "cmyk": [
    100,
    10,
    0,
    58
  ],
  "family": "cyan",
  "temperature": "cool",
  "tone": [
    "dark"
  ],
  "luminance": 0.0923,
  "contrast": {
    "black": 2.85,
    "white": 7.38
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": [
      "#FFFFFF"
    ]
  },
  "sourceColor": {
    "slug": "petrol-blue",
    "name": "Petrol Blue",
    "hex": "#005F6A",
    "url": "https://www.colorsencyclopedia.com/colors/petrol-blue/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/petrol-blue.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#6B0B00",
          "name": "#6B0B00",
          "slug": null,
          "rgb": [
            107,
            11,
            0
          ],
          "hsl": [
            6,
            100,
            21
          ],
          "cmyk": [
            0,
            90,
            100,
            58
          ],
          "luminance": 0.0337,
          "contrast": {
            "black": 1.67,
            "white": 12.54
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6b0b00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b0b00.json"
        }
      ],
      "anchor": "petrol-blue-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#006B40",
          "name": "#006B40",
          "slug": null,
          "rgb": [
            0,
            107,
            64
          ],
          "hsl": [
            156,
            100,
            21
          ],
          "cmyk": [
            100,
            0,
            40,
            58
          ],
          "luminance": 0.1089,
          "contrast": {
            "black": 3.18,
            "white": 6.61
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/006b40/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/006b40.json"
        },
        {
          "hex": "#002B6B",
          "name": "#002B6B",
          "slug": null,
          "rgb": [
            0,
            43,
            107
          ],
          "hsl": [
            216,
            100,
            21
          ],
          "cmyk": [
            100,
            60,
            0,
            58
          ],
          "luminance": 0.0279,
          "contrast": {
            "black": 1.56,
            "white": 13.48
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/002b6b/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/002b6b.json"
        }
      ],
      "anchor": "petrol-blue-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#6B0060",
          "name": "#6B0060",
          "slug": null,
          "rgb": [
            107,
            0,
            96
          ],
          "hsl": [
            306,
            100,
            21
          ],
          "cmyk": [
            0,
            100,
            10,
            58
          ],
          "luminance": 0.0397,
          "contrast": {
            "black": 1.79,
            "white": 11.71
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6b0060/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b0060.json"
        },
        {
          "hex": "#606B00",
          "name": "#606B00",
          "slug": null,
          "rgb": [
            96,
            107,
            0
          ],
          "hsl": [
            66,
            100,
            21
          ],
          "cmyk": [
            10,
            0,
            100,
            58
          ],
          "luminance": 0.13,
          "contrast": {
            "black": 3.6,
            "white": 5.83
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/606b00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/606b00.json"
        }
      ],
      "anchor": "petrol-blue-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#40006B",
          "name": "#40006B",
          "slug": null,
          "rgb": [
            64,
            0,
            107
          ],
          "hsl": [
            276,
            100,
            21
          ],
          "cmyk": [
            40,
            100,
            0,
            58
          ],
          "luminance": 0.0215,
          "contrast": {
            "black": 1.43,
            "white": 14.69
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/40006b/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/40006b.json"
        },
        {
          "hex": "#6B0B00",
          "name": "#6B0B00",
          "slug": null,
          "rgb": [
            107,
            11,
            0
          ],
          "hsl": [
            6,
            100,
            21
          ],
          "cmyk": [
            0,
            90,
            100,
            58
          ],
          "luminance": 0.0337,
          "contrast": {
            "black": 1.67,
            "white": 12.54
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6b0b00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b0b00.json"
        },
        {
          "hex": "#2B6B00",
          "name": "#2B6B00",
          "slug": null,
          "rgb": [
            43,
            107,
            0
          ],
          "hsl": [
            96,
            100,
            21
          ],
          "cmyk": [
            60,
            0,
            100,
            58
          ],
          "luminance": 0.1103,
          "contrast": {
            "black": 3.21,
            "white": 6.55
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/2b6b00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/2b6b00.json"
        }
      ],
      "anchor": "petrol-blue-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#6B002B",
          "name": "#6B002B",
          "slug": null,
          "rgb": [
            107,
            0,
            43
          ],
          "hsl": [
            336,
            100,
            21
          ],
          "cmyk": [
            0,
            100,
            60,
            58
          ],
          "luminance": 0.033,
          "contrast": {
            "black": 1.66,
            "white": 12.65
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6b002b/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b002b.json"
        },
        {
          "hex": "#6B4000",
          "name": "#6B4000",
          "slug": null,
          "rgb": [
            107,
            64,
            0
          ],
          "hsl": [
            36,
            100,
            21
          ],
          "cmyk": [
            0,
            40,
            100,
            58
          ],
          "luminance": 0.0679,
          "contrast": {
            "black": 2.36,
            "white": 8.91
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6b4000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b4000.json"
        }
      ],
      "anchor": "petrol-blue-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#00B3C7",
          "name": "#00B3C7",
          "slug": null,
          "rgb": [
            0,
            179,
            199
          ],
          "hsl": [
            186,
            100,
            39
          ],
          "cmyk": [
            100,
            10,
            0,
            22
          ],
          "luminance": 0.3636,
          "contrast": {
            "black": 8.27,
            "white": 2.54
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00b3c7/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00b3c7.json"
        },
        {
          "hex": "#005F6A",
          "name": "Petrol Blue",
          "slug": "petrol-blue",
          "rgb": [
            0,
            95,
            106
          ],
          "hsl": [
            186,
            100,
            21
          ],
          "cmyk": [
            100,
            10,
            0,
            58
          ],
          "luminance": 0.0923,
          "contrast": {
            "black": 2.85,
            "white": 7.38
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/petrol-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/petrol-blue.json"
        },
        {
          "hex": "#000E0F",
          "name": "#000E0F",
          "slug": null,
          "rgb": [
            0,
            14,
            15
          ],
          "hsl": [
            184,
            100,
            3
          ],
          "cmyk": [
            100,
            7,
            0,
            94
          ],
          "luminance": 0.0035,
          "contrast": {
            "black": 1.07,
            "white": 19.63
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/000e0f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/000e0f.json"
        }
      ],
      "anchor": "petrol-blue-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#005F6A",
    "#6B0B00",
    "#006B40",
    "#002B6B",
    "#00B3C7",
    "#000E0F"
  ],
  "semanticGroups": [
    "cyan harmony",
    "cool harmony",
    "dark harmony",
    "petrol blue palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Petrol Blue: 2.85:1",
    "White contrast on Petrol Blue: 7.38:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/petrol-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/petrol-blue.json",
    "https://www.colorsencyclopedia.com/api/hex/005f6a.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/petrol-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/petrol-blue.json",
  "cssSnippet": ":root {\n  --color-petrol-blue: #005F6A;\n  --petrol-blue-complementary-1: #6B0B00;\n  --petrol-blue-analogous-1: #006B40;\n  --petrol-blue-analogous-2: #002B6B;\n  --petrol-blue-triadic-1: #6B0060;\n  --petrol-blue-triadic-2: #606B00;\n  --petrol-blue-tetradic-1: #40006B;\n  --petrol-blue-tetradic-2: #6B0B00;\n  --petrol-blue-tetradic-3: #2B6B00;\n  --petrol-blue-split-complementary-1: #6B002B;\n  --petrol-blue-split-complementary-2: #6B4000;\n  --petrol-blue-monochromatic-1: #00B3C7;\n  --petrol-blue-monochromatic-2: #005F6A;\n  --petrol-blue-monochromatic-3: #000E0F;\n}\n\n.palette-petrol-blue-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #005F6A, #6B0B00, #006B40, #002B6B, #00B3C7, #000E0F);\n}"
}

CSS Harmony Tokens

Use these tokens when Petrol Blue needs a complete palette system instead of a single color variable.

:root {
  --color-petrol-blue: #005F6A;
  --petrol-blue-complementary-1: #6B0B00;
  --petrol-blue-analogous-1: #006B40;
  --petrol-blue-analogous-2: #002B6B;
  --petrol-blue-triadic-1: #6B0060;
  --petrol-blue-triadic-2: #606B00;
  --petrol-blue-tetradic-1: #40006B;
  --petrol-blue-tetradic-2: #6B0B00;
  --petrol-blue-tetradic-3: #2B6B00;
  --petrol-blue-split-complementary-1: #6B002B;
  --petrol-blue-split-complementary-2: #6B4000;
  --petrol-blue-monochromatic-1: #00B3C7;
  --petrol-blue-monochromatic-2: #005F6A;
  --petrol-blue-monochromatic-3: #000E0F;
}

.palette-petrol-blue-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #005F6A, #6B0B00, #006B40, #002B6B, #00B3C7, #000E0F);
}

Petrol Blue Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorPetrol Blue · #005F6A
#6B0B00#6B0B00
Analogous Harmony2 colors · neighboring hue movement

Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorPetrol Blue · #005F6A
#006B40#006B40
#002B6B#002B6B
Triadic Harmony2 colors · three evenly spaced hues

Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorPetrol Blue · #005F6A
#6B0060#6B0060
#606B00#606B00
Tetradic Harmony3 colors · two complementary pairs

Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorPetrol Blue · #005F6A
#40006B#40006B
#6B0B00#6B0B00
#2B6B00#2B6B00
Split Complementary Harmony2 colors · softened complementary contrast

Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorPetrol Blue · #005F6A
#6B002B#6B002B
#6B4000#6B4000
Monochromatic Harmony3 colors · same hue, different values

Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorPetrol Blue · #005F6A
#00B3C7#00B3C7
Petrol Blue#005F6A
#000E0F#000E0F