Color Hex Logo

#19637f Color Hex

#19637F
(25,99,127)
0 Favorites   0 Comments

Color spaces of #19637f

RGB 2599127
HSL0.550.670.30
HSV196°80°50°
CMYK 0.800.220.00   0.50
XYZ8.693510.662721.6786
Yxy10.66270.21190.2598
Hunter Lab32.6538-9.6216-16.5045
CIE-Lab39.0065-11.8171-21.9463

#19637f color RGB value is (25,99,127).

#19637f hex color red value is 25, green value is 99 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #19637f hue: 0.55 , saturation: 0.67 and the lightness value of 19637f is 0.30.

The process color (four color CMYK) of #19637f color hex is 0.80, 0.22, 0.00, 0.50. Web safe color of #19637f is #006666. Color #19637f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100011 01111111
Octal 31 143 177
Decimal 25 99 127
Hex 19 63 7F

RGB Percentages of Color #19637f

%9.96
%39.44
%50.60

CMYK Percentages of Color #19637f

%80
%22
%0
%50

Triadic Colors of #19637f

#19637f #7f1963 #637f19

Analogous Colors of #19637f

#19637f #19307f #197f68

Monochromatic Colors of #19637f

#19637f

Complementary Color

#19637f #7f3519

#19637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19637f Color CSS Codes

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

#19637f Text Font Color

<p style="color:#19637f">Text here</p>

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


#19637f Background Color

<div style="background-color:#19637f">
Div content here</div>

This div background color is #19637f


#19637f Border Color

<div style="border:3px solid #19637f">
Div here</div>

This div border color is #19637f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,99,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19637f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19637f;
  -webkit-box-shadow: 1px 1px 3px 2px #19637f;
  box-shadow:         1px 1px 3px 2px #19637f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19637f


Comments

No comments written yet.

Please login to write comment.