Color Hex Logo

#132963 Color Hex

#132963
(19,41,99)
0 Favorites   0 Comments

Color spaces of #132963

RGB 194199
HSL0.620.680.23
HSV224°81°39°
CMYK 0.810.590.00   0.61
XYZ3.31362.625212.1364
Yxy2.62520.18330.1452
Hunter Lab16.20258.1511-33.0692
CIE-Lab18.475614.7374-36.8106

#132963 color RGB value is (19,41,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 01100011
Octal 23 51 143
Decimal 19 41 99
Hex 13 29 63

RGB Percentages of Color #132963

%11.95
%25.79
%62.26

CMYK Percentages of Color #132963

%81
%59
%0
%61

Triadic Colors of #132963

#132963 #631329 #296313

Analogous Colors of #132963

#132963 #251363 #135163

Monochromatic Colors of #132963

#132963

Complementary Color

#132963 #634d13

#132963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132963 Color CSS Codes

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

#132963 Text Font Color

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

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


#132963 Background Color

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

This div background color is #132963


#132963 Border Color

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

This div border color is #132963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132963


Comments

No comments written yet.

Please login to write comment.