Color Hex Logo

#0726ac Color Hex

#0726AC
(7,38,172)
0 Favorites   0 Comments

Color spaces of #0726ac

RGB 738172
HSL0.640.920.35
HSV229°96°67°
CMYK 0.960.780.00   0.33
XYZ8.22714.410039.4473
Yxy4.41000.15800.0847
Hunter Lab21.000033.1804-96.6729
CIE-Lab24.983044.5257-71.9164

#0726ac color RGB value is (7,38,172).

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

The process color (four color CMYK) of #0726ac color hex is 0.96, 0.78, 0.00, 0.33. Web safe color of #0726ac is #003399. Color #0726ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 10101100
Octal 7 46 254
Decimal 7 38 172
Hex 7 26 AC

RGB Percentages of Color #0726ac

%3.23
%17.51
%79.26

CMYK Percentages of Color #0726ac

%96
%78
%0
%33

Triadic Colors of #0726ac

#0726ac #ac0726 #26ac07

Analogous Colors of #0726ac

#0726ac #3b07ac #0779ac

Monochromatic Colors of #0726ac

#0726ac

Complementary Color

#0726ac #ac8d07

#0726ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0726ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0726ac Color CSS Codes

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

#0726ac Text Font Color

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

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


#0726ac Background Color

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

This div background color is #0726ac


#0726ac Border Color

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

This div border color is #0726ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0726ac


Comments

No comments written yet.

Please login to write comment.