Color Hex Logo

#196383 Color Hex

#196383
(25,99,131)
0 Favorites   0 Comments

Color spaces of #196383

RGB 2599131
HSL0.550.680.31
HSV198°81°51°
CMYK 0.810.240.00   0.49
XYZ8.959510.769023.0791
Yxy10.76900.20930.2516
Hunter Lab32.8162-8.6940-18.7264
CIE-Lab39.1887-10.3278-24.0947

#196383 color RGB value is (25,99,131).

#196383 hex color red value is 25, green value is 99 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #196383 hue: 0.55 , saturation: 0.68 and the lightness value of 196383 is 0.31.

The process color (four color CMYK) of #196383 color hex is 0.81, 0.24, 0.00, 0.49. Web safe color of #196383 is #006699. Color #196383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100011 10000011
Octal 31 143 203
Decimal 25 99 131
Hex 19 63 83

RGB Percentages of Color #196383

%9.80
%38.82
%51.37

CMYK Percentages of Color #196383

%81
%24
%0
%49

Triadic Colors of #196383

#196383 #831963 #638319

Analogous Colors of #196383

#196383 #192e83 #19836e

Monochromatic Colors of #196383

#196383

Complementary Color

#196383 #833919

#196383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196383 Color CSS Codes

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

#196383 Text Font Color

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

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


#196383 Background Color

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

This div background color is #196383


#196383 Border Color

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

This div border color is #196383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196383


Comments

No comments written yet.

Please login to write comment.