Color Hex Logo

#072690 Color Hex

#072690
(7,38,144)
0 Favorites   0 Comments

Color spaces of #072690

RGB 738144
HSL0.630.910.30
HSV226°95°56°
CMYK 0.950.740.00   0.44
XYZ5.81483.445026.7440
Yxy3.44500.16150.0957
Hunter Lab18.560723.4402-72.4381
CIE-Lab21.744634.3242-60.1754

#072690 color RGB value is (7,38,144).

#072690 hex color red value is 7, green value is 38 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #072690 hue: 0.63 , saturation: 0.91 and the lightness value of 072690 is 0.30.

The process color (four color CMYK) of #072690 color hex is 0.95, 0.74, 0.00, 0.44. Web safe color of #072690 is #003399. Color #072690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 10010000
Octal 7 46 220
Decimal 7 38 144
Hex 7 26 90

RGB Percentages of Color #072690

%3.70
%20.11
%76.19

CMYK Percentages of Color #072690

%95
%74
%0
%44

Triadic Colors of #072690

#072690 #900726 #269007

Analogous Colors of #072690

#072690 #2c0790 #076b90

Monochromatic Colors of #072690

#072690

Complementary Color

#072690 #907107

#072690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072690 Color CSS Codes

.mybgcolor {background-color:#072690; } 
.myforecolor {color:#072690; }
.mybordercolor {border:3px solid #072690; }

#072690 Text Font Color

<p style="color:#072690">Text here</p>

This sample text font color is #072690
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.


#072690 Background Color

<div style="background-color:#072690">
Div content here</div>

This div background color is #072690


#072690 Border Color

<div style="border:3px solid #072690">
Div here</div>

This div border color is #072690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,38,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072690;
  -webkit-box-shadow: 1px 1px 3px 2px #072690;
  box-shadow:         1px 1px 3px 2px #072690; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,38,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #072690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #072690;
  -webkit-box-shadow: 1px 1px 3px 2px #072690;
  box-shadow:         1px 1px 3px 2px #072690;">
Div content here</div>

This div box has shadow with color #072690


Comments

No comments written yet.

Please login to write comment.