Color spaces of #135589
RGB | 19 | 85 | 137 |
---|---|---|---|
HSL | 0.57 | 0.76 | 0.31 |
HSV | 206° | 86° | 54° |
CMYK | 0.86 | 0.38 | 0.00 0.46 |
XYZ | 8.0324 | 8.4416 | 24.8729 |
Yxy | 8.4416 | 0.1943 | 0.2042 |
Hunter Lab | 29.0544 | -1.4971 | -30.4188 |
CIE-Lab | 34.8861 | 0.0812 | -34.5256 |
#135589 color RGB value is (19,85,137).
#135589 hex color red value is 19, green value is 85 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #135589 hue: 0.57 , saturation: 0.76 and the lightness value of 135589 is 0.31.
The process color (four color CMYK) of #135589 color hex is 0.86, 0.38, 0.00, 0.46. Web safe color of #135589 is #006699. Color #135589 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01010101 | 10001001 |
Octal | 23 | 125 | 211 |
Decimal | 19 | 85 | 137 |
Hex | 13 | 55 | 89 |
Shades of #135589
Tints of #135589
RGB Percentages of Color #135589
CMYK Percentages of Color #135589
Complementary Color
#135589 | #894713 |
#135589 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#135589 Color Preview on White Background
Lorem ipsum dolor sit amet.
#135589 Color CSS Codes
.mybgcolor {background-color:#135589; } .myforecolor {color:#135589; } .mybordercolor {border:3px solid #135589; }
#135589 Text Font Color
<p style="color:#135589">Text here</p>
This sample text font color is #135589
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.
#135589 Background Color
<div style="background-color:#135589">
Div content here</div>
This div background color is #135589
#135589 Border Color
<div style="border:3px solid #135589">
Div here</div>
This div border color is #135589
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,85,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #135589; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #135589; -webkit-box-shadow: 1px 1px 3px 2px #135589; box-shadow: 1px 1px 3px 2px #135589; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,85,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #135589">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #135589; -webkit-box-shadow: 1px 1px 3px 2px #135589; box-shadow: 1px 1px 3px 2px #135589;">
Div content here</div>
This div box has shadow with color #135589
#135589 Color Palettes
Comments
No comments written yet.
Please login to write comment.