Color Hex Logo

#195579 Color Hex

#195579
(25,85,121)
0 Favorites   0 Comments

Color spaces of #195579

RGB 2585121
HSL0.560.660.29
HSV203°79°47°
CMYK 0.790.300.00   0.53
XYZ7.10068.084119.2753
Yxy8.08410.20610.2346
Hunter Lab28.4326-5.1793-20.2917
CIE-Lab34.1574-5.6133-25.8210

#195579 color RGB value is (25,85,121).

#195579 hex color red value is 25, green value is 85 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #195579 hue: 0.56 , saturation: 0.66 and the lightness value of 195579 is 0.29.

The process color (four color CMYK) of #195579 color hex is 0.79, 0.30, 0.00, 0.53. Web safe color of #195579 is #006666. Color #195579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010101 01111001
Octal 31 125 171
Decimal 25 85 121
Hex 19 55 79

RGB Percentages of Color #195579

%10.82
%36.80
%52.38

CMYK Percentages of Color #195579

%79
%30
%0
%53

Triadic Colors of #195579

#195579 #791955 #557919

Analogous Colors of #195579

#195579 #192579 #19796d

Monochromatic Colors of #195579

#195579

Complementary Color

#195579 #793d19

#195579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195579 Color CSS Codes

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

#195579 Text Font Color

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

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


#195579 Background Color

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

This div background color is #195579


#195579 Border Color

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

This div border color is #195579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195579


Comments

No comments written yet.

Please login to write comment.