Color spaces of #134bab
RGB | 19 | 75 | 171 |
---|---|---|---|
HSL | 0.61 | 0.80 | 0.37 |
HSV | 218° | 89° | 67° |
CMYK | 0.89 | 0.56 | 0.00 0.33 |
XYZ | 10.1353 | 8.1109 | 39.5594 |
Yxy | 8.1109 | 0.1753 | 0.1403 |
Hunter Lab | 28.4796 | 13.6850 | -62.4205 |
CIE-Lab | 34.2128 | 20.6680 | -56.1380 |
#134bab color RGB value is (19,75,171).
#134bab hex color red value is 19, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #134bab hue: 0.61 , saturation: 0.80 and the lightness value of 134bab is 0.37.
The process color (four color CMYK) of #134bab color hex is 0.89, 0.56, 0.00, 0.33. Web safe color of #134bab is #003399. Color #134bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01001011 | 10101011 |
Octal | 23 | 113 | 253 |
Decimal | 19 | 75 | 171 |
Hex | 13 | 4B | AB |
Shades of #134bab
Tints of #134bab
RGB Percentages of Color #134bab
CMYK Percentages of Color #134bab
Complementary Color
#134bab | #ab7313 |
#134bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#134bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#134bab Color CSS Codes
.mybgcolor {background-color:#134bab; } .myforecolor {color:#134bab; } .mybordercolor {border:3px solid #134bab; }
#134bab Text Font Color
<p style="color:#134bab">Text here</p>
This sample text font color is #134bab
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.
#134bab Background Color
<div style="background-color:#134bab">
Div content here</div>
This div background color is #134bab
#134bab Border Color
<div style="border:3px solid #134bab">
Div here</div>
This div border color is #134bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,75,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #134bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #134bab; -webkit-box-shadow: 1px 1px 3px 2px #134bab; box-shadow: 1px 1px 3px 2px #134bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,75,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #134bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #134bab; -webkit-box-shadow: 1px 1px 3px 2px #134bab; box-shadow: 1px 1px 3px 2px #134bab;">
Div content here</div>
This div box has shadow with color #134bab
Comments
No comments written yet.
Please login to write comment.