Color: #202883

#202883 Color Information

#202883 is a dark color. The closest websafe version is #202883. A complement of this color would be #837B20, perceived brightness is 0.19, and the grayscale version is #515151.

In the HSL color space, this color has a hue angle of 235°,a saturation of 61%, and a lightness of 32%.The HSV representation shows a hue of 235°, a saturation of 76%, and a value of 51%.

In a RGB color space, #202883 is composed of 13% red, 16% green and 51% blue. Whereas in a CMYK color space, it is composed of 76% cyan, 69% magenta, 0% yellow and 49% black.

In the Yxy color space, this color is represented as Y: 3.22, x: 0.1926, and y: 0.1322.

Color Code #202883

#202883rgb(32, 40, 131)
HEX
#202883
RGB
rgb(32, 40, 131)
HSL
hsl(235, 61%, 32%)
HSV
hsv(235, 76%, 51%)
CMYK
76%, 69%, 0%, 49%
XYZ
X: 4.69, Y: 3.22, Z: 16.44
Lab
L: 20.90, a: 23.53, b: -53.18
Name

Shades of Color #202883

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

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

#202883rgb(32, 40, 131)

About #202883 Color Code

In the HSL color space, this color has a hue angle of 235°, a saturation of 61%, and a lightness of 32%. The HSV representation shows a hue of 235°, a saturation of 76%, and a value of 51%.

  • HEX: #202883
  • RGB: rgb(32, 40, 131)
  • HSL: hsl(235, 61%, 32%)
  • HSV: hsv(235, 76%, 51%)
  • CMYK: 76.00% cyan, 69.00% magenta, 0.00% yellow, 49.00% black
  • XYZ: 4.69, 3.22, 16.44
  • Yxy: 3.22, 0.1926, 0.1322
  • Hunter Lab: 20.90, 23.53, -53.18
  • CIE-Lab: 20.90, 23.53, -53.18

In the XYZ color space, this color is represented as X: 4.69, Y: 3.22, Z: 16.44. The Yxy representation further refines this as Y: 3.22, x: 0.1926, and y: 0.1322.

In the Hunter Lab color space, this color is represented as L: 20.90, a: 23.53, and b: -53.18. Similarly, in the CIE-Lab color space, it is represented as L: 20.90, a: 23.53, and b: -53.18.

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

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

Analogous Colors of #202883

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

Split Complementary Colors of #202883

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

Tetradic Colors of #202883

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

Monochromatic Colors of #202883

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

Complementary Color of #202883

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

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

HTML Examples of #202883

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

Related Colors of #202883

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