Color: #157ABC

#157ABC Color Information

#157ABC is a dark color. The closest websafe version is #157ABC. A complement of this color would be #BC5815, perceived brightness is 0.39, and the grayscale version is #696969.

In the HSL color space, this color has a hue angle of 204°,a saturation of 80%, and a lightness of 41%.The HSV representation shows a hue of 204°, a saturation of 100%, and a value of 100%.

In a RGB color space, #157ABC is composed of 8% red, 48% green and 74% blue. Whereas in a CMYK color space, it is composed of 89% cyan, 35% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 17.17, x: 0.2145, and y: 0.2453.

Color Code #157ABC

HEX
#157ABC
RGB
rgb(21, 122, 188)
HSL
hsl(204, 80%, 41%)
HSV
hsv(204, 89%, 74%)
CMYK
89%, 35%, 0%, 26%
XYZ
X: 15.02, Y: 17.17, Z: 37.82
Lab
L: 48.47, a: -8.88, b: -43.04
Name

Shades of Color #157ABC

Shades are created by darkening the original color #157ABC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #157ABC

Tints are created by lightening the original color #157ABC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #157ABC Color Code

In the HSL color space, this color has a hue angle of 204°, a saturation of 80%, and a lightness of 41%. The HSV representation shows a hue of 204°, a saturation of 89%, and a value of 74%.

  • HEX: #157ABC
  • RGB: rgb(21, 122, 188)
  • HSL: hsl(204, 80%, 41%)
  • HSV: hsv(204, 89%, 74%)
  • CMYK: 89.00% cyan, 35.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 15.02, 17.17, 37.82
  • Yxy: 17.17, 0.2145, 0.2453
  • Hunter Lab: 48.47, -8.88, -43.04
  • CIE-Lab: 48.47, -8.88, -43.04

In the XYZ color space, this color is represented as X: 15.02, Y: 17.17, Z: 37.82. The Yxy representation further refines this as Y: 17.17, x: 0.2145, and y: 0.2453.

In the Hunter Lab color space, this color is represented as L: 48.47, a: -8.88, and b: -43.04. Similarly, in the CIE-Lab color space, it is represented as L: 48.47, a: -8.88, and b: -43.04.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #157ABC

Triadic colors are three colors evenly spaced around the color wheel, including #157ABC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #157ABC

Analogous colors are adjacent to #157ABC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #157ABC

Monochromatic colors are variations of #157ABC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #157ABC

The complementary color of #157ABC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #157ABC

/* Using HEX */
body {
  background-color: #157abc;
}
/* Using RGB */
body {
  background-color: rgb(21, 122, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(21, 122, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(204, 80%, 41%);
}
/* Text color */
p {
  color: #157abc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #157abc;
}

HTML Examples of #157ABC

<!-- Using HEX -->
<div style="background-color: #157abc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(21, 122, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(21, 122, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(204, 80%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #157abc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #157abc; width: 100px; height: 100px;"></div>

Related Colors of #157ABC

These colors are similar to #157ABC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.