Color Hex Logo

#195163 Color Hex

#195163
(25,81,99)
0 Favorites   0 Comments

Color spaces of #195163

RGB 258199
HSL0.540.600.24
HSV195°75°39°
CMYK 0.750.180.00   0.61
XYZ5.59556.992412.8591
Yxy6.99240.21990.2748
Hunter Lab26.4431-8.5040-10.3221
CIE-Lab31.7896-11.4819-15.7292

#195163 color RGB value is (25,81,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010001 01100011
Octal 31 121 143
Decimal 25 81 99
Hex 19 51 63

RGB Percentages of Color #195163

%12.20
%39.51
%48.29

CMYK Percentages of Color #195163

%75
%18
%0
%61

Triadic Colors of #195163

#195163 #631951 #516319

Analogous Colors of #195163

#195163 #192c63 #196350

Monochromatic Colors of #195163

#195163

Complementary Color

#195163 #632b19

#195163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195163 Color CSS Codes

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

#195163 Text Font Color

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

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


#195163 Background Color

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

This div background color is #195163


#195163 Border Color

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

This div border color is #195163


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,81,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 #195163">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195163


Comments

No comments written yet.

Please login to write comment.