Color Hex Logo

#19737d Color Hex

#19737D
(25,115,125)
0 Favorites   0 Comments

Color spaces of #19737d

RGB 25115125
HSL0.520.670.29
HSV186°80°49°
CMYK 0.800.080.00   0.51
XYZ10.233313.948821.5551
Yxy13.94880.22370.3050
Hunter Lab37.3481-16.4505-8.0750
CIE-Lab44.1594-21.4436-12.8397

#19737d color RGB value is (25,115,125).

#19737d hex color red value is 25, green value is 115 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #19737d hue: 0.52 , saturation: 0.67 and the lightness value of 19737d is 0.29.

The process color (four color CMYK) of #19737d color hex is 0.80, 0.08, 0.00, 0.51. Web safe color of #19737d is #006666. Color #19737d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110011 01111101
Octal 31 163 175
Decimal 25 115 125
Hex 19 73 7D

RGB Percentages of Color #19737d

%9.43
%43.40
%47.17

CMYK Percentages of Color #19737d

%80
%8
%0
%51

Triadic Colors of #19737d

#19737d #7d1973 #737d19

Analogous Colors of #19737d

#19737d #19417d #197d55

Monochromatic Colors of #19737d

#19737d

Complementary Color

#19737d #7d2319

#19737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19737d Color CSS Codes

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

#19737d Text Font Color

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

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


#19737d Background Color

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

This div background color is #19737d


#19737d Border Color

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

This div border color is #19737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19737d


Comments

No comments written yet.

Please login to write comment.