Color: #153EFC
#153EFC Color Information
#153EFC is a dark color. The closest websafe version is #153EFC. A complement of this color would be #FBD218, perceived brightness is 0.28, and the grayscale version is #898989.
In the HSL color space, this color has a hue angle of 229°,a saturation of 97%, and a lightness of 54%.The HSV representation shows a hue of 229°, a saturation of 92%, and a value of 99%.
In a RGB color space, #153EFC is composed of 8% red, 24% green and 99% blue. Whereas in a CMYK color space, it is composed of 92% cyan, 75% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 9.52, x: 0.1685, and y: 0.0996.
Color Code #153EFC
Shades of Color #153EFC
Shades are created by darkening the original color #153EFC 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 #153EFC
Tints are created by lightening the original color #153EFC 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 #153EFC Color Code
In the HSL color space, this color has a hue angle of 229°, a saturation of 97%, and a lightness of 54%. The HSV representation shows a hue of 229°, a saturation of 92%, and a value of 99%.
- HEX: #153EFC
- RGB: rgb(21, 62, 252)
- HSL: hsl(229, 97%, 54%)
- HSV: hsv(229, 92%, 99%)
- CMYK: 92.00% cyan, 75.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 16.11, 9.52, 70.00
- Yxy: 9.52, 0.1685, 0.0996
- Hunter Lab: 36.97, 47.07, -98.00
- CIE-Lab: 36.97, 47.07, -98.00
In the XYZ color space, this color is represented as X: 16.11, Y: 9.52, Z: 70.00. The Yxy representation further refines this as Y: 9.52, x: 0.1685, and y: 0.0996.
In the Hunter Lab color space, this color is represented as L: 36.97, a: 47.07, and b: -98.00. Similarly, in the CIE-Lab color space, it is represented as L: 36.97, a: 47.07, and b: -98.00.
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 #153EFC
Triadic colors are three colors evenly spaced around the color wheel, including #153EFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #153EFC
Split complementary colors are two colors adjacent to the complementary color of #153EFC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #153EFC
Monochromatic colors are variations of #153EFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #153EFC
The complementary color of #153EFC 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 #153EFC
/* Using HEX */ body { background-color: #153efc; }
/* Using RGB */ body { background-color: rgb(21, 62, 252); }
/* Using RGB with opacity */ body { background-color: rgba(21, 62, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(229, 97%, 54%); }
/* Text color */ p { color: #153efc; }
/* Box shadow */ div { box-shadow: 4px 4px #153efc; }
/* Border color */ .box { border: 4px solid #153efc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #153efc; }
/* Background with text */ div { background: #153efc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #153EFC
<!-- Using HEX --> <div style="background-color: #153efc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(21, 62, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(21, 62, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(229, 97%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #153efc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #153efc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #153efc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #153efc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #153efc; color: #fff; padding: 16px; border-radius: 8px;"> #153EFC </div>
Related Colors of #153EFC
These colors are similar to #153EFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.