Color Hex Logo

#00709b Color Hex

#00709B
(0,112,155)
0 Favorites   0 Comments

Color spaces of #00709b

RGB 0112155
HSL0.551.000.30
HSV197°100°61°
CMYK 1.000.280.00   0.39
XYZ11.710613.954933.0867
Yxy13.95490.19930.2375
Hunter Lab37.3563-9.4165-26.3642
CIE-Lab44.1682-10.5457-30.7222

#00709b color RGB value is (0,112,155).

#00709b hex color red value is 0, green value is 112 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #00709b hue: 0.55 , saturation: 1.00 and the lightness value of 00709b is 0.30.

The process color (four color CMYK) of #00709b color hex is 1.00, 0.28, 0.00, 0.39. Web safe color of #00709b is #006699. Color #00709b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110000 10011011
Octal 0 160 233
Decimal 0 112 155
Hex 0 70 9B

RGB Percentages of Color #00709b

%0.00
%41.95
%58.05

CMYK Percentages of Color #00709b

%100
%28
%0
%39

Triadic Colors of #00709b

#00709b #9b0070 #709b00

Analogous Colors of #00709b

#00709b #00229b #009b79

Monochromatic Colors of #00709b

#00709b

Complementary Color

#00709b #9b2b00

#00709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00709b Color CSS Codes

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

#00709b Text Font Color

<p style="color:#00709b">Text here</p>

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


#00709b Background Color

<div style="background-color:#00709b">
Div content here</div>

This div background color is #00709b


#00709b Border Color

<div style="border:3px solid #00709b">
Div here</div>

This div border color is #00709b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,112,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00709b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00709b;
  -webkit-box-shadow: 1px 1px 3px 2px #00709b;
  box-shadow:         1px 1px 3px 2px #00709b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00709b


Comments

No comments written yet.

Please login to write comment.