Color spaces of #13628a
RGB | 19 | 98 | 138 |
---|---|---|---|
HSL | 0.56 | 0.76 | 0.31 |
HSV | 200° | 86° | 54° |
CMYK | 0.86 | 0.29 | 0.00 0.46 |
XYZ | 9.2237 | 10.7088 | 25.6256 |
Yxy | 10.7088 | 0.2025 | 0.2351 |
Hunter Lab | 32.7243 | -6.9554 | -23.5215 |
CIE-Lab | 39.0856 | -7.6686 | -28.5061 |
#13628a color RGB value is (19,98,138).
#13628a hex color red value is 19, green value is 98 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #13628a hue: 0.56 , saturation: 0.76 and the lightness value of 13628a is 0.31.
The process color (four color CMYK) of #13628a color hex is 0.86, 0.29, 0.00, 0.46. Web safe color of #13628a is #006699. Color #13628a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01100010 | 10001010 |
Octal | 23 | 142 | 212 |
Decimal | 19 | 98 | 138 |
Hex | 13 | 62 | 8A |
Shades of #13628a
Tints of #13628a
RGB Percentages of Color #13628a
CMYK Percentages of Color #13628a
Complementary Color
#13628a | #8a3b13 |
#13628a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13628a Color Preview on White Background
Lorem ipsum dolor sit amet.
#13628a Color CSS Codes
.mybgcolor {background-color:#13628a; } .myforecolor {color:#13628a; } .mybordercolor {border:3px solid #13628a; }
#13628a Text Font Color
<p style="color:#13628a">Text here</p>
This sample text font color is #13628a
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.
#13628a Background Color
<div style="background-color:#13628a">
Div content here</div>
This div background color is #13628a
#13628a Border Color
<div style="border:3px solid #13628a">
Div here</div>
This div border color is #13628a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,98,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13628a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13628a; -webkit-box-shadow: 1px 1px 3px 2px #13628a; box-shadow: 1px 1px 3px 2px #13628a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,98,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13628a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13628a; -webkit-box-shadow: 1px 1px 3px 2px #13628a; box-shadow: 1px 1px 3px 2px #13628a;">
Div content here</div>
This div box has shadow with color #13628a
Comments
No comments written yet.
Please login to write comment.