Color Hex Logo

#197abf Color Hex

#197ABF
(25,122,191)
0 Favorites   0 Comments

Color spaces of #197abf

RGB 25122191
HSL0.570.770.42
HSV205°87°75°
CMYK 0.870.360.00   0.25
XYZ16.764417.887351.8592
Yxy17.88730.19380.2068
Hunter Lab42.2934-3.2590-43.0947
CIE-Lab49.3591-1.3149-43.5014

#197abf color RGB value is (25,122,191).

#197abf hex color red value is 25, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #197abf hue: 0.57 , saturation: 0.77 and the lightness value of 197abf is 0.42.

The process color (four color CMYK) of #197abf color hex is 0.87, 0.36, 0.00, 0.25. Web safe color of #197abf is #0066cc. Color #197abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 10111111
Octal 31 172 277
Decimal 25 122 191
Hex 19 7A BF

RGB Percentages of Color #197abf

%7.40
%36.09
%56.51

CMYK Percentages of Color #197abf

%87
%36
%0
%25

Triadic Colors of #197abf

#197abf #bf197a #7abf19

Analogous Colors of #197abf

#197abf #1927bf #19bfb1

Monochromatic Colors of #197abf

#197abf

Complementary Color

#197abf #bf5e19

#197abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#197abf Color CSS Codes

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

#197abf Text Font Color

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

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


#197abf Background Color

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

This div background color is #197abf


#197abf Border Color

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

This div border color is #197abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197abf


Comments

No comments written yet.

Please login to write comment.