Color Hex Logo

#195964 Color Hex

#195964
(25,89,100)
0 Favorites   0 Comments

Color spaces of #195964

RGB 2589100
HSL0.520.600.25
HSV189°75°39°
CMYK 0.750.110.00   0.61
XYZ6.27358.271513.3225
Yxy8.27150.22510.2968
Hunter Lab28.7602-11.3940-7.3326
CIE-Lab34.5420-15.7873-12.1485

#195964 color RGB value is (25,89,100).

#195964 hex color red value is 25, green value is 89 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #195964 hue: 0.52 , saturation: 0.60 and the lightness value of 195964 is 0.25.

The process color (four color CMYK) of #195964 color hex is 0.75, 0.11, 0.00, 0.61. Web safe color of #195964 is #006666. Color #195964 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011001 01100100
Octal 31 131 144
Decimal 25 89 100
Hex 19 59 64

RGB Percentages of Color #195964

%11.68
%41.59
%46.73

CMYK Percentages of Color #195964

%75
%11
%0
%61

Triadic Colors of #195964

#195964 #641959 #596419

Analogous Colors of #195964

#195964 #193364 #19644a

Monochromatic Colors of #195964

#195964

Complementary Color

#195964 #642419

#195964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195964 Color CSS Codes

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

#195964 Text Font Color

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

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


#195964 Background Color

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

This div background color is #195964


#195964 Border Color

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

This div border color is #195964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195964


Comments

No comments written yet.

Please login to write comment.