Color Hex Logo

#132266 Color Hex

#132266
(19,34,102)
0 Favorites   0 Comments

Color spaces of #132266

RGB 1934102
HSL0.640.690.24
HSV229°81°40°
CMYK 0.810.670.00   0.60
XYZ3.23892.241812.8324
Yxy2.24180.17690.1224
Hunter Lab14.972612.4112-40.3340
CIE-Lab16.708221.1188-41.6637

#132266 color RGB value is (19,34,102).

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

The process color (four color CMYK) of #132266 color hex is 0.81, 0.67, 0.00, 0.60. Web safe color of #132266 is #003366. Color #132266 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100010 01100110
Octal 23 42 146
Decimal 19 34 102
Hex 13 22 66

RGB Percentages of Color #132266

%12.26
%21.94
%65.81

CMYK Percentages of Color #132266

%81
%67
%0
%60

Triadic Colors of #132266

#132266 #661322 #226613

Analogous Colors of #132266

#132266 #2e1366 #134c66

Monochromatic Colors of #132266

#132266

Complementary Color

#132266 #665713

#132266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132266 Color CSS Codes

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

#132266 Text Font Color

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

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


#132266 Background Color

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

This div background color is #132266


#132266 Border Color

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

This div border color is #132266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132266


Comments

No comments written yet.

Please login to write comment.