Color Hex Logo

#132761 Color Hex

#132761
(19,39,97)
0 Favorites   0 Comments

Color spaces of #132761

RGB 193997
HSL0.620.670.23
HSV225°80°38°
CMYK 0.800.600.00   0.62
XYZ3.15172.452611.6165
Yxy2.45260.18300.1424
Hunter Lab15.66088.5164-33.0163
CIE-Lab17.702915.3635-36.7484

#132761 color RGB value is (19,39,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100111 01100001
Octal 23 47 141
Decimal 19 39 97
Hex 13 27 61

RGB Percentages of Color #132761

%12.26
%25.16
%62.58

CMYK Percentages of Color #132761

%80
%60
%0
%62

Triadic Colors of #132761

#132761 #611327 #276113

Analogous Colors of #132761

#132761 #261361 #134e61

Monochromatic Colors of #132761

#132761

Complementary Color

#132761 #614d13

#132761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132761 Color CSS Codes

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

#132761 Text Font Color

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

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


#132761 Background Color

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

This div background color is #132761


#132761 Border Color

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

This div border color is #132761


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,39,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 #132761">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132761


Comments

No comments written yet.

Please login to write comment.