Color Hex Logo

#132265 Color Hex

#132265
(19,34,101)
0 Favorites   0 Comments

Color spaces of #132265

RGB 1934101
HSL0.640.680.24
HSV229°81°40°
CMYK 0.810.660.00   0.60
XYZ3.18952.222112.5727
Yxy2.22210.17730.1236
Hunter Lab14.906712.1058-39.5720
CIE-Lab16.612120.7046-41.1633

#132265 color RGB value is (19,34,101).

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

The process color (four color CMYK) of #132265 color hex is 0.81, 0.66, 0.00, 0.60. Web safe color of #132265 is #003366. Color #132265 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100010 01100101
Octal 23 42 145
Decimal 19 34 101
Hex 13 22 65

RGB Percentages of Color #132265

%12.34
%22.08
%65.58

CMYK Percentages of Color #132265

%81
%66
%0
%60

Triadic Colors of #132265

#132265 #651322 #226513

Analogous Colors of #132265

#132265 #2d1365 #134b65

Monochromatic Colors of #132265

#132265

Complementary Color

#132265 #655613

#132265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132265 Color CSS Codes

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

#132265 Text Font Color

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

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


#132265 Background Color

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

This div background color is #132265


#132265 Border Color

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

This div border color is #132265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132265


Comments

No comments written yet.

Please login to write comment.