Color Hex Logo

#132743 Color Hex

#132743
(19,39,67)
0 Favorites   0 Comments

Color spaces of #132743

RGB 193967
HSL0.600.560.17
HSV215°72°26°
CMYK 0.720.420.00   0.74
XYZ2.00721.99475.5894
Yxy1.99470.20930.2080
Hunter Lab14.12340.6523-13.5779
CIE-Lab15.45942.6032-20.0898

#132743 color RGB value is (19,39,67).

#132743 hex color red value is 19, green value is 39 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #132743 hue: 0.60 , saturation: 0.56 and the lightness value of 132743 is 0.17.

The process color (four color CMYK) of #132743 color hex is 0.72, 0.42, 0.00, 0.74. Web safe color of #132743 is #003333. Color #132743 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100111 01000011
Octal 23 47 103
Decimal 19 39 67
Hex 13 27 43

RGB Percentages of Color #132743

%15.20
%31.20
%53.60

CMYK Percentages of Color #132743

%72
%42
%0
%74

Triadic Colors of #132743

#132743 #431327 #274313

Analogous Colors of #132743

#132743 #171343 #133f43

Monochromatic Colors of #132743

#132743

Complementary Color

#132743 #432f13

#132743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132743 Color CSS Codes

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

#132743 Text Font Color

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

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


#132743 Background Color

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

This div background color is #132743


#132743 Border Color

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

This div border color is #132743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132743


Comments

No comments written yet.

Please login to write comment.