Color Hex Logo

#116088 Color Hex

#116088
(17,96,136)
0 Favorites   0 Comments

Color spaces of #116088

RGB 1796136
HSL0.560.780.30
HSV200°88°53°
CMYK 0.880.290.00   0.47
XYZ8.858010.262524.8065
Yxy10.26250.20170.2336
Hunter Lab32.0351-6.7047-23.4868
CIE-Lab38.3095-7.4009-28.5144

#116088 color RGB value is (17,96,136).

#116088 hex color red value is 17, green value is 96 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #116088 hue: 0.56 , saturation: 0.78 and the lightness value of 116088 is 0.30.

The process color (four color CMYK) of #116088 color hex is 0.88, 0.29, 0.00, 0.47. Web safe color of #116088 is #006699. Color #116088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100000 10001000
Octal 21 140 210
Decimal 17 96 136
Hex 11 60 88

RGB Percentages of Color #116088

%6.83
%38.55
%54.62

CMYK Percentages of Color #116088

%88
%29
%0
%47

Triadic Colors of #116088

#116088 #881160 #608811

Analogous Colors of #116088

#116088 #112488 #118875

Monochromatic Colors of #116088

#116088

Complementary Color

#116088 #883911

#116088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116088 Color CSS Codes

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

#116088 Text Font Color

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

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


#116088 Background Color

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

This div background color is #116088


#116088 Border Color

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

This div border color is #116088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116088


Comments

No comments written yet.

Please login to write comment.