Color Hex Logo

#195760 Color Hex

#195760
(25,87,96)
1 Favorites   0 Comments

Color spaces of #195760

RGB 258796
HSL0.520.590.24
HSV188°74°38°
CMYK 0.740.090.00   0.62
XYZ5.92047.867612.2729
Yxy7.86760.22720.3019
Hunter Lab28.0492-11.4099-6.3078
CIE-Lab33.7056-16.0465-10.9115

#195760 color RGB value is (25,87,96).

#195760 hex color red value is 25, green value is 87 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #195760 hue: 0.52 , saturation: 0.59 and the lightness value of 195760 is 0.24.

The process color (four color CMYK) of #195760 color hex is 0.74, 0.09, 0.00, 0.62. Web safe color of #195760 is #006666. Color #195760 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010111 01100000
Octal 31 127 140
Decimal 25 87 96
Hex 19 57 60

RGB Percentages of Color #195760

%12.02
%41.83
%46.15

CMYK Percentages of Color #195760

%74
%9
%0
%62

Triadic Colors of #195760

#195760 #601957 #576019

Analogous Colors of #195760

#195760 #193360 #196046

Monochromatic Colors of #195760

#195760

Complementary Color

#195760 #602219

#195760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195760 Color CSS Codes

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

#195760 Text Font Color

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

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


#195760 Background Color

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

This div background color is #195760


#195760 Border Color

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

This div border color is #195760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195760


Comments

No comments written yet.

Please login to write comment.