Color Hex Logo

#11396d Color Hex

#11396D
(17,57,109)
0 Favorites   0 Comments

Color spaces of #11396d

RGB 1757109
HSL0.590.730.25
HSV214°84°43°
CMYK 0.840.480.00   0.57
XYZ4.45464.149615.0342
Yxy4.14960.18840.1755
Hunter Lab20.37063.3856-29.4987
CIE-Lab24.16007.1680-34.1308

#11396d color RGB value is (17,57,109).

#11396d hex color red value is 17, green value is 57 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #11396d hue: 0.59 , saturation: 0.73 and the lightness value of 11396d is 0.25.

The process color (four color CMYK) of #11396d color hex is 0.84, 0.48, 0.00, 0.57. Web safe color of #11396d is #003366. Color #11396d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111001 01101101
Octal 21 71 155
Decimal 17 57 109
Hex 11 39 6D

RGB Percentages of Color #11396d

%9.29
%31.15
%59.56

CMYK Percentages of Color #11396d

%84
%48
%0
%57

Triadic Colors of #11396d

#11396d #6d1139 #396d11

Analogous Colors of #11396d

#11396d #17116d #11676d

Monochromatic Colors of #11396d

#11396d

Complementary Color

#11396d #6d4511

#11396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11396d Color CSS Codes

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

#11396d Text Font Color

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

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


#11396d Background Color

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

This div background color is #11396d


#11396d Border Color

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

This div border color is #11396d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,57,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11396d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11396d;
  -webkit-box-shadow: 1px 1px 3px 2px #11396d;
  box-shadow:         1px 1px 3px 2px #11396d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11396d


Comments

No comments written yet.

Please login to write comment.