Color Hex Logo

#132961 Color Hex

#132961
(19,41,97)
0 Favorites   0 Comments

Color spaces of #132961

RGB 194197
HSL0.620.670.23
HSV223°80°38°
CMYK 0.800.580.00   0.62
XYZ3.21922.587411.6390
Yxy2.58740.18450.1483
Hunter Lab16.08547.5741-31.6410
CIE-Lab18.309413.8880-35.7639

#132961 color RGB value is (19,41,97).

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

The process color (four color CMYK) of #132961 color hex is 0.80, 0.58, 0.00, 0.62. Web safe color of #132961 is #003366. Color #132961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 01100001
Octal 23 51 141
Decimal 19 41 97
Hex 13 29 61

RGB Percentages of Color #132961

%12.10
%26.11
%61.78

CMYK Percentages of Color #132961

%80
%58
%0
%62

Triadic Colors of #132961

#132961 #611329 #296113

Analogous Colors of #132961

#132961 #241361 #135061

Monochromatic Colors of #132961

#132961

Complementary Color

#132961 #614b13

#132961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132961 Color CSS Codes

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

#132961 Text Font Color

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

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


#132961 Background Color

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

This div background color is #132961


#132961 Border Color

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

This div border color is #132961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132961


Comments

No comments written yet.

Please login to write comment.