Color spaces of #072980
RGB | 7 | 41 | 128 |
---|---|---|---|
HSL | 0.62 | 0.90 | 0.26 |
HSV | 223° | 95° | 50° |
CMYK | 0.95 | 0.68 | 0.00 0.50 |
XYZ | 4.7768 | 3.1896 | 20.7860 |
Yxy | 3.1896 | 0.1661 | 0.1109 |
Hunter Lab | 17.8595 | 16.4887 | -56.5040 |
CIE-Lab | 20.7878 | 25.9490 | -51.7325 |
#072980 color RGB value is (7,41,128).
#072980 hex color red value is 7, green value is 41 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #072980 hue: 0.62 , saturation: 0.90 and the lightness value of 072980 is 0.26.
The process color (four color CMYK) of #072980 color hex is 0.95, 0.68, 0.00, 0.50. Web safe color of #072980 is #003399. Color #072980 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00101001 | 10000000 |
Octal | 7 | 51 | 200 |
Decimal | 7 | 41 | 128 |
Hex | 7 | 29 | 80 |
Shades of #072980
Tints of #072980
RGB Percentages of Color #072980
CMYK Percentages of Color #072980
Complementary Color
#072980 | #805e07 |
#072980 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#072980 Color Preview on White Background
Lorem ipsum dolor sit amet.
#072980 Color CSS Codes
.mybgcolor {background-color:#072980; } .myforecolor {color:#072980; } .mybordercolor {border:3px solid #072980; }
#072980 Text Font Color
<p style="color:#072980">Text here</p>
This sample text font color is #072980
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.
#072980 Background Color
<div style="background-color:#072980">
Div content here</div>
This div background color is #072980
#072980 Border Color
<div style="border:3px solid #072980">
Div here</div>
This div border color is #072980
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,41,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #072980; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #072980; -webkit-box-shadow: 1px 1px 3px 2px #072980; box-shadow: 1px 1px 3px 2px #072980; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,41,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #072980">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #072980; -webkit-box-shadow: 1px 1px 3px 2px #072980; box-shadow: 1px 1px 3px 2px #072980;">
Div content here</div>
This div box has shadow with color #072980
Comments
No comments written yet.
Please login to write comment.