Color: #016ECE

#016ECE Color Information

#016ECE is a dark color. The closest websafe version is #016ECE. A complement of this color would be #D06201, perceived brightness is 0.35, and the grayscale version is #686868.

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

In a RGB color space, #016ECE is composed of 0% red, 43% green and 81% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 47% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 14.93, x: 0.1970, and y: 0.1981.

Color Code #016ECE

#016ECErgb(1, 110, 206)
HEX
#016ECE
RGB
rgb(1, 110, 206)
HSL
hsl(208, 99%, 41%)
HSV
hsv(208, 100%, 81%)
CMYK
100%, 47%, 0%, 19%
XYZ
X: 14.85, Y: 14.93, Z: 45.59
Lab
L: 45.53, a: 2.77, b: -58.02
Name

Shades of Color #016ECE

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

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

#016ECErgb(1, 110, 206)

About #016ECE Color Code

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

  • HEX: #016ECE
  • RGB: rgb(1, 110, 206)
  • HSL: hsl(208, 99%, 41%)
  • HSV: hsv(208, 100%, 81%)
  • CMYK: 100.00% cyan, 47.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 14.85, 14.93, 45.59
  • Yxy: 14.93, 0.1970, 0.1981
  • Hunter Lab: 45.53, 2.77, -58.02
  • CIE-Lab: 45.53, 2.77, -58.02

In the XYZ color space, this color is represented as X: 14.85, Y: 14.93, Z: 45.59. The Yxy representation further refines this as Y: 14.93, x: 0.1970, and y: 0.1981.

In the Hunter Lab color space, this color is represented as L: 45.53, a: 2.77, and b: -58.02. Similarly, in the CIE-Lab color space, it is represented as L: 45.53, a: 2.77, and b: -58.02.

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 #016ECE

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

Analogous Colors of #016ECE

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

Split Complementary Colors of #016ECE

Split complementary colors are two colors adjacent to the complementary color of #016ECE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #016ECE

Tetradic colors form a rectangle on the color wheel, including #016ECE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #016ECE

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

Complementary Color of #016ECE

The complementary color of #016ECE 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 #016ECE

/* Using HEX */
body {
  background-color: #016ece;
}
/* Using RGB */
body {
  background-color: rgb(1, 110, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(1, 110, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(208, 99%, 41%);
}
/* Text color */
p {
  color: #016ece;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #016ece;
}
/* Border color */
.box {
  border: 4px solid #016ece;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #016ece;
}
Text Shadow Preview
/* Background with text */
div {
  background: #016ece;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#016ECE
On Black Background
#016ECE
On White Background
#016ECE

HTML Examples of #016ECE

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

Related Colors of #016ECE

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