Color spaces of #134761
RGB | 19 | 71 | 97 |
---|---|---|---|
HSL | 0.56 | 0.67 | 0.23 |
HSV | 200° | 80° | 38° |
CMYK | 0.80 | 0.27 | 0.00 0.62 |
XYZ | 4.6795 | 5.5080 | 12.1258 |
Yxy | 5.5080 | 0.2097 | 0.2468 |
Hunter Lab | 23.4691 | -5.4799 | -14.2050 |
CIE-Lab | 28.1356 | -6.9843 | -20.1274 |
#134761 color RGB value is (19,71,97).
#134761 hex color red value is 19, green value is 71 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #134761 hue: 0.56 , saturation: 0.67 and the lightness value of 134761 is 0.23.
The process color (four color CMYK) of #134761 color hex is 0.80, 0.27, 0.00, 0.62. Web safe color of #134761 is #003366. Color #134761 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01000111 | 01100001 |
Octal | 23 | 107 | 141 |
Decimal | 19 | 71 | 97 |
Hex | 13 | 47 | 61 |
Shades of #134761
Tints of #134761
RGB Percentages of Color #134761
CMYK Percentages of Color #134761
Complementary Color
#134761 | #612d13 |
#134761 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#134761 Color Preview on White Background
Lorem ipsum dolor sit amet.
#134761 Color CSS Codes
.mybgcolor {background-color:#134761; } .myforecolor {color:#134761; } .mybordercolor {border:3px solid #134761; }
#134761 Text Font Color
<p style="color:#134761">Text here</p>
This sample text font color is #134761
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.
#134761 Background Color
<div style="background-color:#134761">
Div content here</div>
This div background color is #134761
#134761 Border Color
<div style="border:3px solid #134761">
Div here</div>
This div border color is #134761
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,71,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #134761; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #134761; -webkit-box-shadow: 1px 1px 3px 2px #134761; box-shadow: 1px 1px 3px 2px #134761; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,71,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #134761">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #134761; -webkit-box-shadow: 1px 1px 3px 2px #134761; box-shadow: 1px 1px 3px 2px #134761;">
Div content here</div>
This div box has shadow with color #134761
Comments
No comments written yet.
Please login to write comment.