Color Hex Logo

#0739af Color Hex

#0739AF
(7,57,175)
0 Favorites   0 Comments

Color spaces of #0739af

RGB 757175
HSL0.620.920.36
HSV222°96°69°
CMYK 0.960.670.00   0.31
XYZ9.28866.066641.2388
Yxy6.06660.16410.1072
Hunter Lab24.630524.2123-82.0279
CIE-Lab29.579933.8421-66.1174

#0739af color RGB value is (7,57,175).

#0739af hex color red value is 7, green value is 57 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0739af hue: 0.62 , saturation: 0.92 and the lightness value of 0739af is 0.36.

The process color (four color CMYK) of #0739af color hex is 0.96, 0.67, 0.00, 0.31. Web safe color of #0739af is #003399. Color #0739af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 10101111
Octal 7 71 257
Decimal 7 57 175
Hex 7 39 AF

RGB Percentages of Color #0739af

%2.93
%23.85
%73.22

CMYK Percentages of Color #0739af

%96
%67
%0
%31

Triadic Colors of #0739af

#0739af #af0739 #39af07

Analogous Colors of #0739af

#0739af #2907af #078daf

Monochromatic Colors of #0739af

#0739af

Complementary Color

#0739af #af7d07

#0739af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0739af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0739af Color CSS Codes

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

#0739af Text Font Color

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

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


#0739af Background Color

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

This div background color is #0739af


#0739af Border Color

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

This div border color is #0739af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,57,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0739af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0739af;
  -webkit-box-shadow: 1px 1px 3px 2px #0739af;
  box-shadow:         1px 1px 3px 2px #0739af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0739af


Comments

No comments written yet.

Please login to write comment.