Color Hex Logo

#195970 Color Hex

#195970
(25,89,112)
0 Favorites   0 Comments

Color spaces of #195970

RGB 2589112
HSL0.540.640.27
HSV196°78°44°
CMYK 0.780.210.00   0.56
XYZ6.89798.521316.6104
Yxy8.52130.21540.2660
Hunter Lab29.1913-8.9051-13.3033
CIE-Lab35.0458-11.4657-18.8553

#195970 color RGB value is (25,89,112).

#195970 hex color red value is 25, green value is 89 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #195970 hue: 0.54 , saturation: 0.64 and the lightness value of 195970 is 0.27.

The process color (four color CMYK) of #195970 color hex is 0.78, 0.21, 0.00, 0.56. Web safe color of #195970 is #006666. Color #195970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011001 01110000
Octal 31 131 160
Decimal 25 89 112
Hex 19 59 70

RGB Percentages of Color #195970

%11.06
%39.38
%49.56

CMYK Percentages of Color #195970

%78
%21
%0
%56

Triadic Colors of #195970

#195970 #701959 #597019

Analogous Colors of #195970

#195970 #192d70 #19705c

Monochromatic Colors of #195970

#195970

Complementary Color

#195970 #703019

#195970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195970 Color CSS Codes

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

#195970 Text Font Color

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

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


#195970 Background Color

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

This div background color is #195970


#195970 Border Color

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

This div border color is #195970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195970


Comments

No comments written yet.

Please login to write comment.