Color: #1D35ED
#1D35ED Color Information
#1D35ED is a dark color. The closest websafe version is #1D35ED. A complement of this color would be #EDD41D, perceived brightness is 0.26, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 233°,a saturation of 85%, and a lightness of 52%.The HSV representation shows a hue of 233°, a saturation of 100%, and a value of 100%.
In a RGB color space, #1D35ED is composed of 11% red, 21% green and 93% blue. Whereas in a CMYK color space, it is composed of 88% cyan, 78% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 7.96, x: 0.1693, and y: 0.0961.
Color Code #1D35ED
Shades of Color #1D35ED
Shades are created by darkening the original color #1D35ED 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 #1D35ED
Tints are created by lightening the original color #1D35ED 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 #1D35ED Color Code
In the HSL color space, this color has a hue angle of 233°, a saturation of 85%, and a lightness of 52%. The HSV representation shows a hue of 233°, a saturation of 88%, and a value of 93%.
- HEX: #1D35ED
- RGB: rgb(29, 53, 237)
- HSL: hsl(233, 85%, 52%)
- HSV: hsv(233, 88%, 93%)
- CMYK: 88.00% cyan, 78.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 14.02, 7.96, 60.84
- Yxy: 7.96, 0.1693, 0.0961
- Hunter Lab: 33.90, 47.87, -94.65
- CIE-Lab: 33.90, 47.87, -94.65
In the XYZ color space, this color is represented as X: 14.02, Y: 7.96, Z: 60.84. The Yxy representation further refines this as Y: 7.96, x: 0.1693, and y: 0.0961.
In the Hunter Lab color space, this color is represented as L: 33.90, a: 47.87, and b: -94.65. Similarly, in the CIE-Lab color space, it is represented as L: 33.90, a: 47.87, and b: -94.65.
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 #1D35ED
Triadic colors are three colors evenly spaced around the color wheel, including #1D35ED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #1D35ED
Monochromatic colors are variations of #1D35ED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #1D35ED
The complementary color of #1D35ED 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 #1D35ED
/* Using HEX */ body { background-color: #1d35ed; }
/* Using RGB */ body { background-color: rgb(29, 53, 237); }
/* Using RGB with opacity */ body { background-color: rgba(29, 53, 237, 0.5); }
/* Using HSL */ body { background-color: hsl(233, 85%, 52%); }
/* Text color */ p { color: #1d35ed; }
/* Box shadow */ div { box-shadow: 4px 4px #1d35ed; }
HTML Examples of #1D35ED
<!-- Using HEX --> <div style="background-color: #1d35ed; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(29, 53, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(29, 53, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(233, 85%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #1d35ed;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #1d35ed; width: 100px; height: 100px;"></div>
Related Colors of #1D35ED
These colors are similar to #1D35ED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.