Color Hex Logo

#197eaa Color Hex

#197EAA
(25,126,170)
0 Favorites   0 Comments

Color spaces of #197eaa

RGB 25126170
HSL0.550.740.38
HSV198°85°67°
CMYK 0.850.260.00   0.33
XYZ15.117518.030740.7137
Yxy18.03070.20470.2441
Hunter Lab42.4626-10.7600-27.1243
CIE-Lab49.5333-11.5661-31.0981

#197eaa color RGB value is (25,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111110 10101010
Octal 31 176 252
Decimal 25 126 170
Hex 19 7E AA

RGB Percentages of Color #197eaa

%7.79
%39.25
%52.96

CMYK Percentages of Color #197eaa

%85
%26
%0
%33

Triadic Colors of #197eaa

#197eaa #aa197e #7eaa19

Analogous Colors of #197eaa

#197eaa #1935aa #19aa8e

Monochromatic Colors of #197eaa

#197eaa

Complementary Color

#197eaa #aa4519

#197eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#197eaa Color CSS Codes

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

#197eaa Text Font Color

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

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


#197eaa Background Color

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

This div background color is #197eaa


#197eaa Border Color

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

This div border color is #197eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197eaa


Comments

No comments written yet.

Please login to write comment.