Color: #082A38

#082A38 Color Information

#082A38 is a dark color. The closest websafe version is #082A38. A complement of this color would be #3A1708, perceived brightness is 0.13, and the grayscale version is #202020.

In the HSL color space, this color has a hue angle of 198°,a saturation of 75%, and a lightness of 13%.The HSV representation shows a hue of 198°, a saturation of 86%, and a value of 22%.

In a RGB color space, #082A38 is composed of 3% red, 16% green and 22% blue. Whereas in a CMYK color space, it is composed of 86% cyan, 25% magenta, 0% yellow and 78% black.

In the Yxy color space, this color is represented as Y: 1.95, x: 0.2378, and y: 0.2973.

Color Code #082A38

#082A38rgb(8, 42, 56)
HEX
#082A38
RGB
rgb(8, 42, 56)
HSL
hsl(198, 75%, 13%)
HSV
hsv(198, 86%, 22%)
CMYK
86%, 25%, 0%, 78%
XYZ
X: 1.56, Y: 1.95, Z: 3.05
Lab
L: 15.24, a: -8.11, b: -12.77
Name

Shades of Color #082A38

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

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

#082A38rgb(8, 42, 56)

About #082A38 Color Code

In the HSL color space, this color has a hue angle of 198°, a saturation of 75%, and a lightness of 13%. The HSV representation shows a hue of 198°, a saturation of 86%, and a value of 22%.

  • HEX: #082A38
  • RGB: rgb(8, 42, 56)
  • HSL: hsl(198, 75%, 13%)
  • HSV: hsv(198, 86%, 22%)
  • CMYK: 86.00% cyan, 25.00% magenta, 0.00% yellow, 78.00% black
  • XYZ: 1.56, 1.95, 3.05
  • Yxy: 1.95, 0.2378, 0.2973
  • Hunter Lab: 15.24, -8.11, -12.77
  • CIE-Lab: 15.24, -8.11, -12.77

In the XYZ color space, this color is represented as X: 1.56, Y: 1.95, Z: 3.05. The Yxy representation further refines this as Y: 1.95, x: 0.2378, and y: 0.2973.

In the Hunter Lab color space, this color is represented as L: 15.24, a: -8.11, and b: -12.77. Similarly, in the CIE-Lab color space, it is represented as L: 15.24, a: -8.11, and b: -12.77.

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 #082A38

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

Analogous Colors of #082A38

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

Split Complementary Colors of #082A38

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

Tetradic Colors of #082A38

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

Monochromatic Colors of #082A38

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

Complementary Color of #082A38

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

/* Using HEX */
body {
  background-color: #082a38;
}
/* Using RGB */
body {
  background-color: rgb(8, 42, 56);
}
/* Using RGB with opacity */
body {
  background-color: rgba(8, 42, 56, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(198, 75%, 13%);
}
/* Text color */
p {
  color: #082a38;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #082a38;
}
/* Border color */
.box {
  border: 4px solid #082a38;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #082a38;
}
Text Shadow Preview
/* Background with text */
div {
  background: #082a38;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#082A38
On Black Background
#082A38
On White Background
#082A38

HTML Examples of #082A38

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

Related Colors of #082A38

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