Color Hex Logo

#132288 Color Hex

#132288
(19,34,136)
0 Favorites   0 Comments

Color spaces of #132288

RGB 1934136
HSL0.650.750.30
HSV232°86°53°
CMYK 0.860.750.00   0.47
XYZ5.28453.060123.6047
Yxy3.06010.16540.0958
Hunter Lab17.493123.3100-67.7589
CIE-Lab20.283034.4430-57.5891

#132288 color RGB value is (19,34,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100010 10001000
Octal 23 42 210
Decimal 19 34 136
Hex 13 22 88

RGB Percentages of Color #132288

%10.05
%17.99
%71.96

CMYK Percentages of Color #132288

%86
%75
%0
%47

Triadic Colors of #132288

#132288 #881322 #228813

Analogous Colors of #132288

#132288 #3f1388 #135d88

Monochromatic Colors of #132288

#132288

Complementary Color

#132288 #887913

#132288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132288 Color CSS Codes

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

#132288 Text Font Color

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

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


#132288 Background Color

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

This div background color is #132288


#132288 Border Color

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

This div border color is #132288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132288


Comments

No comments written yet.

Please login to write comment.