Color spaces of #103cbb
RGB | 16 | 60 | 187 |
---|---|---|---|
HSL | 0.62 | 0.84 | 0.40 |
HSV | 225° | 91° | 73° |
CMYK | 0.91 | 0.68 | 0.00 0.27 |
XYZ | 10.7992 | 6.9297 | 47.7821 |
Yxy | 6.9297 | 0.1648 | 0.1058 |
Hunter Lab | 26.3243 | 27.1597 | -89.1921 |
CIE-Lab | 31.6463 | 36.7983 | -69.8353 |
#103cbb color RGB value is (16,60,187).
#103cbb hex color red value is 16, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #103cbb hue: 0.62 , saturation: 0.84 and the lightness value of 103cbb is 0.40.
The process color (four color CMYK) of #103cbb color hex is 0.91, 0.68, 0.00, 0.27. Web safe color of #103cbb is #0033cc. Color #103cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 00111100 | 10111011 |
Octal | 20 | 74 | 273 |
Decimal | 16 | 60 | 187 |
Hex | 10 | 3C | BB |
Shades of #103cbb
Tints of #103cbb
RGB Percentages of Color #103cbb
CMYK Percentages of Color #103cbb
Complementary Color
#103cbb | #bb8f10 |
#103cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#103cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#103cbb Color CSS Codes
.mybgcolor {background-color:#103cbb; } .myforecolor {color:#103cbb; } .mybordercolor {border:3px solid #103cbb; }
#103cbb Text Font Color
<p style="color:#103cbb">Text here</p>
This sample text font color is #103cbb
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.
#103cbb Background Color
<div style="background-color:#103cbb">
Div content here</div>
This div background color is #103cbb
#103cbb Border Color
<div style="border:3px solid #103cbb">
Div here</div>
This div border color is #103cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,60,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #103cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #103cbb; -webkit-box-shadow: 1px 1px 3px 2px #103cbb; box-shadow: 1px 1px 3px 2px #103cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,60,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 #103cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #103cbb; -webkit-box-shadow: 1px 1px 3px 2px #103cbb; box-shadow: 1px 1px 3px 2px #103cbb;">
Div content here</div>
This div box has shadow with color #103cbb
Comments
No comments written yet.
Please login to write comment.