Color Hex Logo

#132835 Color Hex

#132835
(19,40,53)
0 Favorites   0 Comments

Color spaces of #132835

RGB 194053
HSL0.560.470.14
HSV203°64°21°
CMYK 0.640.250.00   0.79
XYZ1.67001.91313.6494
Yxy1.91310.23090.2645
Hunter Lab13.8315-2.6532-5.9615
CIE-Lab15.0244-3.7402-10.9934

#132835 color RGB value is (19,40,53).

#132835 hex color red value is 19, green value is 40 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #132835 hue: 0.56 , saturation: 0.47 and the lightness value of 132835 is 0.14.

The process color (four color CMYK) of #132835 color hex is 0.64, 0.25, 0.00, 0.79. Web safe color of #132835 is #003333. Color #132835 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101000 00110101
Octal 23 50 65
Decimal 19 40 53
Hex 13 28 35

RGB Percentages of Color #132835

%16.96
%35.71
%47.32

CMYK Percentages of Color #132835

%64
%25
%0
%79

Triadic Colors of #132835

#132835 #351328 #283513

Analogous Colors of #132835

#132835 #131735 #133531

Monochromatic Colors of #132835

#132835

Complementary Color

#132835 #352013

#132835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132835 Color CSS Codes

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

#132835 Text Font Color

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

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


#132835 Background Color

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

This div background color is #132835


#132835 Border Color

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

This div border color is #132835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132835


Comments

No comments written yet.

Please login to write comment.