Color Hex Logo

#132696 Color Hex

#132696
(19,38,150)
0 Favorites   0 Comments

Color spaces of #132696

RGB 1938150
HSL0.640.780.33
HSV231°87°59°
CMYK 0.870.750.00   0.41
XYZ6.46673.726729.2327
Yxy3.72670.16400.0945
Hunter Lab19.304726.0110-76.2685
CIE-Lab22.746537.1087-62.2184

#132696 color RGB value is (19,38,150).

#132696 hex color red value is 19, green value is 38 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #132696 hue: 0.64 , saturation: 0.78 and the lightness value of 132696 is 0.33.

The process color (four color CMYK) of #132696 color hex is 0.87, 0.75, 0.00, 0.41. Web safe color of #132696 is #003399. Color #132696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 10010110
Octal 23 46 226
Decimal 19 38 150
Hex 13 26 96

RGB Percentages of Color #132696

%9.18
%18.36
%72.46

CMYK Percentages of Color #132696

%87
%75
%0
%41

Triadic Colors of #132696

#132696 #961326 #269613

Analogous Colors of #132696

#132696 #421396 #136896

Monochromatic Colors of #132696

#132696

Complementary Color

#132696 #968313

#132696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132696 Color CSS Codes

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

#132696 Text Font Color

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

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


#132696 Background Color

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

This div background color is #132696


#132696 Border Color

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

This div border color is #132696


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,38,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132696; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132696;
  -webkit-box-shadow: 1px 1px 3px 2px #132696;
  box-shadow:         1px 1px 3px 2px #132696; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,38,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132696


Comments

No comments written yet.

Please login to write comment.