Color Hex Logo

#132679 Color Hex

#132679
(19,38,121)
0 Favorites   0 Comments

Color spaces of #132679

RGB 1938121
HSL0.640.730.27
HSV229°84°47°
CMYK 0.840.690.00   0.53
XYZ4.41292.905118.4173
Yxy2.90510.17150.1129
Hunter Lab17.044416.3873-52.1348
CIE-Lab19.659826.0013-49.1253

#132679 color RGB value is (19,38,121).

#132679 hex color red value is 19, green value is 38 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #132679 hue: 0.64 , saturation: 0.73 and the lightness value of 132679 is 0.27.

The process color (four color CMYK) of #132679 color hex is 0.84, 0.69, 0.00, 0.53. Web safe color of #132679 is #003366. Color #132679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 01111001
Octal 23 46 171
Decimal 19 38 121
Hex 13 26 79

RGB Percentages of Color #132679

%10.67
%21.35
%67.98

CMYK Percentages of Color #132679

%84
%69
%0
%53

Triadic Colors of #132679

#132679 #791326 #267913

Analogous Colors of #132679

#132679 #331379 #135979

Monochromatic Colors of #132679

#132679

Complementary Color

#132679 #796613

#132679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132679 Color CSS Codes

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

#132679 Text Font Color

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

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


#132679 Background Color

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

This div background color is #132679


#132679 Border Color

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

This div border color is #132679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132679


Comments

No comments written yet.

Please login to write comment.