Color Hex Logo

#197fab Color Hex

#197FAB
(25,127,171)
0 Favorites   0 Comments

Color spaces of #197fab

RGB 25127171
HSL0.550.740.38
HSV198°85°67°
CMYK 0.850.260.00   0.33
XYZ15.341018.325741.2567
Yxy18.32570.20480.2446
Hunter Lab42.8085-10.9471-27.1747
CIE-Lab49.8888-11.7698-31.1229

#197fab color RGB value is (25,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111111 10101011
Octal 31 177 253
Decimal 25 127 171
Hex 19 7F AB

RGB Percentages of Color #197fab

%7.74
%39.32
%52.94

CMYK Percentages of Color #197fab

%85
%26
%0
%33

Triadic Colors of #197fab

#197fab #ab197f #7fab19

Analogous Colors of #197fab

#197fab #1936ab #19ab8e

Monochromatic Colors of #197fab

#197fab

Complementary Color

#197fab #ab4519

#197fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#197fab Color CSS Codes

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

#197fab Text Font Color

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

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


#197fab Background Color

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

This div background color is #197fab


#197fab Border Color

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

This div border color is #197fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197fab


Comments

No comments written yet.

Please login to write comment.