Color spaces of #211769
RGB | 33 | 23 | 105 |
---|---|---|---|
HSL | 0.69 | 0.64 | 0.25 |
HSV | 247° | 78° | 41° |
CMYK | 0.69 | 0.78 | 0.00 0.59 |
XYZ | 3.4834 | 1.9560 | 13.5586 |
Yxy | 1.9560 | 0.1834 | 0.1030 |
Hunter Lab | 13.9857 | 19.9838 | -47.6894 |
CIE-Lab | 15.2546 | 31.3647 | -45.9858 |
#211769 color RGB value is (33,23,105).
#211769 hex color red value is 33, green value is 23 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #211769 hue: 0.69 , saturation: 0.64 and the lightness value of 211769 is 0.25.
The process color (four color CMYK) of #211769 color hex is 0.69, 0.78, 0.00, 0.59. Web safe color of #211769 is #330066. Color #211769 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00010111 | 01101001 |
Octal | 41 | 27 | 151 |
Decimal | 33 | 23 | 105 |
Hex | 21 | 17 | 69 |
Shades of #211769
Tints of #211769
RGB Percentages of Color #211769
CMYK Percentages of Color #211769
Complementary Color
#211769 | #5f6917 |
#211769 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#211769 Color Preview on White Background
Lorem ipsum dolor sit amet.
#211769 Color CSS Codes
.mybgcolor {background-color:#211769; } .myforecolor {color:#211769; } .mybordercolor {border:3px solid #211769; }
#211769 Text Font Color
<p style="color:#211769">Text here</p>
This sample text font color is #211769
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.
#211769 Background Color
<div style="background-color:#211769">
Div content here</div>
This div background color is #211769
#211769 Border Color
<div style="border:3px solid #211769">
Div here</div>
This div border color is #211769
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,23,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #211769; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #211769; -webkit-box-shadow: 1px 1px 3px 2px #211769; box-shadow: 1px 1px 3px 2px #211769; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,23,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #211769">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #211769; -webkit-box-shadow: 1px 1px 3px 2px #211769; box-shadow: 1px 1px 3px 2px #211769;">
Div content here</div>
This div box has shadow with color #211769
Comments
No comments written yet.
Please login to write comment.