Color Hex Logo

#11387a Color Hex

#11387A
(17,56,122)
0 Favorites   0 Comments

Color spaces of #11387a

RGB 1756122
HSL0.600.760.27
HSV218°86°48°
CMYK 0.860.540.00   0.52
XYZ5.15824.352718.9806
Yxy4.35270.18100.1528
Hunter Lab20.86317.6219-39.3359
CIE-Lab24.804813.4200-41.3710

#11387a color RGB value is (17,56,122).

#11387a hex color red value is 17, green value is 56 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #11387a hue: 0.60 , saturation: 0.76 and the lightness value of 11387a is 0.27.

The process color (four color CMYK) of #11387a color hex is 0.86, 0.54, 0.00, 0.52. Web safe color of #11387a is #003366. Color #11387a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111000 01111010
Octal 21 70 172
Decimal 17 56 122
Hex 11 38 7A

RGB Percentages of Color #11387a

%8.72
%28.72
%62.56

CMYK Percentages of Color #11387a

%86
%54
%0
%52

Triadic Colors of #11387a

#11387a #7a1138 #387a11

Analogous Colors of #11387a

#11387a #1f117a #116d7a

Monochromatic Colors of #11387a

#11387a

Complementary Color

#11387a #7a5311

#11387a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11387a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11387a Color CSS Codes

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

#11387a Text Font Color

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

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


#11387a Background Color

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

This div background color is #11387a


#11387a Border Color

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

This div border color is #11387a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,56,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11387a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11387a;
  -webkit-box-shadow: 1px 1px 3px 2px #11387a;
  box-shadow:         1px 1px 3px 2px #11387a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11387a


Comments

No comments written yet.

Please login to write comment.