Color: #082294

#082294 Color Information

#082294 is a dark color. The closest websafe version is #082294. A complement of this color would be #967C08, perceived brightness is 0.15, and the grayscale version is #4E4E4E.

In the HSL color space, this color has a hue angle of 229°,a saturation of 90%, and a lightness of 31%.The HSV representation shows a hue of 229°, a saturation of 95%, and a value of 58%.

In a RGB color space, #082294 is composed of 3% red, 13% green and 58% blue. Whereas in a CMYK color space, it is composed of 95% cyan, 77% magenta, 0% yellow and 42% black.

In the Yxy color space, this color is represented as Y: 3.00, x: 0.1695, and y: 0.1025.

Color Code #082294

#082294rgb(8, 34, 148)
HEX
#082294
RGB
rgb(8, 34, 148)
HSL
hsl(229, 90%, 31%)
HSV
hsv(229, 95%, 58%)
CMYK
95%, 77%, 0%, 42%
XYZ
X: 4.96, Y: 3.00, Z: 21.31
Lab
L: 20.03, a: 30.65, b: -65.24
Name

Shades of Color #082294

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

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

#082294rgb(8, 34, 148)

About #082294 Color Code

In the HSL color space, this color has a hue angle of 229°, a saturation of 90%, and a lightness of 31%. The HSV representation shows a hue of 229°, a saturation of 95%, and a value of 58%.

  • HEX: #082294
  • RGB: rgb(8, 34, 148)
  • HSL: hsl(229, 90%, 31%)
  • HSV: hsv(229, 95%, 58%)
  • CMYK: 95.00% cyan, 77.00% magenta, 0.00% yellow, 42.00% black
  • XYZ: 4.96, 3.00, 21.31
  • Yxy: 3.00, 0.1695, 0.1025
  • Hunter Lab: 20.03, 30.65, -65.24
  • CIE-Lab: 20.03, 30.65, -65.24

In the XYZ color space, this color is represented as X: 4.96, Y: 3.00, Z: 21.31. The Yxy representation further refines this as Y: 3.00, x: 0.1695, and y: 0.1025.

In the Hunter Lab color space, this color is represented as L: 20.03, a: 30.65, and b: -65.24. Similarly, in the CIE-Lab color space, it is represented as L: 20.03, a: 30.65, and b: -65.24.

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 #082294

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

Analogous Colors of #082294

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

Split Complementary Colors of #082294

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

Tetradic Colors of #082294

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

Monochromatic Colors of #082294

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

Complementary Color of #082294

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

/* Using HEX */
body {
  background-color: #082294;
}
/* Using RGB */
body {
  background-color: rgb(8, 34, 148);
}
/* Using RGB with opacity */
body {
  background-color: rgba(8, 34, 148, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(229, 90%, 31%);
}
/* Text color */
p {
  color: #082294;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #082294;
}
/* Border color */
.box {
  border: 4px solid #082294;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #082294;
}
Text Shadow Preview
/* Background with text */
div {
  background: #082294;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#082294
On Black Background
#082294
On White Background
#082294

HTML Examples of #082294

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

Related Colors of #082294

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