Color Hex Logo

#072aaa Color Hex

#072AAA
(7,42,170)
0 Favorites   0 Comments

Color spaces of #072aaa

RGB 742170
HSL0.630.920.35
HSV227°96°67°
CMYK 0.960.750.00   0.33
XYZ8.17134.603438.4881
Yxy4.60340.15940.0898
Hunter Lab21.455530.4342-91.3387
CIE-Lab25.573641.4790-69.7331

#072aaa color RGB value is (7,42,170).

#072aaa hex color red value is 7, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #072aaa hue: 0.63 , saturation: 0.92 and the lightness value of 072aaa is 0.35.

The process color (four color CMYK) of #072aaa color hex is 0.96, 0.75, 0.00, 0.33. Web safe color of #072aaa is #003399. Color #072aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101010 10101010
Octal 7 52 252
Decimal 7 42 170
Hex 7 2A AA

RGB Percentages of Color #072aaa

%3.20
%19.18
%77.63

CMYK Percentages of Color #072aaa

%96
%75
%0
%33

Triadic Colors of #072aaa

#072aaa #aa072a #2aaa07

Analogous Colors of #072aaa

#072aaa #3507aa #077caa

Monochromatic Colors of #072aaa

#072aaa

Complementary Color

#072aaa #aa8707

#072aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#072aaa Color CSS Codes

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

#072aaa Text Font Color

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

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


#072aaa Background Color

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

This div background color is #072aaa


#072aaa Border Color

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

This div border color is #072aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,42,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #072aaa;
  box-shadow:         1px 1px 3px 2px #072aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072aaa


Comments

No comments written yet.

Please login to write comment.