Color spaces of #05106f
RGB | 5 | 16 | 111 |
---|---|---|---|
HSL | 0.65 | 0.91 | 0.23 |
HSV | 234° | 95° | 44° |
CMYK | 0.95 | 0.86 | 0.00 0.56 |
XYZ | 3.1171 | 1.5505 | 15.1739 |
Yxy | 1.5505 | 0.1571 | 0.0781 |
Hunter Lab | 12.4519 | 22.8933 | -63.5345 |
CIE-Lab | 12.9256 | 35.3653 | -53.8196 |
#05106f color RGB value is (5,16,111).
#05106f hex color red value is 5, green value is 16 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #05106f hue: 0.65 , saturation: 0.91 and the lightness value of 05106f is 0.23.
The process color (four color CMYK) of #05106f color hex is 0.95, 0.86, 0.00, 0.56. Web safe color of #05106f is #000066. Color #05106f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00010000 | 01101111 |
Octal | 5 | 20 | 157 |
Decimal | 5 | 16 | 111 |
Hex | 5 | 10 | 6F |
Shades of #05106f
Tints of #05106f
RGB Percentages of Color #05106f
CMYK Percentages of Color #05106f
Complementary Color
#05106f | #6f6405 |
#05106f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05106f Color Preview on White Background
Lorem ipsum dolor sit amet.
#05106f Color CSS Codes
.mybgcolor {background-color:#05106f; } .myforecolor {color:#05106f; } .mybordercolor {border:3px solid #05106f; }
#05106f Text Font Color
<p style="color:#05106f">Text here</p>
This sample text font color is #05106f
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.
#05106f Background Color
<div style="background-color:#05106f">
Div content here</div>
This div background color is #05106f
#05106f Border Color
<div style="border:3px solid #05106f">
Div here</div>
This div border color is #05106f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,16,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05106f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05106f; -webkit-box-shadow: 1px 1px 3px 2px #05106f; box-shadow: 1px 1px 3px 2px #05106f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,16,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #05106f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05106f; -webkit-box-shadow: 1px 1px 3px 2px #05106f; box-shadow: 1px 1px 3px 2px #05106f;">
Div content here</div>
This div box has shadow with color #05106f
Comments
No comments written yet.
Please login to write comment.