Color Hex Logo

#11513b Color Hex

#11513B
(17,81,59)
0 Favorites   0 Comments

Color spaces of #11513b

RGB 178159
HSL0.440.650.19
HSV159°79°32°
CMYK 0.790.000.27   0.68
XYZ3.96306.31985.1486
Yxy6.31980.25680.4095
Hunter Lab25.1392-15.85455.4546
CIE-Lab30.2054-25.78127.3420

#11513b color RGB value is (17,81,59).

#11513b hex color red value is 17, green value is 81 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #11513b hue: 0.44 , saturation: 0.65 and the lightness value of 11513b is 0.19.

The process color (four color CMYK) of #11513b color hex is 0.79, 0.00, 0.27, 0.68. Web safe color of #11513b is #006633. Color #11513b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010001 00111011
Octal 21 121 73
Decimal 17 81 59
Hex 11 51 3B

RGB Percentages of Color #11513b

%10.83
%51.59
%37.58

CMYK Percentages of Color #11513b

%79
%0
%27
%68

Triadic Colors of #11513b

#11513b #3b1151 #513b11

Analogous Colors of #11513b

#11513b #114751 #11511b

Monochromatic Colors of #11513b

#11513b

Complementary Color

#11513b #511127

#11513b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11513b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11513b Color CSS Codes

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

#11513b Text Font Color

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

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


#11513b Background Color

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

This div background color is #11513b


#11513b Border Color

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

This div border color is #11513b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11513b


Comments

No comments written yet.

Please login to write comment.