Color spaces of #071dba
RGB | 7 | 29 | 186 |
---|---|---|---|
HSL | 0.65 | 0.93 | 0.38 |
HSV | 233° | 96° | 73° |
CMYK | 0.96 | 0.84 | 0.00 0.27 |
XYZ | 9.3899 | 4.4691 | 46.8221 |
Yxy | 4.4691 | 0.1547 | 0.0736 |
Hunter Lab | 21.1402 | 42.2892 | -116.5192 |
CIE-Lab | 25.1653 | 53.7046 | -79.9848 |
#071dba color RGB value is (7,29,186).
#071dba hex color red value is 7, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #071dba hue: 0.65 , saturation: 0.93 and the lightness value of 071dba is 0.38.
The process color (four color CMYK) of #071dba color hex is 0.96, 0.84, 0.00, 0.27. Web safe color of #071dba is #0033cc. Color #071dba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00011101 | 10111010 |
Octal | 7 | 35 | 272 |
Decimal | 7 | 29 | 186 |
Hex | 7 | 1D | BA |
Shades of #071dba
Tints of #071dba
RGB Percentages of Color #071dba
CMYK Percentages of Color #071dba
Complementary Color
#071dba | #baa407 |
#071dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#071dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#071dba Color CSS Codes
.mybgcolor {background-color:#071dba; } .myforecolor {color:#071dba; } .mybordercolor {border:3px solid #071dba; }
#071dba Text Font Color
<p style="color:#071dba">Text here</p>
This sample text font color is #071dba
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.
#071dba Background Color
<div style="background-color:#071dba">
Div content here</div>
This div background color is #071dba
#071dba Border Color
<div style="border:3px solid #071dba">
Div here</div>
This div border color is #071dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,29,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #071dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #071dba; -webkit-box-shadow: 1px 1px 3px 2px #071dba; box-shadow: 1px 1px 3px 2px #071dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,29,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #071dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #071dba; -webkit-box-shadow: 1px 1px 3px 2px #071dba; box-shadow: 1px 1px 3px 2px #071dba;">
Div content here</div>
This div box has shadow with color #071dba
Comments
No comments written yet.
Please login to write comment.