Color: #076ECF

#076ECF Color Information

#076ECF is a dark color. The closest websafe version is #076ECF. A complement of this color would be #CF6807, perceived brightness is 0.35, and the grayscale version is #6B6B6B.

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

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

In the Yxy color space, this color is represented as Y: 15.01, x: 0.1973, and y: 0.1972.

Color Code #076ECF

HEX
#076ECF
RGB
rgb(7, 110, 207)
HSL
hsl(209, 93%, 42%)
HSV
hsv(209, 97%, 81%)
CMYK
97%, 47%, 0%, 19%
XYZ
X: 15.02, Y: 15.01, Z: 46.08
Lab
L: 45.64, a: 3.35, b: -58.41
Name

Shades of Color #076ECF

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

Tints are created by lightening the original color #076ECF 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 #076ECF Color Code

In the HSL color space, this color has a hue angle of 209°, a saturation of 93%, and a lightness of 42%. The HSV representation shows a hue of 209°, a saturation of 97%, and a value of 81%.

  • HEX: #076ECF
  • RGB: rgb(7, 110, 207)
  • HSL: hsl(209, 93%, 42%)
  • HSV: hsv(209, 97%, 81%)
  • CMYK: 97.00% cyan, 47.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 15.02, 15.01, 46.08
  • Yxy: 15.01, 0.1973, 0.1972
  • Hunter Lab: 45.64, 3.35, -58.41
  • CIE-Lab: 45.64, 3.35, -58.41

In the XYZ color space, this color is represented as X: 15.02, Y: 15.01, Z: 46.08. The Yxy representation further refines this as Y: 15.01, x: 0.1973, and y: 0.1972.

In the Hunter Lab color space, this color is represented as L: 45.64, a: 3.35, and b: -58.41. Similarly, in the CIE-Lab color space, it is represented as L: 45.64, a: 3.35, and b: -58.41.

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 #076ECF

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

Analogous Colors of #076ECF

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

Monochromatic Colors of #076ECF

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

Complementary Color of #076ECF

The complementary color of #076ECF 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 #076ECF

/* Using HEX */
body {
  background-color: #076ecf;
}
/* Using RGB */
body {
  background-color: rgb(7, 110, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(7, 110, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(209, 93%, 42%);
}
/* Text color */
p {
  color: #076ecf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #076ecf;
}

HTML Examples of #076ECF

<!-- Using HEX -->
<div style="background-color: #076ecf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(7, 110, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(7, 110, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(209, 93%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #076ecf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #076ecf; width: 100px; height: 100px;"></div>

Related Colors of #076ECF

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