Color: #1A1ECE

#1A1ECE Color Information

#1A1ECE is a dark color. The closest websafe version is #1A1ECE. A complement of this color would be #CCC919, perceived brightness is 0.19, and the grayscale version is #747474.

In the HSL color space, this color has a hue angle of 239°,a saturation of 78%, and a lightness of 45%.The HSV representation shows a hue of 239°, a saturation of 87%, and a value of 81%.

In a RGB color space, #1A1ECE is composed of 10% red, 12% green and 81% blue. Whereas in a CMYK color space, it is composed of 87% cyan, 85% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 4.90, x: 0.1660, and y: 0.0832.

Color Code #1A1ECE

#1A1ECErgb(26, 30, 206)
HEX
#1A1ECE
RGB
rgb(26, 30, 206)
HSL
hsl(239, 78%, 45%)
HSV
hsv(239, 87%, 81%)
CMYK
87%, 85%, 0%, 19%
XYZ
X: 9.78, Y: 4.90, Z: 44.22
Lab
L: 26.45, a: 50.20, b: -89.25
Name

Shades of Color #1A1ECE

Shades are created by darkening the original color #1A1ECE 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 #1A1ECE

Tints are created by lightening the original color #1A1ECE 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.

#1A1ECErgb(26, 30, 206)

About #1A1ECE Color Code

In the HSL color space, this color has a hue angle of 239°, a saturation of 78%, and a lightness of 45%. The HSV representation shows a hue of 239°, a saturation of 87%, and a value of 81%.

  • HEX: #1A1ECE
  • RGB: rgb(26, 30, 206)
  • HSL: hsl(239, 78%, 45%)
  • HSV: hsv(239, 87%, 81%)
  • CMYK: 87.00% cyan, 85.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 9.78, 4.90, 44.22
  • Yxy: 4.90, 0.1660, 0.0832
  • Hunter Lab: 26.45, 50.20, -89.25
  • CIE-Lab: 26.45, 50.20, -89.25

In the XYZ color space, this color is represented as X: 9.78, Y: 4.90, Z: 44.22. The Yxy representation further refines this as Y: 4.90, x: 0.1660, and y: 0.0832.

In the Hunter Lab color space, this color is represented as L: 26.45, a: 50.20, and b: -89.25. Similarly, in the CIE-Lab color space, it is represented as L: 26.45, a: 50.20, and b: -89.25.

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 #1A1ECE

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

Analogous Colors of #1A1ECE

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

Monochromatic Colors of #1A1ECE

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

Complementary Color of #1A1ECE

The complementary color of #1A1ECE 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 #1A1ECE

/* Using HEX */
body {
  background-color: #1a1ece;
}
/* Using RGB */
body {
  background-color: rgb(26, 30, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(26, 30, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(239, 78%, 45%);
}
/* Text color */
p {
  color: #1a1ece;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #1a1ece;
}
/* Border color */
.box {
  border: 4px solid #1a1ece;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #1a1ece;
}
Text Shadow Preview
/* Background with text */
div {
  background: #1a1ece;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#1A1ECE
On Black Background
#1A1ECE
On White Background
#1A1ECE

HTML Examples of #1A1ECE

<!-- Using HEX -->
<div style="background-color: #1a1ece; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(26, 30, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(26, 30, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(239, 78%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #1a1ece;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #1a1ece; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #1a1ece; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #1a1ece;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #1a1ece; color: #fff; padding: 16px; border-radius: 8px;">
  #1A1ECE
</div>
#1A1ECE
On Black Background
#1A1ECE
On White Background
#1A1ECE

Related Colors of #1A1ECE

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