Color spaces of #13046e
RGB | 19 | 4 | 110 |
---|---|---|---|
HSL | 0.69 | 0.93 | 0.22 |
HSV | 248° | 96° | 43° |
CMYK | 0.83 | 0.96 | 0.00 0.57 |
XYZ | 3.1264 | 1.3511 | 14.8479 |
Yxy | 1.3511 | 0.1618 | 0.0699 |
Hunter Lab | 11.6237 | 27.6694 | -67.5995 |
CIE-Lab | 11.6283 | 41.1161 | -55.3084 |
#13046e color RGB value is (19,4,110).
#13046e hex color red value is 19, green value is 4 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #13046e hue: 0.69 , saturation: 0.93 and the lightness value of 13046e is 0.22.
The process color (four color CMYK) of #13046e color hex is 0.83, 0.96, 0.00, 0.57. Web safe color of #13046e is #000066. Color #13046e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00000100 | 01101110 |
Octal | 23 | 4 | 156 |
Decimal | 19 | 4 | 110 |
Hex | 13 | 4 | 6E |
Shades of #13046e
Tints of #13046e
RGB Percentages of Color #13046e
CMYK Percentages of Color #13046e
Complementary Color
#13046e | #5f6e04 |
#13046e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13046e Color Preview on White Background
Lorem ipsum dolor sit amet.
#13046e Color CSS Codes
.mybgcolor {background-color:#13046e; } .myforecolor {color:#13046e; } .mybordercolor {border:3px solid #13046e; }
#13046e Text Font Color
<p style="color:#13046e">Text here</p>
This sample text font color is #13046e
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.
#13046e Background Color
<div style="background-color:#13046e">
Div content here</div>
This div background color is #13046e
#13046e Border Color
<div style="border:3px solid #13046e">
Div here</div>
This div border color is #13046e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,4,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13046e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13046e; -webkit-box-shadow: 1px 1px 3px 2px #13046e; box-shadow: 1px 1px 3px 2px #13046e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,4,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13046e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13046e; -webkit-box-shadow: 1px 1px 3px 2px #13046e; box-shadow: 1px 1px 3px 2px #13046e;">
Div content here</div>
This div box has shadow with color #13046e
Comments
No comments written yet.
Please login to write comment.