COLOR #116CB0

HEX: #116CB0
RGB: (17,108,176)

Color info

#116CB0 contains mainly blue color. Web safe color of #116CB0 is #006699 (or #069).

RGB color model

#116CB0 color RGB value is (17,108,176).

  • red value is 17;
  • green value is 108;
  • blue value is 176.
RGB:
(17,108,176)
(7%,42%,69%)

RGB channels and saturation

R 17 of 255 = 7%
G 108 of 255 = 42%
B 176 of 255 = 69%

17
108
176

R + G + B ~ 39%. #116CB0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 108 + 176 = 301 (100%)
R 17 of 301 ~ 5.65%
G 108 of 301 ~ 35.88%
B 176 of 301 ~ 58.47%

%35.88
%58.47

CMYK color model

#116CB0 color CMYK value is (90,39,0,31).

  • cyan value is 90.34%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(90,39,0,31)
C90M39Y0K31 
(90%,39%,0%,31%)
(0.90/0.39/0.00/0.31)	

CMYK percentages

%90.34
%38.64
%0
%30.98

Codes

Color #116CB0 in popluar color models

116CB0
RGB17108176
HSL206°82.38%37.84%
HSB/HSV206°90.34%69.02%
CMYK90.34%38.64%0.00%
30.98%

Color #116CB0 in popluar number systems.

HEX116CB0
Decimal17108176
Binary10001110110010110000
Octal21154260

Shades and tints

Shades of #116CB0

#116CB0
(17,108,176)
#1063A0
(16,99,160)
#0F5A90
(15,90,144)
#0E5180
(14,81,128)
#0D4870
(13,72,112)
#0C3F60
(12,63,96)
#0B3650
(11,54,80)
#0A2D40
(10,45,64)
#092430
(9,36,48)
#081B20
(8,27,32)
#071210
(7,18,16)
#000000
(0,0,0)

Tints of #116CB0

#116CB0
(17,108,176)
#2679B7
(38,121,183)
#3B86BE
(59,134,190)
#5093C5
(80,147,197)
#65A0CC
(101,160,204)
#7AADD3
(122,173,211)
#8FBADA
(143,186,218)
#A4C7E1
(164,199,225)
#B9D4E8
(185,212,232)
#CEE1EF
(206,225,239)
#E3EEF6
(227,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116CB0 color. Also use rgb(17,108,176) instead hex code.

Text Font Color

.myTextColor { color: #116CB0; }

<p style="color:#116CB0">This sample text font color is #116CB0.</p>

This text font color is #116CB0.


Background Color

.myBgColor { background-color: #116CB0; }

<div style="background-color:#116CB0">Inner text</div>

This div background color is #116CB0.


Border color

.myBorderColor { border: 1px solid #116CB0; }

<div style="border:3px solid #116CB0">Div</div>

This div border color is #116CB0.


Opacity

.myOpacity80 { color: #116CB0; opacity: 0.8; }

<p style="color:#116CB0;opacity:0.8;">80%</p>

Text with #116CB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #116CB0;}

<p style="text-shadow: 3px 3px 1px #116CB0">Text here.</p>

This text has shadow with #116CB0 color.

.textShadow {text-shadow: 3px 3px 1px #116CB0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #116CB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #116CB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#116CB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#116CB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #116CB0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #116CB0;
  -webkit-box-shadow:	1px 1px 3px 2px #116CB0;
  box-shadow:		1px 1px 3px 2px #116CB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #116CB0;
-webkit-box-shadow: 1px 1px 3px 2px #116CB0;
box-shadow:1px 1px 3px 2px #116CB0;">
Div content here</div>
This div box has shadow with color #116CB0.

Preview

Color preview on black background

This text has color #116CB0 on black background.


Color preview on white background

This text has color #116CB0 on white background.



Black color preview on #116CB0 background

This text has black color on #116CB0 background.


White color preview on #116CB0 background

This text has white color on #116CB0 background.