Color Hex Logo

#132257 Color Hex

#132257
(19,34,87)
0 Favorites   0 Comments

Color spaces of #132257

RGB 193487
HSL0.630.640.21
HSV227°78°34°
CMYK 0.780.610.00   0.66
XYZ2.56091.97069.2622
Yxy1.97060.18570.1429
Hunter Lab14.03787.9974-29.2933
CIE-Lab15.332214.8428-33.9382

#132257 color RGB value is (19,34,87).

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

The process color (four color CMYK) of #132257 color hex is 0.78, 0.61, 0.00, 0.66. Web safe color of #132257 is #003366. Color #132257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100010 01010111
Octal 23 42 127
Decimal 19 34 87
Hex 13 22 57

RGB Percentages of Color #132257

%13.57
%24.29
%62.14

CMYK Percentages of Color #132257

%78
%61
%0
%66

Triadic Colors of #132257

#132257 #571322 #225713

Analogous Colors of #132257

#132257 #261357 #134457

Monochromatic Colors of #132257

#132257

Complementary Color

#132257 #574813

#132257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132257 Color CSS Codes

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

#132257 Text Font Color

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

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


#132257 Background Color

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

This div background color is #132257


#132257 Border Color

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

This div border color is #132257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132257


Comments

No comments written yet.

Please login to write comment.