Color Hex Logo

#196774 Color Hex

#196774
(25,103,116)
0 Favorites   0 Comments

Color spaces of #196774

RGB 25103116
HSL0.520.650.28
HSV189°78°45°
CMYK 0.780.110.00   0.55
XYZ8.403511.168118.2357
Yxy11.16810.22230.2954
Hunter Lab33.4187-13.5970-8.9599
CIE-Lab39.8622-18.0388-13.9289

#196774 color RGB value is (25,103,116).

#196774 hex color red value is 25, green value is 103 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #196774 hue: 0.52 , saturation: 0.65 and the lightness value of 196774 is 0.28.

The process color (four color CMYK) of #196774 color hex is 0.78, 0.11, 0.00, 0.55. Web safe color of #196774 is #006666. Color #196774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100111 01110100
Octal 31 147 164
Decimal 25 103 116
Hex 19 67 74

RGB Percentages of Color #196774

%10.25
%42.21
%47.54

CMYK Percentages of Color #196774

%78
%11
%0
%55

Triadic Colors of #196774

#196774 #741967 #677419

Analogous Colors of #196774

#196774 #193a74 #197454

Monochromatic Colors of #196774

#196774

Complementary Color

#196774 #742619

#196774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196774 Color CSS Codes

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

#196774 Text Font Color

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

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


#196774 Background Color

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

This div background color is #196774


#196774 Border Color

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

This div border color is #196774


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,103,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #196774; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #196774;
  -webkit-box-shadow: 1px 1px 3px 2px #196774;
  box-shadow:         1px 1px 3px 2px #196774; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196774


Comments

No comments written yet.

Please login to write comment.