Color Hex Logo

#132663 Color Hex

#132663
(19,38,99)
0 Favorites   0 Comments

Color spaces of #132663

RGB 193899
HSL0.630.680.23
HSV226°81°39°
CMYK 0.810.620.00   0.61
XYZ3.21382.425512.1032
Yxy2.42550.18110.1367
Hunter Lab15.57409.5801-35.1749
CIE-Lab17.578316.9487-38.2699

#132663 color RGB value is (19,38,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 01100011
Octal 23 46 143
Decimal 19 38 99
Hex 13 26 63

RGB Percentages of Color #132663

%12.18
%24.36
%63.46

CMYK Percentages of Color #132663

%81
%62
%0
%61

Triadic Colors of #132663

#132663 #631326 #266313

Analogous Colors of #132663

#132663 #281363 #134e63

Monochromatic Colors of #132663

#132663

Complementary Color

#132663 #635013

#132663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132663 Color CSS Codes

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

#132663 Text Font Color

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

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


#132663 Background Color

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

This div background color is #132663


#132663 Border Color

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

This div border color is #132663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132663


Comments

No comments written yet.

Please login to write comment.