Color Hex Logo

#19647d Color Hex

#19647D
(25,100,125)
0 Favorites   0 Comments

Color spaces of #19647d

RGB 25100125
HSL0.540.670.29
HSV195°80°49°
CMYK 0.800.200.00   0.51
XYZ8.659710.801721.0306
Yxy10.80170.21390.2668
Hunter Lab32.8659-10.4832-14.9329
CIE-Lab39.2445-13.1353-20.3605

#19647d color RGB value is (25,100,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100100 01111101
Octal 31 144 175
Decimal 25 100 125
Hex 19 64 7D

RGB Percentages of Color #19647d

%10.00
%40.00
%50.00

CMYK Percentages of Color #19647d

%80
%20
%0
%51

Triadic Colors of #19647d

#19647d #7d1964 #647d19

Analogous Colors of #19647d

#19647d #19327d #197d64

Monochromatic Colors of #19647d

#19647d

Complementary Color

#19647d #7d3219

#19647d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19647d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19647d Color CSS Codes

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

#19647d Text Font Color

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

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


#19647d Background Color

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

This div background color is #19647d


#19647d Border Color

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

This div border color is #19647d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19647d


Comments

No comments written yet.

Please login to write comment.