Color: #162EBC

#162EBC Color Information

#162EBC is a dark color. The closest websafe version is #162EBC. A complement of this color would be #BBA216, perceived brightness is 0.22, and the grayscale version is #696969.

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

In a RGB color space, #162EBC is composed of 9% red, 18% green and 74% blue. Whereas in a CMYK color space, it is composed of 88% cyan, 76% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 5.19, x: 0.1721, and y: 0.1038.

Color Code #162EBC

#162EBCrgb(22, 46, 188)
HEX
#162EBC
RGB
rgb(22, 46, 188)
HSL
hsl(231, 79%, 41%)
HSV
hsv(231, 88%, 74%)
CMYK
88%, 76%, 0%, 26%
XYZ
X: 8.60, Y: 5.19, Z: 36.19
Lab
L: 27.26, a: 36.92, b: -77.37
Name

Shades of Color #162EBC

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

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

#162EBCrgb(22, 46, 188)

About #162EBC Color Code

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

  • HEX: #162EBC
  • RGB: rgb(22, 46, 188)
  • HSL: hsl(231, 79%, 41%)
  • HSV: hsv(231, 88%, 74%)
  • CMYK: 88.00% cyan, 76.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 8.60, 5.19, 36.19
  • Yxy: 5.19, 0.1721, 0.1038
  • Hunter Lab: 27.26, 36.92, -77.37
  • CIE-Lab: 27.26, 36.92, -77.37

In the XYZ color space, this color is represented as X: 8.60, Y: 5.19, Z: 36.19. The Yxy representation further refines this as Y: 5.19, x: 0.1721, and y: 0.1038.

In the Hunter Lab color space, this color is represented as L: 27.26, a: 36.92, and b: -77.37. Similarly, in the CIE-Lab color space, it is represented as L: 27.26, a: 36.92, and b: -77.37.

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 #162EBC

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

Analogous Colors of #162EBC

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

Split Complementary Colors of #162EBC

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

Tetradic Colors of #162EBC

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

Monochromatic Colors of #162EBC

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

Complementary Color of #162EBC

The complementary color of #162EBC 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 #162EBC

/* Using HEX */
body {
  background-color: #162ebc;
}
/* Using RGB */
body {
  background-color: rgb(22, 46, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(22, 46, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(231, 79%, 41%);
}
/* Text color */
p {
  color: #162ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #162ebc;
}
/* Border color */
.box {
  border: 4px solid #162ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #162ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #162ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#162EBC
On Black Background
#162EBC
On White Background
#162EBC

HTML Examples of #162EBC

<!-- Using HEX -->
<div style="background-color: #162ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(22, 46, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(22, 46, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(231, 79%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #162ebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #162ebc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #162ebc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #162ebc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #162ebc; color: #fff; padding: 16px; border-radius: 8px;">
  #162EBC
</div>
#162EBC
On Black Background
#162EBC
On White Background
#162EBC

Related Colors of #162EBC

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