Color spaces of #115abb
RGB | 17 | 90 | 187 |
---|---|---|---|
HSL | 0.60 | 0.83 | 0.40 |
HSV | 214° | 91° | 73° |
CMYK | 0.91 | 0.52 | 0.00 0.27 |
XYZ | 12.8570 | 11.0194 | 48.4630 |
Yxy | 11.0194 | 0.1777 | 0.1523 |
Hunter Lab | 33.1955 | 11.0431 | -63.3223 |
CIE-Lab | 39.6131 | 16.9555 | -56.8180 |
#115abb color RGB value is (17,90,187).
#115abb hex color red value is 17, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #115abb hue: 0.60 , saturation: 0.83 and the lightness value of 115abb is 0.40.
The process color (four color CMYK) of #115abb color hex is 0.91, 0.52, 0.00, 0.27. Web safe color of #115abb is #0066cc. Color #115abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01011010 | 10111011 |
Octal | 21 | 132 | 273 |
Decimal | 17 | 90 | 187 |
Hex | 11 | 5A | BB |
Shades of #115abb
Tints of #115abb
RGB Percentages of Color #115abb
CMYK Percentages of Color #115abb
Complementary Color
#115abb | #bb7211 |
#115abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#115abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#115abb Color CSS Codes
.mybgcolor {background-color:#115abb; } .myforecolor {color:#115abb; } .mybordercolor {border:3px solid #115abb; }
#115abb Text Font Color
<p style="color:#115abb">Text here</p>
This sample text font color is #115abb
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.
#115abb Background Color
<div style="background-color:#115abb">
Div content here</div>
This div background color is #115abb
#115abb Border Color
<div style="border:3px solid #115abb">
Div here</div>
This div border color is #115abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,90,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #115abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #115abb; -webkit-box-shadow: 1px 1px 3px 2px #115abb; box-shadow: 1px 1px 3px 2px #115abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,90,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #115abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #115abb; -webkit-box-shadow: 1px 1px 3px 2px #115abb; box-shadow: 1px 1px 3px 2px #115abb;">
Div content here</div>
This div box has shadow with color #115abb
Comments
No comments written yet.
Please login to write comment.