Color Hex Logo

#132188 Color Hex

#132188
(19,33,136)
0 Favorites   0 Comments

Color spaces of #132188

RGB 1933136
HSL0.650.750.30
HSV233°86°53°
CMYK 0.860.760.00   0.47
XYZ5.25633.003723.5953
Yxy3.00370.16500.0943
Hunter Lab17.331223.8069-68.5877
CIE-Lab20.058735.0697-57.9599

#132188 color RGB value is (19,33,136).

#132188 hex color red value is 19, green value is 33 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #132188 hue: 0.65 , saturation: 0.75 and the lightness value of 132188 is 0.30.

The process color (four color CMYK) of #132188 color hex is 0.86, 0.76, 0.00, 0.47. Web safe color of #132188 is #003399. Color #132188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100001 10001000
Octal 23 41 210
Decimal 19 33 136
Hex 13 21 88

RGB Percentages of Color #132188

%10.11
%17.55
%72.34

CMYK Percentages of Color #132188

%86
%76
%0
%47

Triadic Colors of #132188

#132188 #881321 #218813

Analogous Colors of #132188

#132188 #3f1388 #135b88

Monochromatic Colors of #132188

#132188

Complementary Color

#132188 #887a13

#132188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132188 Color CSS Codes

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

#132188 Text Font Color

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

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


#132188 Background Color

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

This div background color is #132188


#132188 Border Color

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

This div border color is #132188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132188


Comments

No comments written yet.

Please login to write comment.