Color: #182CDC
#182CDC Color Information
#182CDC is a dark color. The closest websafe version is #182CDC. A complement of this color would be #DCC918, perceived brightness is 0.23, and the grayscale version is #7A7A7A.
In the HSL color space, this color has a hue angle of 234°,a saturation of 80%, and a lightness of 48%.The HSV representation shows a hue of 234°, a saturation of 100%, and a value of 100%.
In a RGB color space, #182CDC is composed of 9% red, 17% green and 86% blue. Whereas in a CMYK color space, it is composed of 89% cyan, 80% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 6.35, x: 0.1675, and y: 0.0916.
Color Code #182CDC
Shades of Color #182CDC
Shades are created by darkening the original color #182CDC 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 #182CDC
Tints are created by lightening the original color #182CDC 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 #182CDC Color Code
In the HSL color space, this color has a hue angle of 234°, a saturation of 80%, and a lightness of 48%. The HSV representation shows a hue of 234°, a saturation of 89%, and a value of 86%.
- HEX: #182CDC
- RGB: rgb(24, 44, 220)
- HSL: hsl(234, 80%, 48%)
- HSV: hsv(234, 89%, 86%)
- CMYK: 89.00% cyan, 80.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 11.61, 6.35, 51.37
- Yxy: 6.35, 0.1675, 0.0916
- Hunter Lab: 30.27, 47.44, -90.99
- CIE-Lab: 30.27, 47.44, -90.99
In the XYZ color space, this color is represented as X: 11.61, Y: 6.35, Z: 51.37. The Yxy representation further refines this as Y: 6.35, x: 0.1675, and y: 0.0916.
In the Hunter Lab color space, this color is represented as L: 30.27, a: 47.44, and b: -90.99. Similarly, in the CIE-Lab color space, it is represented as L: 30.27, a: 47.44, and b: -90.99.
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 #182CDC
Triadic colors are three colors evenly spaced around the color wheel, including #182CDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #182CDC
Monochromatic colors are variations of #182CDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #182CDC
The complementary color of #182CDC 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 #182CDC
/* Using HEX */ body { background-color: #182cdc; }
/* Using RGB */ body { background-color: rgb(24, 44, 220); }
/* Using RGB with opacity */ body { background-color: rgba(24, 44, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(234, 80%, 48%); }
/* Text color */ p { color: #182cdc; }
/* Box shadow */ div { box-shadow: 4px 4px #182cdc; }
HTML Examples of #182CDC
<!-- Using HEX --> <div style="background-color: #182cdc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(24, 44, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(24, 44, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(234, 80%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #182cdc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #182cdc; width: 100px; height: 100px;"></div>
Related Colors of #182CDC
These colors are similar to #182CDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.