Color spaces of #05309e
RGB | 5 | 48 | 158 |
---|---|---|---|
HSL | 0.62 | 0.94 | 0.32 |
HSV | 223° | 97° | 62° |
CMYK | 0.97 | 0.70 | 0.00 0.38 |
XYZ | 7.2911 | 4.6148 | 32.8542 |
Yxy | 4.6148 | 0.1629 | 0.1031 |
Hunter Lab | 21.4821 | 22.9899 | -75.6393 |
CIE-Lab | 25.6079 | 33.1048 | -62.4070 |
#05309e color RGB value is (5,48,158).
#05309e hex color red value is 5, green value is 48 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #05309e hue: 0.62 , saturation: 0.94 and the lightness value of 05309e is 0.32.
The process color (four color CMYK) of #05309e color hex is 0.97, 0.70, 0.00, 0.38. Web safe color of #05309e is #003399. Color #05309e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00110000 | 10011110 |
Octal | 5 | 60 | 236 |
Decimal | 5 | 48 | 158 |
Hex | 5 | 30 | 9E |
Shades of #05309e
Tints of #05309e
RGB Percentages of Color #05309e
CMYK Percentages of Color #05309e
Complementary Color
#05309e | #9e7305 |
#05309e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05309e Color Preview on White Background
Lorem ipsum dolor sit amet.
#05309e Color CSS Codes
.mybgcolor {background-color:#05309e; } .myforecolor {color:#05309e; } .mybordercolor {border:3px solid #05309e; }
#05309e Text Font Color
<p style="color:#05309e">Text here</p>
This sample text font color is #05309e
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.
#05309e Background Color
<div style="background-color:#05309e">
Div content here</div>
This div background color is #05309e
#05309e Border Color
<div style="border:3px solid #05309e">
Div here</div>
This div border color is #05309e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,48,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05309e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05309e; -webkit-box-shadow: 1px 1px 3px 2px #05309e; box-shadow: 1px 1px 3px 2px #05309e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,48,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #05309e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05309e; -webkit-box-shadow: 1px 1px 3px 2px #05309e; box-shadow: 1px 1px 3px 2px #05309e;">
Div content here</div>
This div box has shadow with color #05309e
Comments
No comments written yet.
Please login to write comment.