Color Hex Logo

#132966 Color Hex

#132966
(19,41,102)
0 Favorites   0 Comments

Color spaces of #132966

RGB 1941102
HSL0.620.690.24
HSV224°81°40°
CMYK 0.810.600.00   0.60
XYZ3.45982.683612.9060
Yxy2.68360.18160.1409
Hunter Lab16.38179.0311-35.2433
CIE-Lab18.729416.0113-38.3660

#132966 color RGB value is (19,41,102).

#132966 hex color red value is 19, green value is 41 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #132966 hue: 0.62 , saturation: 0.69 and the lightness value of 132966 is 0.24.

The process color (four color CMYK) of #132966 color hex is 0.81, 0.60, 0.00, 0.60. Web safe color of #132966 is #003366. Color #132966 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 01100110
Octal 23 51 146
Decimal 19 41 102
Hex 13 29 66

RGB Percentages of Color #132966

%11.73
%25.31
%62.96

CMYK Percentages of Color #132966

%81
%60
%0
%60

Triadic Colors of #132966

#132966 #661329 #296613

Analogous Colors of #132966

#132966 #271366 #135366

Monochromatic Colors of #132966

#132966

Complementary Color

#132966 #665013

#132966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132966 Color CSS Codes

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

#132966 Text Font Color

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

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


#132966 Background Color

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

This div background color is #132966


#132966 Border Color

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

This div border color is #132966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132966


Comments

No comments written yet.

Please login to write comment.