Color Hex Logo

#0726be Color Hex

#0726BE
(7,38,190)
0 Favorites   0 Comments

Color spaces of #0726be

RGB 738190
HSL0.640.930.39
HSV230°96°75°
CMYK 0.960.800.00   0.25
XYZ10.07505.149149.1781
Yxy5.14910.15640.0800
Hunter Lab22.691639.5430-112.6112
CIE-Lab27.155450.6167-79.0443

#0726be color RGB value is (7,38,190).

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

The process color (four color CMYK) of #0726be color hex is 0.96, 0.80, 0.00, 0.25. Web safe color of #0726be is #0033cc. Color #0726be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 10111110
Octal 7 46 276
Decimal 7 38 190
Hex 7 26 BE

RGB Percentages of Color #0726be

%2.98
%16.17
%80.85

CMYK Percentages of Color #0726be

%96
%80
%0
%25

Triadic Colors of #0726be

#0726be #be0726 #26be07

Analogous Colors of #0726be

#0726be #4307be #0782be

Monochromatic Colors of #0726be

#0726be

Complementary Color

#0726be #be9f07

#0726be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0726be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0726be Color CSS Codes

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

#0726be Text Font Color

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

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


#0726be Background Color

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

This div background color is #0726be


#0726be Border Color

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

This div border color is #0726be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0726be


Comments

No comments written yet.

Please login to write comment.