Color Hex Logo

#00739d Color Hex

#00739D
(0,115,157)
0 Favorites   0 Comments

Color spaces of #00739d

RGB 0115157
HSL0.541.000.31
HSV196°100°62°
CMYK 1.000.270.00   0.38
XYZ12.216514.695834.0910
Yxy14.69580.20030.2409
Hunter Lab38.3351-10.2027-25.8914
CIE-Lab45.2147-11.5242-30.2647

#00739d color RGB value is (0,115,157).

#00739d hex color red value is 0, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #00739d hue: 0.54 , saturation: 1.00 and the lightness value of 00739d is 0.31.

The process color (four color CMYK) of #00739d color hex is 1.00, 0.27, 0.00, 0.38. Web safe color of #00739d is #006699. Color #00739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110011 10011101
Octal 0 163 235
Decimal 0 115 157
Hex 0 73 9D

RGB Percentages of Color #00739d

%0.00
%42.28
%57.72

CMYK Percentages of Color #00739d

%100
%27
%0
%38

Triadic Colors of #00739d

#00739d #9d0073 #739d00

Analogous Colors of #00739d

#00739d #00249d #009d79

Monochromatic Colors of #00739d

#00739d

Complementary Color

#00739d #9d2a00

#00739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00739d Color CSS Codes

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

#00739d Text Font Color

<p style="color:#00739d">Text here</p>

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


#00739d Background Color

<div style="background-color:#00739d">
Div content here</div>

This div background color is #00739d


#00739d Border Color

<div style="border:3px solid #00739d">
Div here</div>

This div border color is #00739d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,115,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00739d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00739d;
  -webkit-box-shadow: 1px 1px 3px 2px #00739d;
  box-shadow:         1px 1px 3px 2px #00739d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,115,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00739d


Comments

No comments written yet.

Please login to write comment.