Denim (#1560BD)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 6.10:1 — vs black: 3.44:1

Color values

  • HEX #1560BD
  • RGB rgb(21, 96, 189)
  • HSL hsl(213, 88%, 74%)
  • CMYK cmyk( 88.89, 49.21, 0, 25.88 )
  • Websafe #0066CC

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #1560BD based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Denim
#1560BD Base
#BD7215
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Denim
#1560BD Base
#15B4BD
#1E15BD
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Denim
#1560BD Base
#BD1560
#60BD15
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Denim
#1560BD Base
#BD1E15
#B4BD15
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Denim
#1560BD Base
#BD15B4
#BD7215
#15BD1E
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Denim
#1560BD Base
#061A33
#0D3D78
#114D98
#1973E2
#3686E9
#7BAFF0
Shades & Tints

Darker shades and lighter tints of Denim, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#030C17
#061D38
#0A2D59
#0E3E7B
#114F9C
Denim #1560BD Base
#227AE6
#5498EC
#85B6F1
#B7D3F7
#E8F1FC
CSS & SCSS Snippets

Ready-to-use code snippets for #1560BD. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #1560BD;
}

/* Text */
.element {
    color: #1560BD;
}

/* Border */
.element {
    border: 1px solid #1560BD;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #1560BD,
        #F8C382
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #1560BD,
        #F8C382
    );
}
SCSS Variable
// SCSS variable
$denim: #1560BD;

// With RGB channels (useful for rgba() usage)
$denim-r: 21;
$denim-g: 96;
$denim-b: 189;

// Usage
.element {
    background-color: $denim;
    color: rgba($denim-r, $denim-g, $denim-b, 0.8);
}
Color Blindness Simulation

How Denim appears to people with different types of color vision deficiency.

Normal Vision #1560BD How the color appears with full color vision.
Deuteranopia #5252BD Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #5B5BBD Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #007171 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #626262 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Denim ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Denim #1560BD Base
Green Blue #1164B4 ΔE 2.39
Lapis Lazuli #26619C ΔE 3.78
Medium Teal Blue #0054B4 ΔE 4.11
Cyan Cobalt Blue #28589C ΔE 4.53

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.