Color spaces of #013edb
RGB | 1 | 62 | 219 |
---|---|---|---|
HSL | 0.62 | 0.99 | 0.43 |
HSV | 223° | 100° | 86° |
CMYK | 1.00 | 0.72 | 0.00 0.14 |
XYZ | 14.5213 | 8.5662 | 67.9059 |
Yxy | 8.5662 | 0.1596 | 0.0941 |
Hunter Lab | 29.2681 | 37.3433 | -117.0732 |
CIE-Lab | 35.1353 | 46.8852 | -82.7109 |
#013edb color RGB value is (1,62,219).
#013edb hex color red value is 1, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #013edb hue: 0.62 , saturation: 0.99 and the lightness value of 013edb is 0.43.
The process color (four color CMYK) of #013edb color hex is 1.00, 0.72, 0.00, 0.14. Web safe color of #013edb is #0033cc. Color #013edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00111110 | 11011011 |
Octal | 1 | 76 | 333 |
Decimal | 1 | 62 | 219 |
Hex | 1 | 3E | DB |
Shades of #013edb
Tints of #013edb
RGB Percentages of Color #013edb
CMYK Percentages of Color #013edb
Complementary Color
#013edb | #db9e01 |
#013edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#013edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#013edb Color CSS Codes
.mybgcolor {background-color:#013edb; } .myforecolor {color:#013edb; } .mybordercolor {border:3px solid #013edb; }
#013edb Text Font Color
<p style="color:#013edb">Text here</p>
This sample text font color is #013edb
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.
#013edb Background Color
<div style="background-color:#013edb">
Div content here</div>
This div background color is #013edb
#013edb Border Color
<div style="border:3px solid #013edb">
Div here</div>
This div border color is #013edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,62,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #013edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #013edb; -webkit-box-shadow: 1px 1px 3px 2px #013edb; box-shadow: 1px 1px 3px 2px #013edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,62,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 #013edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #013edb; -webkit-box-shadow: 1px 1px 3px 2px #013edb; box-shadow: 1px 1px 3px 2px #013edb;">
Div content here</div>
This div box has shadow with color #013edb
Comments
No comments written yet.
Please login to write comment.