Color Hex Logo

#132988 Color Hex

#132988
(19,41,136)
0 Favorites   0 Comments

Color spaces of #132988

RGB 1941136
HSL0.640.750.30
HSV229°86°53°
CMYK 0.860.700.00   0.47
XYZ5.50543.501923.6783
Yxy3.50190.16840.1071
Hunter Lab18.713419.7656-61.9212
CIE-Lab21.951229.8752-54.8376

#132988 color RGB value is (19,41,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 10001000
Octal 23 51 210
Decimal 19 41 136
Hex 13 29 88

RGB Percentages of Color #132988

%9.69
%20.92
%69.39

CMYK Percentages of Color #132988

%86
%70
%0
%47

Triadic Colors of #132988

#132988 #881329 #298813

Analogous Colors of #132988

#132988 #381388 #136488

Monochromatic Colors of #132988

#132988

Complementary Color

#132988 #887213

#132988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132988 Color CSS Codes

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

#132988 Text Font Color

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

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


#132988 Background Color

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

This div background color is #132988


#132988 Border Color

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

This div border color is #132988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132988


Comments

No comments written yet.

Please login to write comment.