Color spaces of #13076a
RGB | 19 | 7 | 106 |
---|---|---|---|
HSL | 0.69 | 0.88 | 0.22 |
HSV | 247° | 93° | 42° |
CMYK | 0.82 | 0.93 | 0.00 0.58 |
XYZ | 2.9461 | 1.3310 | 13.7373 |
Yxy | 1.3310 | 0.1635 | 0.0739 |
Hunter Lab | 11.5369 | 25.3928 | -62.5224 |
CIE-Lab | 11.4906 | 38.5688 | -52.9123 |
#13076a color RGB value is (19,7,106).
#13076a hex color red value is 19, green value is 7 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #13076a hue: 0.69 , saturation: 0.88 and the lightness value of 13076a is 0.22.
The process color (four color CMYK) of #13076a color hex is 0.82, 0.93, 0.00, 0.58. Web safe color of #13076a is #000066. Color #13076a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00000111 | 01101010 |
Octal | 23 | 7 | 152 |
Decimal | 19 | 7 | 106 |
Hex | 13 | 7 | 6A |
Shades of #13076a
Tints of #13076a
RGB Percentages of Color #13076a
CMYK Percentages of Color #13076a
Complementary Color
#13076a | #5e6a07 |
#13076a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13076a Color Preview on White Background
Lorem ipsum dolor sit amet.
#13076a Color CSS Codes
.mybgcolor {background-color:#13076a; } .myforecolor {color:#13076a; } .mybordercolor {border:3px solid #13076a; }
#13076a Text Font Color
<p style="color:#13076a">Text here</p>
This sample text font color is #13076a
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.
#13076a Background Color
<div style="background-color:#13076a">
Div content here</div>
This div background color is #13076a
#13076a Border Color
<div style="border:3px solid #13076a">
Div here</div>
This div border color is #13076a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,7,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13076a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13076a; -webkit-box-shadow: 1px 1px 3px 2px #13076a; box-shadow: 1px 1px 3px 2px #13076a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,7,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13076a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13076a; -webkit-box-shadow: 1px 1px 3px 2px #13076a; box-shadow: 1px 1px 3px 2px #13076a;">
Div content here</div>
This div box has shadow with color #13076a
Comments
No comments written yet.
Please login to write comment.