Color: #1C355A

#1C355A Color Information

#1C355A is a dark color. The closest websafe version is #1C355A. A complement of this color would be #5A411C, perceived brightness is 0.20, and the grayscale version is #3B3B3B.

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

In a RGB color space, #1C355A is composed of 11% red, 21% green and 35% blue. Whereas in a CMYK color space, it is composed of 69% cyan, 41% magenta, 0% yellow and 65% black.

In the Yxy color space, this color is represented as Y: 3.43, x: 0.2315, and y: 0.2377.

Color Code #1C355A

HEX
#1C355A
RGB
rgb(28, 53, 90)
HSL
hsl(216, 53%, 23%)
HSV
hsv(216, 69%, 35%)
CMYK
69%, 41%, 0%, 65%
XYZ
X: 3.34, Y: 3.43, Z: 7.66
Lab
L: 21.69, a: 0.53, b: -25.59
Name

Shades of Color #1C355A

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

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

In the HSL color space, this color has a hue angle of 216°, a saturation of 53%, and a lightness of 23%. The HSV representation shows a hue of 216°, a saturation of 69%, and a value of 35%.

  • HEX: #1C355A
  • RGB: rgb(28, 53, 90)
  • HSL: hsl(216, 53%, 23%)
  • HSV: hsv(216, 69%, 35%)
  • CMYK: 69.00% cyan, 41.00% magenta, 0.00% yellow, 65.00% black
  • XYZ: 3.34, 3.43, 7.66
  • Yxy: 3.43, 0.2315, 0.2377
  • Hunter Lab: 21.69, 0.53, -25.59
  • CIE-Lab: 21.69, 0.53, -25.59

In the XYZ color space, this color is represented as X: 3.34, Y: 3.43, Z: 7.66. The Yxy representation further refines this as Y: 3.43, x: 0.2315, and y: 0.2377.

In the Hunter Lab color space, this color is represented as L: 21.69, a: 0.53, and b: -25.59. Similarly, in the CIE-Lab color space, it is represented as L: 21.69, a: 0.53, and b: -25.59.

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 #1C355A

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

Analogous Colors of #1C355A

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

Monochromatic Colors of #1C355A

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

Complementary Color of #1C355A

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

/* Using HEX */
body {
  background-color: #1c355a;
}
/* Using RGB */
body {
  background-color: rgb(28, 53, 90);
}
/* Using RGB with opacity */
body {
  background-color: rgba(28, 53, 90, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(216, 53%, 23%);
}
/* Text color */
p {
  color: #1c355a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #1c355a;
}

HTML Examples of #1C355A

<!-- Using HEX -->
<div style="background-color: #1c355a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(28, 53, 90); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(28, 53, 90, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(216, 53%, 23%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #1c355a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #1c355a; width: 100px; height: 100px;"></div>

Related Colors of #1C355A

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