Color spaces of #05152e
RGB | 5 | 21 | 46 |
---|---|---|---|
HSL | 0.60 | 0.80 | 0.10 |
HSV | 217° | 89° | 18° |
CMYK | 0.89 | 0.54 | 0.00 0.82 |
XYZ | 0.8239 | 0.7659 | 2.6892 |
Yxy | 0.7659 | 0.1925 | 0.1790 |
Hunter Lab | 8.7516 | 1.4893 | -12.0926 |
CIE-Lab | 6.9183 | 3.9299 | -18.7296 |
#05152e color RGB value is (5,21,46).
#05152e hex color red value is 5, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #05152e hue: 0.60 , saturation: 0.80 and the lightness value of 05152e is 0.10.
The process color (four color CMYK) of #05152e color hex is 0.89, 0.54, 0.00, 0.82. Web safe color of #05152e is #000033. Color #05152e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00010101 | 00101110 |
Octal | 5 | 25 | 56 |
Decimal | 5 | 21 | 46 |
Hex | 5 | 15 | 2E |
Shades of #05152e
Tints of #05152e
RGB Percentages of Color #05152e
CMYK Percentages of Color #05152e
Complementary Color
#05152e | #2e1e05 |
#05152e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05152e Color Preview on White Background
Lorem ipsum dolor sit amet.
#05152e Color CSS Codes
.mybgcolor {background-color:#05152e; } .myforecolor {color:#05152e; } .mybordercolor {border:3px solid #05152e; }
#05152e Text Font Color
<p style="color:#05152e">Text here</p>
This sample text font color is #05152e
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.
#05152e Background Color
<div style="background-color:#05152e">
Div content here</div>
This div background color is #05152e
#05152e Border Color
<div style="border:3px solid #05152e">
Div here</div>
This div border color is #05152e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,21,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05152e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05152e; -webkit-box-shadow: 1px 1px 3px 2px #05152e; box-shadow: 1px 1px 3px 2px #05152e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,21,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #05152e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05152e; -webkit-box-shadow: 1px 1px 3px 2px #05152e; box-shadow: 1px 1px 3px 2px #05152e;">
Div content here</div>
This div box has shadow with color #05152e
Comments
No comments written yet.
Please login to write comment.