Color Hex Logo

#195675 Color Hex

#195675
(25,86,117)
0 Favorites   0 Comments

Color spaces of #195675

RGB 2586117
HSL0.560.650.28
HSV200°79°46°
CMYK 0.790.260.00   0.54
XYZ6.93968.146618.0363
Yxy8.14660.20950.2460
Hunter Lab28.5422-6.5495-17.4867
CIE-Lab34.2864-7.7728-23.1390

#195675 color RGB value is (25,86,117).

#195675 hex color red value is 25, green value is 86 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #195675 hue: 0.56 , saturation: 0.65 and the lightness value of 195675 is 0.28.

The process color (four color CMYK) of #195675 color hex is 0.79, 0.26, 0.00, 0.54. Web safe color of #195675 is #006666. Color #195675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010110 01110101
Octal 31 126 165
Decimal 25 86 117
Hex 19 56 75

RGB Percentages of Color #195675

%10.96
%37.72
%51.32

CMYK Percentages of Color #195675

%79
%26
%0
%54

Triadic Colors of #195675

#195675 #751956 #567519

Analogous Colors of #195675

#195675 #192875 #197566

Monochromatic Colors of #195675

#195675

Complementary Color

#195675 #753819

#195675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195675 Color CSS Codes

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

#195675 Text Font Color

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

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


#195675 Background Color

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

This div background color is #195675


#195675 Border Color

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

This div border color is #195675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195675


Comments

No comments written yet.

Please login to write comment.