Color spaces of #017abb
RGB | 1 | 122 | 187 |
---|---|---|---|
HSL | 0.56 | 0.99 | 0.37 |
HSV | 201° | 99° | 73° |
CMYK | 0.99 | 0.35 | 0.00 0.27 |
XYZ | 15.9417 | 17.5134 | 49.5539 |
Yxy | 17.5134 | 0.1920 | 0.2110 |
Hunter Lab | 41.8490 | -5.2391 | -40.9117 |
CIE-Lab | 48.9005 | -4.0021 | -41.9426 |
#017abb color RGB value is (1,122,187).
#017abb hex color red value is 1, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #017abb hue: 0.56 , saturation: 0.99 and the lightness value of 017abb is 0.37.
The process color (four color CMYK) of #017abb color hex is 0.99, 0.35, 0.00, 0.27. Web safe color of #017abb is #0066cc. Color #017abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 01111010 | 10111011 |
Octal | 1 | 172 | 273 |
Decimal | 1 | 122 | 187 |
Hex | 1 | 7A | BB |
Shades of #017abb
Tints of #017abb
RGB Percentages of Color #017abb
CMYK Percentages of Color #017abb
Complementary Color
#017abb | #bb4201 |
#017abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#017abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#017abb Color CSS Codes
.mybgcolor {background-color:#017abb; } .myforecolor {color:#017abb; } .mybordercolor {border:3px solid #017abb; }
#017abb Text Font Color
<p style="color:#017abb">Text here</p>
This sample text font color is #017abb
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.
#017abb Background Color
<div style="background-color:#017abb">
Div content here</div>
This div background color is #017abb
#017abb Border Color
<div style="border:3px solid #017abb">
Div here</div>
This div border color is #017abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,122,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #017abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #017abb; -webkit-box-shadow: 1px 1px 3px 2px #017abb; box-shadow: 1px 1px 3px 2px #017abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,122,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 #017abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #017abb; -webkit-box-shadow: 1px 1px 3px 2px #017abb; box-shadow: 1px 1px 3px 2px #017abb;">
Div content here</div>
This div box has shadow with color #017abb
Comments
No comments written yet.
Please login to write comment.