Color spaces of #052176
RGB | 5 | 33 | 118 |
---|---|---|---|
HSL | 0.63 | 0.92 | 0.24 |
HSV | 225° | 96° | 46° |
CMYK | 0.96 | 0.72 | 0.00 0.54 |
XYZ | 3.8765 | 2.4280 | 17.4039 |
Yxy | 2.4280 | 0.1635 | 0.1024 |
Hunter Lab | 15.5820 | 17.1387 | -55.3148 |
CIE-Lab | 17.5898 | 27.3254 | -50.6271 |
#052176 color RGB value is (5,33,118).
#052176 hex color red value is 5, green value is 33 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #052176 hue: 0.63 , saturation: 0.92 and the lightness value of 052176 is 0.24.
The process color (four color CMYK) of #052176 color hex is 0.96, 0.72, 0.00, 0.54. Web safe color of #052176 is #003366. Color #052176 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00100001 | 01110110 |
Octal | 5 | 41 | 166 |
Decimal | 5 | 33 | 118 |
Hex | 5 | 21 | 76 |
Shades of #052176
Tints of #052176
RGB Percentages of Color #052176
CMYK Percentages of Color #052176
Complementary Color
#052176 | #765a05 |
#052176 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#052176 Color Preview on White Background
Lorem ipsum dolor sit amet.
#052176 Color CSS Codes
.mybgcolor {background-color:#052176; } .myforecolor {color:#052176; } .mybordercolor {border:3px solid #052176; }
#052176 Text Font Color
<p style="color:#052176">Text here</p>
This sample text font color is #052176
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.
#052176 Background Color
<div style="background-color:#052176">
Div content here</div>
This div background color is #052176
#052176 Border Color
<div style="border:3px solid #052176">
Div here</div>
This div border color is #052176
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,33,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #052176; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #052176; -webkit-box-shadow: 1px 1px 3px 2px #052176; box-shadow: 1px 1px 3px 2px #052176; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,33,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #052176">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #052176; -webkit-box-shadow: 1px 1px 3px 2px #052176; box-shadow: 1px 1px 3px 2px #052176;">
Div content here</div>
This div box has shadow with color #052176
Comments
No comments written yet.
Please login to write comment.