Color spaces of #071783
RGB | 7 | 23 | 131 |
---|---|---|---|
HSL | 0.65 | 0.90 | 0.27 |
HSV | 232° | 95° | 51° |
CMYK | 0.95 | 0.82 | 0.00 0.49 |
XYZ | 4.4908 | 2.2967 | 21.6793 |
Yxy | 2.2967 | 0.1578 | 0.0807 |
Hunter Lab | 15.1549 | 26.3734 | -74.2070 |
CIE-Lab | 16.9731 | 38.6331 | -59.9361 |
#071783 color RGB value is (7,23,131).
#071783 hex color red value is 7, green value is 23 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #071783 hue: 0.65 , saturation: 0.90 and the lightness value of 071783 is 0.27.
The process color (four color CMYK) of #071783 color hex is 0.95, 0.82, 0.00, 0.49. Web safe color of #071783 is #000099. Color #071783 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00010111 | 10000011 |
Octal | 7 | 27 | 203 |
Decimal | 7 | 23 | 131 |
Hex | 7 | 17 | 83 |
Shades of #071783
Tints of #071783
RGB Percentages of Color #071783
CMYK Percentages of Color #071783
Complementary Color
#071783 | #837307 |
#071783 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#071783 Color Preview on White Background
Lorem ipsum dolor sit amet.
#071783 Color CSS Codes
.mybgcolor {background-color:#071783; } .myforecolor {color:#071783; } .mybordercolor {border:3px solid #071783; }
#071783 Text Font Color
<p style="color:#071783">Text here</p>
This sample text font color is #071783
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.
#071783 Background Color
<div style="background-color:#071783">
Div content here</div>
This div background color is #071783
#071783 Border Color
<div style="border:3px solid #071783">
Div here</div>
This div border color is #071783
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,23,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #071783; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #071783; -webkit-box-shadow: 1px 1px 3px 2px #071783; box-shadow: 1px 1px 3px 2px #071783; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,23,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #071783">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #071783; -webkit-box-shadow: 1px 1px 3px 2px #071783; box-shadow: 1px 1px 3px 2px #071783;">
Div content here</div>
This div box has shadow with color #071783
Comments
No comments written yet.
Please login to write comment.