Color spaces of #1064bd
RGB | 16 | 100 | 189 |
---|---|---|---|
HSL | 0.59 | 0.84 | 0.40 |
HSV | 211° | 92° | 74° |
CMYK | 0.92 | 0.47 | 0.00 0.26 |
XYZ | 13.9562 | 12.8986 | 49.8982 |
Yxy | 12.8986 | 0.1818 | 0.1681 |
Hunter Lab | 35.9146 | 6.5134 | -57.2347 |
CIE-Lab | 42.6101 | 11.1531 | -53.1436 |
#1064bd color RGB value is (16,100,189).
#1064bd hex color red value is 16, green value is 100 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1064bd hue: 0.59 , saturation: 0.84 and the lightness value of 1064bd is 0.40.
The process color (four color CMYK) of #1064bd color hex is 0.92, 0.47, 0.00, 0.26. Web safe color of #1064bd is #0066cc. Color #1064bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 01100100 | 10111101 |
Octal | 20 | 144 | 275 |
Decimal | 16 | 100 | 189 |
Hex | 10 | 64 | BD |
Shades of #1064bd
Tints of #1064bd
RGB Percentages of Color #1064bd
CMYK Percentages of Color #1064bd
Complementary Color
#1064bd | #bd6910 |
#1064bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1064bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1064bd Color CSS Codes
.mybgcolor {background-color:#1064bd; } .myforecolor {color:#1064bd; } .mybordercolor {border:3px solid #1064bd; }
#1064bd Text Font Color
<p style="color:#1064bd">Text here</p>
This sample text font color is #1064bd
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.
#1064bd Background Color
<div style="background-color:#1064bd">
Div content here</div>
This div background color is #1064bd
#1064bd Border Color
<div style="border:3px solid #1064bd">
Div here</div>
This div border color is #1064bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,100,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1064bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1064bd; -webkit-box-shadow: 1px 1px 3px 2px #1064bd; box-shadow: 1px 1px 3px 2px #1064bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,100,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1064bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1064bd; -webkit-box-shadow: 1px 1px 3px 2px #1064bd; box-shadow: 1px 1px 3px 2px #1064bd;">
Div content here</div>
This div box has shadow with color #1064bd
Comments
No comments written yet.
Please login to write comment.