Color Hex Logo

#11494b Color Hex

#11494B
(17,73,75)
0 Favorites   0 Comments

Color spaces of #11494b

RGB 177375
HSL0.510.630.18
HSV182°77°29°
CMYK 0.770.030.00   0.71
XYZ3.88375.39237.4927
Yxy5.39230.23160.3216
Hunter Lab23.2213-10.7837-2.8759
CIE-Lab27.8244-16.6827-6.3983

#11494b color RGB value is (17,73,75).

#11494b hex color red value is 17, green value is 73 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #11494b hue: 0.51 , saturation: 0.63 and the lightness value of 11494b is 0.18.

The process color (four color CMYK) of #11494b color hex is 0.77, 0.03, 0.00, 0.71. Web safe color of #11494b is #003333. Color #11494b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 01001011
Octal 21 111 113
Decimal 17 73 75
Hex 11 49 4B

RGB Percentages of Color #11494b

%10.30
%44.24
%45.45

CMYK Percentages of Color #11494b

%77
%3
%0
%71

Triadic Colors of #11494b

#11494b #4b1149 #494b11

Analogous Colors of #11494b

#11494b #112c4b #114b30

Monochromatic Colors of #11494b

#11494b

Complementary Color

#11494b #4b1311

#11494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11494b Color CSS Codes

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

#11494b Text Font Color

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

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


#11494b Background Color

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

This div background color is #11494b


#11494b Border Color

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

This div border color is #11494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11494b


Comments

No comments written yet.

Please login to write comment.