Color spaces of #1053db
RGB | 16 | 83 | 219 |
---|---|---|---|
HSL | 0.61 | 0.86 | 0.46 |
HSV | 220° | 93° | 86° |
CMYK | 0.93 | 0.62 | 0.00 0.14 |
XYZ | 16.0931 | 11.4111 | 68.3722 |
Yxy | 11.4111 | 0.1679 | 0.1190 |
Hunter Lab | 33.7803 | 25.9227 | -96.3582 |
CIE-Lab | 40.2644 | 34.0926 | -74.2579 |
#1053db color RGB value is (16,83,219).
#1053db hex color red value is 16, green value is 83 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1053db hue: 0.61 , saturation: 0.86 and the lightness value of 1053db is 0.46.
The process color (four color CMYK) of #1053db color hex is 0.93, 0.62, 0.00, 0.14. Web safe color of #1053db is #0066cc. Color #1053db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 01010011 | 11011011 |
Octal | 20 | 123 | 333 |
Decimal | 16 | 83 | 219 |
Hex | 10 | 53 | DB |
Shades of #1053db
Tints of #1053db
RGB Percentages of Color #1053db
CMYK Percentages of Color #1053db
Complementary Color
#1053db | #db9810 |
#1053db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1053db Color Preview on White Background
Lorem ipsum dolor sit amet.
#1053db Color CSS Codes
.mybgcolor {background-color:#1053db; } .myforecolor {color:#1053db; } .mybordercolor {border:3px solid #1053db; }
#1053db Text Font Color
<p style="color:#1053db">Text here</p>
This sample text font color is #1053db
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.
#1053db Background Color
<div style="background-color:#1053db">
Div content here</div>
This div background color is #1053db
#1053db Border Color
<div style="border:3px solid #1053db">
Div here</div>
This div border color is #1053db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,83,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1053db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1053db; -webkit-box-shadow: 1px 1px 3px 2px #1053db; box-shadow: 1px 1px 3px 2px #1053db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,83,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 #1053db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1053db; -webkit-box-shadow: 1px 1px 3px 2px #1053db; box-shadow: 1px 1px 3px 2px #1053db;">
Div content here</div>
This div box has shadow with color #1053db
Comments
No comments written yet.
Please login to write comment.