Color Hex Logo

#1193ab Color Hex

#1193AB
(17,147,171)
0 Favorites   0 Comments

Color spaces of #1193ab

RGB 17147171
HSL0.530.820.37
HSV189°90°67°
CMYK 0.900.140.00   0.33
XYZ18.015623.926942.1969
Yxy23.92690.21410.2844
Hunter Lab48.9151-19.8594-16.9062
CIE-Lab56.0145-23.1927-21.6524

#1193ab color RGB value is (17,147,171).

#1193ab hex color red value is 17, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1193ab hue: 0.53 , saturation: 0.82 and the lightness value of 1193ab is 0.37.

The process color (four color CMYK) of #1193ab color hex is 0.90, 0.14, 0.00, 0.33. Web safe color of #1193ab is #009999. Color #1193ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010011 10101011
Octal 21 223 253
Decimal 17 147 171
Hex 11 93 AB

RGB Percentages of Color #1193ab

%5.07
%43.88
%51.04

CMYK Percentages of Color #1193ab

%90
%14
%0
%33

Triadic Colors of #1193ab

#1193ab #ab1193 #93ab11

Analogous Colors of #1193ab

#1193ab #1146ab #11ab76

Monochromatic Colors of #1193ab

#1193ab

Complementary Color

#1193ab #ab2911

#1193ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1193ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1193ab Color CSS Codes

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

#1193ab Text Font Color

<p style="color:#1193ab">Text here</p>

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


#1193ab Background Color

<div style="background-color:#1193ab">
Div content here</div>

This div background color is #1193ab


#1193ab Border Color

<div style="border:3px solid #1193ab">
Div here</div>

This div border color is #1193ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,147,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1193ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1193ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1193ab;
  box-shadow:         1px 1px 3px 2px #1193ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1193ab


Comments

No comments written yet.

Please login to write comment.