Color Hex Logo

#116481 Color Hex

#116481
(17,100,129)
0 Favorites   0 Comments

Color spaces of #116481

RGB 17100129
HSL0.540.770.29
HSV196°87°51°
CMYK 0.870.220.00   0.49
XYZ8.750810.818522.3958
Yxy10.81850.20850.2578
Hunter Lab32.8915-10.0701-17.3465
CIE-Lab39.2731-12.4725-22.7605

#116481 color RGB value is (17,100,129).

#116481 hex color red value is 17, green value is 100 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #116481 hue: 0.54 , saturation: 0.77 and the lightness value of 116481 is 0.29.

The process color (four color CMYK) of #116481 color hex is 0.87, 0.22, 0.00, 0.49. Web safe color of #116481 is #006699. Color #116481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100100 10000001
Octal 21 144 201
Decimal 17 100 129
Hex 11 64 81

RGB Percentages of Color #116481

%6.91
%40.65
%52.44

CMYK Percentages of Color #116481

%87
%22
%0
%49

Triadic Colors of #116481

#116481 #811164 #648111

Analogous Colors of #116481

#116481 #112c81 #118166

Monochromatic Colors of #116481

#116481

Complementary Color

#116481 #812e11

#116481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116481 Color CSS Codes

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

#116481 Text Font Color

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

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


#116481 Background Color

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

This div background color is #116481


#116481 Border Color

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

This div border color is #116481


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,100,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #116481; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #116481;
  -webkit-box-shadow: 1px 1px 3px 2px #116481;
  box-shadow:         1px 1px 3px 2px #116481; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116481


Comments

No comments written yet.

Please login to write comment.