Color Hex Logo

#132476 Color Hex

#132476
(19,36,118)
0 Favorites   0 Comments

Color spaces of #132476

RGB 1936118
HSL0.640.720.27
HSV230°84°46°
CMYK 0.840.690.00   0.54
XYZ4.16942.708217.4425
Yxy2.70820.17140.1114
Hunter Lab16.456616.4252-51.3223
CIE-Lab18.835226.1873-48.5601

#132476 color RGB value is (19,36,118).

#132476 hex color red value is 19, green value is 36 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #132476 hue: 0.64 , saturation: 0.72 and the lightness value of 132476 is 0.27.

The process color (four color CMYK) of #132476 color hex is 0.84, 0.69, 0.00, 0.54. Web safe color of #132476 is #003366. Color #132476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100100 01110110
Octal 23 44 166
Decimal 19 36 118
Hex 13 24 76

RGB Percentages of Color #132476

%10.98
%20.81
%68.21

CMYK Percentages of Color #132476

%84
%69
%0
%54

Triadic Colors of #132476

#132476 #761324 #247613

Analogous Colors of #132476

#132476 #331376 #135676

Monochromatic Colors of #132476

#132476

Complementary Color

#132476 #766513

#132476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132476 Color CSS Codes

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

#132476 Text Font Color

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

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


#132476 Background Color

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

This div background color is #132476


#132476 Border Color

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

This div border color is #132476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132476


Comments

No comments written yet.

Please login to write comment.