Color Hex Logo

#196073 Color Hex

#196073
(25,96,115)
0 Favorites   0 Comments

Color spaces of #196073

RGB 2596115
HSL0.540.640.27
HSV193°78°45°
CMYK 0.780.170.00   0.55
XYZ7.67839.810217.7085
Yxy9.81020.21820.2787
Hunter Lab31.3212-11.0535-11.5967
CIE-Lab37.4996-14.4566-16.9294

#196073 color RGB value is (25,96,115).

#196073 hex color red value is 25, green value is 96 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #196073 hue: 0.54 , saturation: 0.64 and the lightness value of 196073 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100000 01110011
Octal 31 140 163
Decimal 25 96 115
Hex 19 60 73

RGB Percentages of Color #196073

%10.59
%40.68
%48.73

CMYK Percentages of Color #196073

%78
%17
%0
%55

Triadic Colors of #196073

#196073 #731960 #607319

Analogous Colors of #196073

#196073 #193373 #197359

Monochromatic Colors of #196073

#196073

Complementary Color

#196073 #732c19

#196073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196073 Color CSS Codes

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

#196073 Text Font Color

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

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


#196073 Background Color

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

This div background color is #196073


#196073 Border Color

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

This div border color is #196073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196073


Comments

No comments written yet.

Please login to write comment.