Color Hex Logo

#20136b Color Hex

#20136B
(32,19,107)
0 Favorites   0 Comments

Color spaces of #20136b

RGB 3219107
HSL0.690.700.25
HSV249°82°42°
CMYK 0.700.820.00   0.58
XYZ3.48241.834414.0804
Yxy1.83440.17950.0946
Hunter Lab13.544022.1935-52.1573
CIE-Lab14.593034.2005-48.3915

#20136b color RGB value is (32,19,107).

#20136b hex color red value is 32, green value is 19 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #20136b hue: 0.69 , saturation: 0.70 and the lightness value of 20136b is 0.25.

The process color (four color CMYK) of #20136b color hex is 0.70, 0.82, 0.00, 0.58. Web safe color of #20136b is #330066. Color #20136b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010011 01101011
Octal 40 23 153
Decimal 32 19 107
Hex 20 13 6B

RGB Percentages of Color #20136b

%20.25
%12.03
%67.72

CMYK Percentages of Color #20136b

%70
%82
%0
%58

Triadic Colors of #20136b

#20136b #6b2013 #136b20

Analogous Colors of #20136b

#20136b #4c136b #13326b

Monochromatic Colors of #20136b

#20136b

Complementary Color

#20136b #5e6b13

#20136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20136b Color CSS Codes

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

#20136b Text Font Color

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

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


#20136b Background Color

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

This div background color is #20136b


#20136b Border Color

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

This div border color is #20136b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,19,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20136b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20136b;
  -webkit-box-shadow: 1px 1px 3px 2px #20136b;
  box-shadow:         1px 1px 3px 2px #20136b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20136b


Comments

No comments written yet.

Please login to write comment.