Color Hex Logo

#00719c Color Hex

#00719C
(0,113,156)
0 Favorites   0 Comments

Color spaces of #00719c

RGB 0113156
HSL0.551.000.31
HSV197°100°61°
CMYK 1.000.280.00   0.39
XYZ11.905914.210633.5679
Yxy14.21060.19950.2381
Hunter Lab37.6969-9.5937-26.4079
CIE-Lab44.5335-10.7447-30.7411

#00719c color RGB value is (0,113,156).

#00719c hex color red value is 0, green value is 113 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #00719c hue: 0.55 , saturation: 1.00 and the lightness value of 00719c is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110001 10011100
Octal 0 161 234
Decimal 0 113 156
Hex 0 71 9C

RGB Percentages of Color #00719c

%0.00
%42.01
%57.99

CMYK Percentages of Color #00719c

%100
%28
%0
%39

Triadic Colors of #00719c

#00719c #9c0071 #719c00

Analogous Colors of #00719c

#00719c #00239c #009c79

Monochromatic Colors of #00719c

#00719c

Complementary Color

#00719c #9c2b00

#00719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00719c Color CSS Codes

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

#00719c Text Font Color

<p style="color:#00719c">Text here</p>

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


#00719c Background Color

<div style="background-color:#00719c">
Div content here</div>

This div background color is #00719c


#00719c Border Color

<div style="border:3px solid #00719c">
Div here</div>

This div border color is #00719c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,113,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00719c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00719c;
  -webkit-box-shadow: 1px 1px 3px 2px #00719c;
  box-shadow:         1px 1px 3px 2px #00719c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00719c

#00719c Color Palettes


Comments

No comments written yet.

Please login to write comment.