Color spaces of #016daf
RGB | 1 | 109 | 175 |
---|---|---|---|
HSL | 0.56 | 0.99 | 0.35 |
HSV | 203° | 99° | 69° |
CMYK | 0.99 | 0.38 | 0.00 0.31 |
XYZ | 13.2190 | 14.0389 | 42.5705 |
Yxy | 14.0389 | 0.1893 | 0.2010 |
Hunter Lab | 37.4685 | -2.5946 | -41.1354 |
CIE-Lab | 44.2887 | -0.8111 | -42.2985 |
#016daf color RGB value is (1,109,175).
#016daf hex color red value is 1, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #016daf hue: 0.56 , saturation: 0.99 and the lightness value of 016daf is 0.35.
The process color (four color CMYK) of #016daf color hex is 0.99, 0.38, 0.00, 0.31. Web safe color of #016daf is #006699. Color #016daf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 01101101 | 10101111 |
Octal | 1 | 155 | 257 |
Decimal | 1 | 109 | 175 |
Hex | 1 | 6D | AF |
Shades of #016daf
Tints of #016daf
RGB Percentages of Color #016daf
CMYK Percentages of Color #016daf
Complementary Color
#016daf | #af4301 |
#016daf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#016daf Color Preview on White Background
Lorem ipsum dolor sit amet.
#016daf Color CSS Codes
.mybgcolor {background-color:#016daf; } .myforecolor {color:#016daf; } .mybordercolor {border:3px solid #016daf; }
#016daf Text Font Color
<p style="color:#016daf">Text here</p>
This sample text font color is #016daf
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.
#016daf Background Color
<div style="background-color:#016daf">
Div content here</div>
This div background color is #016daf
#016daf Border Color
<div style="border:3px solid #016daf">
Div here</div>
This div border color is #016daf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,109,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #016daf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #016daf; -webkit-box-shadow: 1px 1px 3px 2px #016daf; box-shadow: 1px 1px 3px 2px #016daf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,109,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #016daf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #016daf; -webkit-box-shadow: 1px 1px 3px 2px #016daf; box-shadow: 1px 1px 3px 2px #016daf;">
Div content here</div>
This div box has shadow with color #016daf
Comments
No comments written yet.
Please login to write comment.