Color Hex Logo

#195876 Color Hex

#195876
(25,88,118)
0 Favorites   0 Comments

Color spaces of #195876

RGB 2588118
HSL0.550.650.28
HSV199°79°46°
CMYK 0.790.250.00   0.54
XYZ7.16068.494118.4017
Yxy8.49410.21030.2494
Hunter Lab29.1446-7.1471-17.0340
CIE-Lab34.9914-8.6167-22.6602

#195876 color RGB value is (25,88,118).

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

The process color (four color CMYK) of #195876 color hex is 0.79, 0.25, 0.00, 0.54. Web safe color of #195876 is #006666. Color #195876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011000 01110110
Octal 31 130 166
Decimal 25 88 118
Hex 19 58 76

RGB Percentages of Color #195876

%10.82
%38.10
%51.08

CMYK Percentages of Color #195876

%79
%25
%0
%54

Triadic Colors of #195876

#195876 #761958 #587619

Analogous Colors of #195876

#195876 #192976 #197666

Monochromatic Colors of #195876

#195876

Complementary Color

#195876 #763719

#195876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195876 Color CSS Codes

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

#195876 Text Font Color

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

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


#195876 Background Color

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

This div background color is #195876


#195876 Border Color

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

This div border color is #195876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195876


Comments

No comments written yet.

Please login to write comment.