Color Hex Logo

#196367 Color Hex

#196367
(25,99,103)
0 Favorites   0 Comments

Color spaces of #196367

RGB 2599103
HSL0.510.610.25
HSV183°76°40°
CMYK 0.760.040.00   0.60
XYZ7.310910.109614.3980
Yxy10.10960.22980.3177
Hunter Lab31.7956-14.5990-4.5914
CIE-Lab38.0384-20.2830-8.7232

#196367 color RGB value is (25,99,103).

#196367 hex color red value is 25, green value is 99 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #196367 hue: 0.51 , saturation: 0.61 and the lightness value of 196367 is 0.25.

The process color (four color CMYK) of #196367 color hex is 0.76, 0.04, 0.00, 0.60. Web safe color of #196367 is #006666. Color #196367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100011 01100111
Octal 31 143 147
Decimal 25 99 103
Hex 19 63 67

RGB Percentages of Color #196367

%11.01
%43.61
%45.37

CMYK Percentages of Color #196367

%76
%4
%0
%60

Triadic Colors of #196367

#196367 #671963 #636719

Analogous Colors of #196367

#196367 #193c67 #196744

Monochromatic Colors of #196367

#196367

Complementary Color

#196367 #671d19

#196367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196367 Color CSS Codes

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

#196367 Text Font Color

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

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


#196367 Background Color

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

This div background color is #196367


#196367 Border Color

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

This div border color is #196367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196367


Comments

No comments written yet.

Please login to write comment.