Color Hex Logo

#132378 Color Hex

#132378
(19,35,120)
0 Favorites   0 Comments

Color spaces of #132378

RGB 1935120
HSL0.640.730.27
HSV230°84°47°
CMYK 0.840.710.00   0.53
XYZ4.25982.696618.0653
Yxy2.69660.17020.1078
Hunter Lab16.421317.5667-53.7307
CIE-Lab18.785427.6673-49.9237

#132378 color RGB value is (19,35,120).

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

The process color (four color CMYK) of #132378 color hex is 0.84, 0.71, 0.00, 0.53. Web safe color of #132378 is #003366. Color #132378 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100011 01111000
Octal 23 43 170
Decimal 19 35 120
Hex 13 23 78

RGB Percentages of Color #132378

%10.92
%20.11
%68.97

CMYK Percentages of Color #132378

%84
%71
%0
%53

Triadic Colors of #132378

#132378 #781323 #237813

Analogous Colors of #132378

#132378 #351378 #135678

Monochromatic Colors of #132378

#132378

Complementary Color

#132378 #786813

#132378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132378 Color CSS Codes

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

#132378 Text Font Color

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

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


#132378 Background Color

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

This div background color is #132378


#132378 Border Color

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

This div border color is #132378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132378


Comments

No comments written yet.

Please login to write comment.