Color Hex Logo

#072980 Color Hex

#072980
(7,41,128)
0 Favorites   0 Comments

Color spaces of #072980

RGB 741128
HSL0.620.900.26
HSV223°95°50°
CMYK 0.950.680.00   0.50
XYZ4.77683.189620.7860
Yxy3.18960.16610.1109
Hunter Lab17.859516.4887-56.5040
CIE-Lab20.787825.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

BaseRedGreenBlue
Binary 00000111 00101001 10000000
Octal 7 51 200
Decimal 7 41 128
Hex 7 29 80

RGB Percentages of Color #072980

%3.98
%23.30
%72.73

CMYK Percentages of Color #072980

%95
%68
%0
%50

Triadic Colors of #072980

#072980 #800729 #298007

Analogous Colors of #072980

#072980 #220780 #076680

Monochromatic Colors of #072980

#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.