Color #14264B

HEX

#14264B

RGB

(20, 38, 75)

Quick Actions

Color Values

Color Space Values
RGB
R: 20, G: 38, B: 75 (8%, 15%, 29%)
CMYK C: 73%, M: 49%, Y: 0%, K: 71%
HSL H: 220°, S: 58%, L: 19%
HSV H: 220°, S: 73%, V: 29%
CIE-LAB L: 15.7, a: 6.95, b: -25.2
CIE-LCH L: 15.7, C: 26.14, H: 285.42
Hunter-Lab L: 14.28, a: 2.57, b: -23.97
Web Safe
#003333
Complementary
#4b3913

#14264B is a color with RGB values of 20 red, 38 green, and 75 blue (8%, 15%, 29% respectively). In the CMYK color space, it consists of 73% cyan, 49% magenta, 0% yellow, and 71% black. The color has a hue angle of 220°, 58% saturation, and 19% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #003333. The complementary color is #4b3913, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #14264B

Explore different variations of #14264B including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #14264B. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #14264B

Explore different color combinations and harmonies that work well with #14264B.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #14264B

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #14264B

Text with #14264B

This text has a font color of #14264B.

<span style="color:#14264B;">Text here</span>
.text { color: #14264B; }

#14264B background color

This paragraph has a background color of #14264B.

<p style="background-color:#14264B;">Content here</p>
.background { background-color: #14264B; }

#14264B border color

This element has a border color of #14264B.
<div style="border:1px solid #14264B;">Content here</div>
.border { border: 1px solid #14264B; }

#14264B box shadow

This element has a box shadow using #14264B.
<div style="box-shadow: 0 4px 6px -1px #14264B80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #14264B80; }
Copied to clipboard!