Color spaces of #1329db
RGB | 19 | 41 | 219 |
---|---|---|---|
HSL | 0.65 | 0.84 | 0.47 |
HSV | 233° | 91° | 86° |
CMYK | 0.91 | 0.81 | 0.00 0.14 |
XYZ | 13.8477 | 6.8388 | 67.6080 |
Yxy | 6.8388 | 0.1568 | 0.0775 |
Hunter Lab | 26.1511 | 48.7561 | -134.9757 |
CIE-Lab | 31.4371 | 58.6271 | -88.8369 |
#1329db color RGB value is (19,41,219).
#1329db hex color red value is 19, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1329db hue: 0.65 , saturation: 0.84 and the lightness value of 1329db is 0.47.
The process color (four color CMYK) of #1329db color hex is 0.91, 0.81, 0.00, 0.14. Web safe color of #1329db is #0033cc. Color #1329db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00101001 | 11011011 |
Octal | 23 | 51 | 333 |
Decimal | 19 | 41 | 219 |
Hex | 13 | 29 | DB |
Shades of #1329db
Tints of #1329db
RGB Percentages of Color #1329db
CMYK Percentages of Color #1329db
Complementary Color
#1329db | #dbc513 |
#1329db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1329db Color Preview on White Background
Lorem ipsum dolor sit amet.
#1329db Color CSS Codes
.mybgcolor {background-color:#1329db; } .myforecolor {color:#1329db; } .mybordercolor {border:3px solid #1329db; }
#1329db Text Font Color
<p style="color:#1329db">Text here</p>
This sample text font color is #1329db
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.
#1329db Background Color
<div style="background-color:#1329db">
Div content here</div>
This div background color is #1329db
#1329db Border Color
<div style="border:3px solid #1329db">
Div here</div>
This div border color is #1329db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,41,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1329db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1329db; -webkit-box-shadow: 1px 1px 3px 2px #1329db; box-shadow: 1px 1px 3px 2px #1329db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,41,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1329db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1329db; -webkit-box-shadow: 1px 1px 3px 2px #1329db; box-shadow: 1px 1px 3px 2px #1329db;">
Div content here</div>
This div box has shadow with color #1329db
Comments
No comments written yet.
Please login to write comment.