Color Hex Logo

#19557d Color Hex

#19557D
(25,85,125)
0 Favorites   0 Comments

Color spaces of #19557d

RGB 2585125
HSL0.570.670.29
HSV204°80°49°
CMYK 0.800.320.00   0.51
XYZ7.35118.184320.5943
Yxy8.18430.20350.2265
Hunter Lab28.6082-4.1974-22.6556
CIE-Lab34.3638-4.0551-27.9704

#19557d color RGB value is (25,85,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010101 01111101
Octal 31 125 175
Decimal 25 85 125
Hex 19 55 7D

RGB Percentages of Color #19557d

%10.64
%36.17
%53.19

CMYK Percentages of Color #19557d

%80
%32
%0
%51

Triadic Colors of #19557d

#19557d #7d1955 #557d19

Analogous Colors of #19557d

#19557d #19237d #197d73

Monochromatic Colors of #19557d

#19557d

Complementary Color

#19557d #7d4119

#19557d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19557d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19557d Color CSS Codes

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

#19557d Text Font Color

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

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


#19557d Background Color

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

This div background color is #19557d


#19557d Border Color

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

This div border color is #19557d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19557d


Comments

No comments written yet.

Please login to write comment.