Color: #011254

#011254 Color Information

#011254 is a dark color. The closest websafe version is #011254. A complement of this color would be #564501, perceived brightness is 0.08, and the grayscale version is #2A2A2A.

In the HSL color space, this color has a hue angle of 228°,a saturation of 98%, and a lightness of 17%.The HSV representation shows a hue of 228°, a saturation of 99%, and a value of 33%.

In a RGB color space, #011254 is composed of 0% red, 7% green and 33% blue. Whereas in a CMYK color space, it is composed of 99% cyan, 79% magenta, 0% yellow and 67% black.

In the Yxy color space, this color is represented as Y: 0.98, x: 0.1700, and y: 0.1104.

Color Code #011254

#011254rgb(1, 18, 84)
HEX
#011254
RGB
rgb(1, 18, 84)
HSL
hsl(228, 98%, 17%)
HSV
hsv(228, 99%, 33%)
CMYK
99%, 79%, 0%, 67%
XYZ
X: 1.51, Y: 0.98, Z: 6.39
Lab
L: 8.80, a: 18.30, b: -42.48
Name

Shades of Color #011254

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

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

#011254rgb(1, 18, 84)

About #011254 Color Code

In the HSL color space, this color has a hue angle of 228°, a saturation of 98%, and a lightness of 17%. The HSV representation shows a hue of 228°, a saturation of 99%, and a value of 33%.

  • HEX: #011254
  • RGB: rgb(1, 18, 84)
  • HSL: hsl(228, 98%, 17%)
  • HSV: hsv(228, 99%, 33%)
  • CMYK: 99.00% cyan, 79.00% magenta, 0.00% yellow, 67.00% black
  • XYZ: 1.51, 0.98, 6.39
  • Yxy: 0.98, 0.1700, 0.1104
  • Hunter Lab: 8.80, 18.30, -42.48
  • CIE-Lab: 8.80, 18.30, -42.48

In the XYZ color space, this color is represented as X: 1.51, Y: 0.98, Z: 6.39. The Yxy representation further refines this as Y: 0.98, x: 0.1700, and y: 0.1104.

In the Hunter Lab color space, this color is represented as L: 8.80, a: 18.30, and b: -42.48. Similarly, in the CIE-Lab color space, it is represented as L: 8.80, a: 18.30, and b: -42.48.

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

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

Analogous Colors of #011254

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

Split Complementary Colors of #011254

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

Tetradic Colors of #011254

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

Monochromatic Colors of #011254

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

Complementary Color of #011254

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

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

HTML Examples of #011254

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

Related Colors of #011254

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