Color Hex Logo

#132969 Color Hex

#132969
(19,41,105)
0 Favorites   0 Comments

Color spaces of #132969

RGB 1941105
HSL0.620.690.24
HSV225°82°41°
CMYK 0.820.610.00   0.59
XYZ3.61132.744213.7040
Yxy2.74420.18000.1368
Hunter Lab16.56569.9231-37.4520
CIE-Lab18.988917.2771-39.9031

#132969 color RGB value is (19,41,105).

#132969 hex color red value is 19, green value is 41 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #132969 hue: 0.62 , saturation: 0.69 and the lightness value of 132969 is 0.24.

The process color (four color CMYK) of #132969 color hex is 0.82, 0.61, 0.00, 0.59. Web safe color of #132969 is #003366. Color #132969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 01101001
Octal 23 51 151
Decimal 19 41 105
Hex 13 29 69

RGB Percentages of Color #132969

%11.52
%24.85
%63.64

CMYK Percentages of Color #132969

%82
%61
%0
%59

Triadic Colors of #132969

#132969 #691329 #296913

Analogous Colors of #132969

#132969 #281369 #135469

Monochromatic Colors of #132969

#132969

Complementary Color

#132969 #695313

#132969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132969 Color CSS Codes

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

#132969 Text Font Color

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

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


#132969 Background Color

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

This div background color is #132969


#132969 Border Color

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

This div border color is #132969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132969


Comments

No comments written yet.

Please login to write comment.