Color spaces of #151eaf
RGB | 21 | 30 | 175 |
---|---|---|---|
HSL | 0.66 | 0.79 | 0.38 |
HSV | 236° | 88° | 69° |
CMYK | 0.88 | 0.83 | 0.00 0.31 |
XYZ | 8.5114 | 4.1831 | 40.9163 |
Yxy | 4.1831 | 0.1588 | 0.0780 |
Hunter Lab | 20.4526 | 38.4910 | -104.2952 |
CIE-Lab | 24.2678 | 50.1277 | -74.8980 |
#151eaf color RGB value is (21,30,175).
#151eaf hex color red value is 21, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #151eaf hue: 0.66 , saturation: 0.79 and the lightness value of 151eaf is 0.38.
The process color (four color CMYK) of #151eaf color hex is 0.88, 0.83, 0.00, 0.31. Web safe color of #151eaf is #003399. Color #151eaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00011110 | 10101111 |
Octal | 25 | 36 | 257 |
Decimal | 21 | 30 | 175 |
Hex | 15 | 1E | AF |
Shades of #151eaf
Tints of #151eaf
RGB Percentages of Color #151eaf
CMYK Percentages of Color #151eaf
Complementary Color
#151eaf | #afa615 |
#151eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#151eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#151eaf Color CSS Codes
.mybgcolor {background-color:#151eaf; } .myforecolor {color:#151eaf; } .mybordercolor {border:3px solid #151eaf; }
#151eaf Text Font Color
<p style="color:#151eaf">Text here</p>
This sample text font color is #151eaf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#151eaf Background Color
<div style="background-color:#151eaf">
Div content here</div>
This div background color is #151eaf
#151eaf Border Color
<div style="border:3px solid #151eaf">
Div here</div>
This div border color is #151eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,30,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #151eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #151eaf; -webkit-box-shadow: 1px 1px 3px 2px #151eaf; box-shadow: 1px 1px 3px 2px #151eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,30,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #151eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #151eaf; -webkit-box-shadow: 1px 1px 3px 2px #151eaf; box-shadow: 1px 1px 3px 2px #151eaf;">
Div content here</div>
This div box has shadow with color #151eaf
Comments
No comments written yet.
Please login to write comment.