Color Hex Logo

#132633 Color Hex

#132633
(19,38,51)
0 Favorites   0 Comments

Color spaces of #132633

RGB 193851
HSL0.570.460.14
HSV204°63°20°
CMYK 0.630.250.00   0.80
XYZ1.55921.76373.3902
Yxy1.76370.23230.2627
Hunter Lab13.2804-2.2838-5.8391
CIE-Lab14.1949-3.1052-10.8594

#132633 color RGB value is (19,38,51).

#132633 hex color red value is 19, green value is 38 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #132633 hue: 0.57 , saturation: 0.46 and the lightness value of 132633 is 0.14.

The process color (four color CMYK) of #132633 color hex is 0.63, 0.25, 0.00, 0.80. Web safe color of #132633 is #003333. Color #132633 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 00110011
Octal 23 46 63
Decimal 19 38 51
Hex 13 26 33

RGB Percentages of Color #132633

%17.59
%35.19
%47.22

CMYK Percentages of Color #132633

%63
%25
%0
%80

Triadic Colors of #132633

#132633 #331326 #263313

Analogous Colors of #132633

#132633 #131633 #133330

Monochromatic Colors of #132633

#132633

Complementary Color

#132633 #332013

#132633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132633 Color CSS Codes

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

#132633 Text Font Color

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

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


#132633 Background Color

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

This div background color is #132633


#132633 Border Color

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

This div border color is #132633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132633


Comments

No comments written yet.

Please login to write comment.