Color Hex Logo

#195c77 Color Hex

#195C77
(25,92,119)
0 Favorites   0 Comments

Color spaces of #195c77

RGB 2592119
HSL0.550.650.28
HSV197°79°47°
CMYK 0.790.230.00   0.53
XYZ7.55789.192918.8288
Yxy9.19290.21240.2584
Hunter Lab30.3198-8.5650-15.5956
CIE-Lab36.3531-10.6513-21.1615

#195c77 color RGB value is (25,92,119).

#195c77 hex color red value is 25, green value is 92 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #195c77 hue: 0.55 , saturation: 0.65 and the lightness value of 195c77 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011100 01110111
Octal 31 134 167
Decimal 25 92 119
Hex 19 5C 77

RGB Percentages of Color #195c77

%10.59
%38.98
%50.42

CMYK Percentages of Color #195c77

%79
%23
%0
%53

Triadic Colors of #195c77

#195c77 #77195c #5c7719

Analogous Colors of #195c77

#195c77 #192d77 #197763

Monochromatic Colors of #195c77

#195c77

Complementary Color

#195c77 #773419

#195c77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195c77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195c77 Color CSS Codes

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

#195c77 Text Font Color

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

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


#195c77 Background Color

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

This div background color is #195c77


#195c77 Border Color

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

This div border color is #195c77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,92,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #195c77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #195c77;
  -webkit-box-shadow: 1px 1px 3px 2px #195c77;
  box-shadow:         1px 1px 3px 2px #195c77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195c77


Comments

No comments written yet.

Please login to write comment.