Color Hex Logo

#197aaa Color Hex

#197AAA
(25,122,170)
0 Favorites   0 Comments

Color spaces of #197aaa

RGB 25122170
HSL0.560.740.38
HSV200°85°67°
CMYK 0.850.280.00   0.33
XYZ14.616117.028040.5466
Yxy17.02800.20250.2359
Hunter Lab41.2650-8.9889-29.3723
CIE-Lab48.2953-9.2586-33.0352

#197aaa color RGB value is (25,122,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 10101010
Octal 31 172 252
Decimal 25 122 170
Hex 19 7A AA

RGB Percentages of Color #197aaa

%7.89
%38.49
%53.63

CMYK Percentages of Color #197aaa

%85
%28
%0
%33

Triadic Colors of #197aaa

#197aaa #aa197a #7aaa19

Analogous Colors of #197aaa

#197aaa #1931aa #19aa92

Monochromatic Colors of #197aaa

#197aaa

Complementary Color

#197aaa #aa4919

#197aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#197aaa Color CSS Codes

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

#197aaa Text Font Color

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

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


#197aaa Background Color

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

This div background color is #197aaa


#197aaa Border Color

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

This div border color is #197aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197aaa


Comments

No comments written yet.

Please login to write comment.