Color Hex Logo

#00719d Color Hex

#00719D
(0,113,157)
0 Favorites   0 Comments

Color spaces of #00719d

RGB 0113157
HSL0.551.000.31
HSV197°100°62°
CMYK 1.000.280.00   0.38
XYZ11.990914.244634.0158
Yxy14.24460.19900.2364
Hunter Lab37.7420-9.3379-27.0170
CIE-Lab44.5817-10.3586-31.2562

#00719d color RGB value is (0,113,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110001 10011101
Octal 0 161 235
Decimal 0 113 157
Hex 0 71 9D

RGB Percentages of Color #00719d

%0.00
%41.85
%58.15

CMYK Percentages of Color #00719d

%100
%28
%0
%38

Triadic Colors of #00719d

#00719d #9d0071 #719d00

Analogous Colors of #00719d

#00719d #00239d #009d7b

Monochromatic Colors of #00719d

#00719d

Complementary Color

#00719d #9d2c00

#00719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00719d Color CSS Codes

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

#00719d Text Font Color

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

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


#00719d Background Color

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

This div background color is #00719d


#00719d Border Color

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

This div border color is #00719d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,113,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 #00719d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00719d

#00719d Color Palettes


Comments

No comments written yet.

Please login to write comment.