Color Hex Logo

#195477 Color Hex

#195477
(25,84,119)
0 Favorites   0 Comments

Color spaces of #195477

RGB 2584119
HSL0.560.650.28
HSV202°79°47°
CMYK 0.790.290.00   0.53
XYZ6.90107.879218.6099
Yxy7.87920.20670.2360
Hunter Lab28.0699-5.2380-19.6594
CIE-Lab33.7300-5.7631-25.2505

#195477 color RGB value is (25,84,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010100 01110111
Octal 31 124 167
Decimal 25 84 119
Hex 19 54 77

RGB Percentages of Color #195477

%10.96
%36.84
%52.19

CMYK Percentages of Color #195477

%79
%29
%0
%53

Triadic Colors of #195477

#195477 #771954 #547719

Analogous Colors of #195477

#195477 #192577 #19776b

Monochromatic Colors of #195477

#195477

Complementary Color

#195477 #773c19

#195477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195477 Color CSS Codes

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

#195477 Text Font Color

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

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


#195477 Background Color

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

This div background color is #195477


#195477 Border Color

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

This div border color is #195477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195477


Comments

No comments written yet.

Please login to write comment.