Color Hex Logo

#197bcc Color Hex

#197BCC
(25,123,204)
0 Favorites   0 Comments

Color spaces of #197bcc

RGB 25123204
HSL0.580.780.45
HSV207°88°80°
CMYK 0.880.400.00   0.20
XYZ18.382918.732259.7735
Yxy18.73220.18970.1933
Hunter Lab43.28070.0742-51.5869
CIE-Lab50.37243.0656-49.3267

#197bcc color RGB value is (25,123,204).

#197bcc hex color red value is 25, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #197bcc hue: 0.58 , saturation: 0.78 and the lightness value of 197bcc is 0.45.

The process color (four color CMYK) of #197bcc color hex is 0.88, 0.40, 0.00, 0.20. Web safe color of #197bcc is #0066cc. Color #197bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111011 11001100
Octal 31 173 314
Decimal 25 123 204
Hex 19 7B CC

RGB Percentages of Color #197bcc

%7.10
%34.94
%57.95

CMYK Percentages of Color #197bcc

%88
%40
%0
%20

Triadic Colors of #197bcc

#197bcc #cc197b #7bcc19

Analogous Colors of #197bcc

#197bcc #1921cc #19ccc4

Monochromatic Colors of #197bcc

#197bcc

Complementary Color

#197bcc #cc6a19

#197bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#197bcc Color CSS Codes

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

#197bcc Text Font Color

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

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


#197bcc Background Color

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

This div background color is #197bcc


#197bcc Border Color

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

This div border color is #197bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197bcc


Comments

No comments written yet.

Please login to write comment.