Color Hex Logo

#11619d Color Hex

#11619D
(17,97,157)
0 Favorites   0 Comments

Color spaces of #11619d

RGB 1797157
HSL0.570.800.34
HSV206°89°62°
CMYK 0.890.380.00   0.38
XYZ10.591711.102933.4831
Yxy11.10290.19200.2012
Hunter Lab33.3210-1.5723-36.2537
CIE-Lab39.75320.2936-38.8690

#11619d color RGB value is (17,97,157).

#11619d hex color red value is 17, green value is 97 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #11619d hue: 0.57 , saturation: 0.80 and the lightness value of 11619d is 0.34.

The process color (four color CMYK) of #11619d color hex is 0.89, 0.38, 0.00, 0.38. Web safe color of #11619d is #006699. Color #11619d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100001 10011101
Octal 21 141 235
Decimal 17 97 157
Hex 11 61 9D

RGB Percentages of Color #11619d

%6.27
%35.79
%57.93

CMYK Percentages of Color #11619d

%89
%38
%0
%38

Triadic Colors of #11619d

#11619d #9d1161 #619d11

Analogous Colors of #11619d

#11619d #111b9d #119d93

Monochromatic Colors of #11619d

#11619d

Complementary Color

#11619d #9d4d11

#11619d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11619d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11619d Color CSS Codes

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

#11619d Text Font Color

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

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


#11619d Background Color

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

This div background color is #11619d


#11619d Border Color

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

This div border color is #11619d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11619d


Comments

No comments written yet.

Please login to write comment.