Color spaces of #151849
RGB | 21 | 24 | 73 |
---|---|---|---|
HSL | 0.66 | 0.55 | 0.18 |
HSV | 237° | 71° | 29° |
CMYK | 0.71 | 0.67 | 0.00 0.71 |
XYZ | 1.8385 | 1.2937 | 6.4561 |
Yxy | 1.2937 | 0.1917 | 0.1349 |
Hunter Lab | 11.3741 | 8.9479 | -25.6920 |
CIE-Lab | 11.2314 | 16.8418 | -31.0384 |
#151849 color RGB value is (21,24,73).
#151849 hex color red value is 21, green value is 24 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #151849 hue: 0.66 , saturation: 0.55 and the lightness value of 151849 is 0.18.
The process color (four color CMYK) of #151849 color hex is 0.71, 0.67, 0.00, 0.71. Web safe color of #151849 is #000033. Color #151849 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00011000 | 01001001 |
Octal | 25 | 30 | 111 |
Decimal | 21 | 24 | 73 |
Hex | 15 | 18 | 49 |
Shades of #151849
Tints of #151849
RGB Percentages of Color #151849
CMYK Percentages of Color #151849
Complementary Color
#151849 | #494615 |
#151849 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#151849 Color Preview on White Background
Lorem ipsum dolor sit amet.
#151849 Color CSS Codes
.mybgcolor {background-color:#151849; } .myforecolor {color:#151849; } .mybordercolor {border:3px solid #151849; }
#151849 Text Font Color
<p style="color:#151849">Text here</p>
This sample text font color is #151849
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.
#151849 Background Color
<div style="background-color:#151849">
Div content here</div>
This div background color is #151849
#151849 Border Color
<div style="border:3px solid #151849">
Div here</div>
This div border color is #151849
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,24,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #151849; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #151849; -webkit-box-shadow: 1px 1px 3px 2px #151849; box-shadow: 1px 1px 3px 2px #151849; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,24,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #151849">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #151849; -webkit-box-shadow: 1px 1px 3px 2px #151849; box-shadow: 1px 1px 3px 2px #151849;">
Div content here</div>
This div box has shadow with color #151849
Comments
No comments written yet.
Please login to write comment.