Color Hex Logo

#195663 Color Hex

#195663
(25,86,99)
0 Favorites   0 Comments

Color spaces of #195663

RGB 258699
HSL0.530.600.24
HSV191°75°39°
CMYK 0.750.130.00   0.61
XYZ5.98087.763112.9876
Yxy7.76310.22370.2904
Hunter Lab27.8623-10.4431-8.1335
CIE-Lab33.4846-14.4220-13.1327

#195663 color RGB value is (25,86,99).

#195663 hex color red value is 25, green value is 86 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #195663 hue: 0.53 , saturation: 0.60 and the lightness value of 195663 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010110 01100011
Octal 31 126 143
Decimal 25 86 99
Hex 19 56 63

RGB Percentages of Color #195663

%11.90
%40.95
%47.14

CMYK Percentages of Color #195663

%75
%13
%0
%61

Triadic Colors of #195663

#195663 #631956 #566319

Analogous Colors of #195663

#195663 #193163 #19634b

Monochromatic Colors of #195663

#195663

Complementary Color

#195663 #632619

#195663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195663 Color CSS Codes

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

#195663 Text Font Color

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

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


#195663 Background Color

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

This div background color is #195663


#195663 Border Color

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

This div border color is #195663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195663


Comments

No comments written yet.

Please login to write comment.