Color Hex Logo

#11208b Color Hex

#11208B
(17,32,139)
0 Favorites   0 Comments

Color spaces of #11208b

RGB 1732139
HSL0.650.780.31
HSV233°88°55°
CMYK 0.880.770.00   0.45
XYZ5.40793.016324.7233
Yxy3.01630.16310.0910
Hunter Lab17.367525.1883-72.2443
CIE-Lab20.109136.6667-59.7577

#11208b color RGB value is (17,32,139).

#11208b hex color red value is 17, green value is 32 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #11208b hue: 0.65 , saturation: 0.78 and the lightness value of 11208b is 0.31.

The process color (four color CMYK) of #11208b color hex is 0.88, 0.77, 0.00, 0.45. Web safe color of #11208b is #003399. Color #11208b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 10001011
Octal 21 40 213
Decimal 17 32 139
Hex 11 20 8B

RGB Percentages of Color #11208b

%9.04
%17.02
%73.94

CMYK Percentages of Color #11208b

%88
%77
%0
%45

Triadic Colors of #11208b

#11208b #8b1120 #208b11

Analogous Colors of #11208b

#11208b #3f118b #115d8b

Monochromatic Colors of #11208b

#11208b

Complementary Color

#11208b #8b7c11

#11208b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11208b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11208b Color CSS Codes

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

#11208b Text Font Color

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

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


#11208b Background Color

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

This div background color is #11208b


#11208b Border Color

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

This div border color is #11208b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11208b


Comments

No comments written yet.

Please login to write comment.