Color spaces of #052694
RGB | 5 | 38 | 148 |
---|---|---|---|
HSL | 0.63 | 0.93 | 0.30 |
HSV | 226° | 97° | 58° |
CMYK | 0.97 | 0.74 | 0.00 0.42 |
XYZ | 6.1010 | 3.5566 | 28.3819 |
Yxy | 3.5566 | 0.1604 | 0.0935 |
Hunter Lab | 18.8590 | 24.7428 | -76.0276 |
CIE-Lab | 22.1478 | 35.7668 | -61.9866 |
#052694 color RGB value is (5,38,148).
#052694 hex color red value is 5, green value is 38 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #052694 hue: 0.63 , saturation: 0.93 and the lightness value of 052694 is 0.30.
The process color (four color CMYK) of #052694 color hex is 0.97, 0.74, 0.00, 0.42. Web safe color of #052694 is #003399. Color #052694 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00100110 | 10010100 |
Octal | 5 | 46 | 224 |
Decimal | 5 | 38 | 148 |
Hex | 5 | 26 | 94 |
Shades of #052694
Tints of #052694
RGB Percentages of Color #052694
CMYK Percentages of Color #052694
Complementary Color
#052694 | #947305 |
#052694 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#052694 Color Preview on White Background
Lorem ipsum dolor sit amet.
#052694 Color CSS Codes
.mybgcolor {background-color:#052694; } .myforecolor {color:#052694; } .mybordercolor {border:3px solid #052694; }
#052694 Text Font Color
<p style="color:#052694">Text here</p>
This sample text font color is #052694
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.
#052694 Background Color
<div style="background-color:#052694">
Div content here</div>
This div background color is #052694
#052694 Border Color
<div style="border:3px solid #052694">
Div here</div>
This div border color is #052694
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,38,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #052694; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #052694; -webkit-box-shadow: 1px 1px 3px 2px #052694; box-shadow: 1px 1px 3px 2px #052694; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,38,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #052694">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #052694; -webkit-box-shadow: 1px 1px 3px 2px #052694; box-shadow: 1px 1px 3px 2px #052694;">
Div content here</div>
This div box has shadow with color #052694
Comments
No comments written yet.
Please login to write comment.