Color Hex Logo

#132360 Color Hex

#132360
(19,35,96)
0 Favorites   0 Comments

Color spaces of #132360

RGB 193596
HSL0.630.670.23
HSV228°80°38°
CMYK 0.800.640.00   0.62
XYZ2.98092.185011.3310
Yxy2.18500.18070.1324
Hunter Lab14.781710.1284-35.1017
CIE-Lab16.429617.8959-38.1601

#132360 color RGB value is (19,35,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100011 01100000
Octal 23 43 140
Decimal 19 35 96
Hex 13 23 60

RGB Percentages of Color #132360

%12.67
%23.33
%64.00

CMYK Percentages of Color #132360

%80
%64
%0
%62

Triadic Colors of #132360

#132360 #601323 #236013

Analogous Colors of #132360

#132360 #2a1360 #134a60

Monochromatic Colors of #132360

#132360

Complementary Color

#132360 #605013

#132360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132360 Color CSS Codes

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

#132360 Text Font Color

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

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


#132360 Background Color

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

This div background color is #132360


#132360 Border Color

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

This div border color is #132360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132360


Comments

No comments written yet.

Please login to write comment.