Color Hex Logo

#0722aa Color Hex

#0722AA
(7,34,170)
0 Favorites   0 Comments

Color spaces of #0722aa

RGB 734170
HSL0.640.920.35
HSV230°96°67°
CMYK 0.960.800.00   0.33
XYZ7.91534.091538.4028
Yxy4.09150.15700.0812
Hunter Lab20.227534.4516-98.4057
CIE-Lab23.971746.0549-72.3905

#0722aa color RGB value is (7,34,170).

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

The process color (four color CMYK) of #0722aa color hex is 0.96, 0.80, 0.00, 0.33. Web safe color of #0722aa is #003399. Color #0722aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100010 10101010
Octal 7 42 252
Decimal 7 34 170
Hex 7 22 AA

RGB Percentages of Color #0722aa

%3.32
%16.11
%80.57

CMYK Percentages of Color #0722aa

%96
%80
%0
%33

Triadic Colors of #0722aa

#0722aa #aa0722 #22aa07

Analogous Colors of #0722aa

#0722aa #3e07aa #0774aa

Monochromatic Colors of #0722aa

#0722aa

Complementary Color

#0722aa #aa8f07

#0722aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0722aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0722aa Color CSS Codes

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

#0722aa Text Font Color

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

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


#0722aa Background Color

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

This div background color is #0722aa


#0722aa Border Color

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

This div border color is #0722aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,34,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 #0722aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0722aa


Comments

No comments written yet.

Please login to write comment.