Color spaces of #1159cf
RGB | 17 | 89 | 207 |
---|---|---|---|
HSL | 0.60 | 0.85 | 0.44 |
HSV | 217° | 92° | 81° |
CMYK | 0.92 | 0.57 | 0.00 0.19 |
XYZ | 15.0660 | 11.7689 | 60.5090 |
Yxy | 11.7689 | 0.1725 | 0.1347 |
Hunter Lab | 34.3058 | 18.3562 | -80.5623 |
CIE-Lab | 40.8464 | 25.5694 | -66.4197 |
#1159cf color RGB value is (17,89,207).
#1159cf hex color red value is 17, green value is 89 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1159cf hue: 0.60 , saturation: 0.85 and the lightness value of 1159cf is 0.44.
The process color (four color CMYK) of #1159cf color hex is 0.92, 0.57, 0.00, 0.19. Web safe color of #1159cf is #0066cc. Color #1159cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01011001 | 11001111 |
Octal | 21 | 131 | 317 |
Decimal | 17 | 89 | 207 |
Hex | 11 | 59 | CF |
Shades of #1159cf
Tints of #1159cf
RGB Percentages of Color #1159cf
CMYK Percentages of Color #1159cf
Complementary Color
#1159cf | #cf8711 |
#1159cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1159cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#1159cf Color CSS Codes
.mybgcolor {background-color:#1159cf; } .myforecolor {color:#1159cf; } .mybordercolor {border:3px solid #1159cf; }
#1159cf Text Font Color
<p style="color:#1159cf">Text here</p>
This sample text font color is #1159cf
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.
#1159cf Background Color
<div style="background-color:#1159cf">
Div content here</div>
This div background color is #1159cf
#1159cf Border Color
<div style="border:3px solid #1159cf">
Div here</div>
This div border color is #1159cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,89,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1159cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1159cf; -webkit-box-shadow: 1px 1px 3px 2px #1159cf; box-shadow: 1px 1px 3px 2px #1159cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,89,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1159cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1159cf; -webkit-box-shadow: 1px 1px 3px 2px #1159cf; box-shadow: 1px 1px 3px 2px #1159cf;">
Div content here</div>
This div box has shadow with color #1159cf
Comments
No comments written yet.
Please login to write comment.