Color Hex Logo

#195aaa Color Hex

#195AAA
(25,90,170)
0 Favorites   0 Comments

Color spaces of #195aaa

RGB 2590170
HSL0.590.740.38
HSV213°85°67°
CMYK 0.850.470.00   0.33
XYZ11.312810.421339.4455
Yxy10.42130.18490.1703
Hunter Lab32.28206.0593-49.8492
CIE-Lab38.588210.6563-48.4571

#195aaa color RGB value is (25,90,170).

#195aaa hex color red value is 25, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #195aaa hue: 0.59 , saturation: 0.74 and the lightness value of 195aaa is 0.38.

The process color (four color CMYK) of #195aaa color hex is 0.85, 0.47, 0.00, 0.33. Web safe color of #195aaa is #006699. Color #195aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 10101010
Octal 31 132 252
Decimal 25 90 170
Hex 19 5A AA

RGB Percentages of Color #195aaa

%8.77
%31.58
%59.65

CMYK Percentages of Color #195aaa

%85
%47
%0
%33

Triadic Colors of #195aaa

#195aaa #aa195a #5aaa19

Analogous Colors of #195aaa

#195aaa #2119aa #19a3aa

Monochromatic Colors of #195aaa

#195aaa

Complementary Color

#195aaa #aa6919

#195aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#195aaa Color CSS Codes

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

#195aaa Text Font Color

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

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


#195aaa Background Color

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

This div background color is #195aaa


#195aaa Border Color

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

This div border color is #195aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195aaa


Comments

No comments written yet.

Please login to write comment.