COLOR #1185B7

HEX: #1185B7
RGB: (17,133,183)

Color info

#1185B7 contains mainly green and blue colors. Web safe color of #1185B7 is #0099CC (or #09C).

RGB color model

#1185B7 color RGB value is (17,133,183).

  • red value is 17;
  • green value is 133;
  • blue value is 183.
RGB:
(17,133,183)
(7%,52%,72%)

RGB channels and saturation

R 17 of 255 = 7%
G 133 of 255 = 52%
B 183 of 255 = 72%

17
133
183

R + G + B ~ 44%. #1185B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 133 + 183 = 333 (100%)
R 17 of 333 ~ 5.11%
G 133 of 333 ~ 39.94%
B 183 of 333 ~ 54.95%

%39.94
%54.95

CMYK color model

#1185B7 color CMYK value is (91,27,0,28).

  • cyan value is 90.71%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(91,27,0,28)
C91M27Y0K28 
(91%,27%,0%,28%)
(0.91/0.27/0.00/0.28)	

CMYK percentages

%90.71
%27.32
%0
%28.24

Codes

Color #1185B7 in popluar color models

1185B7
RGB17133183
HSL198°83.00%39.22%
HSB/HSV198°90.71%71.76%
CMYK90.71%27.32%0.00%
28.24%

Color #1185B7 in popluar number systems.

HEX1185B7
Decimal17133183
Binary100011000010110110111
Octal21205267

Shades and tints

Shades of #1185B7

#1185B7
(17,133,183)
#1079A7
(16,121,167)
#0F6D97
(15,109,151)
#0E6187
(14,97,135)
#0D5577
(13,85,119)
#0C4967
(12,73,103)
#0B3D57
(11,61,87)
#0A3147
(10,49,71)
#092537
(9,37,55)
#081927
(8,25,39)
#070D17
(7,13,23)
#000000
(0,0,0)

Tints of #1185B7

#1185B7
(17,133,183)
#2690BD
(38,144,189)
#3B9BC3
(59,155,195)
#50A6C9
(80,166,201)
#65B1CF
(101,177,207)
#7ABCD5
(122,188,213)
#8FC7DB
(143,199,219)
#A4D2E1
(164,210,225)
#B9DDE7
(185,221,231)
#CEE8ED
(206,232,237)
#E3F3F3
(227,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1185B7 color. Also use rgb(17,133,183) instead hex code.

Text Font Color

.myTextColor { color: #1185B7; }

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

This text font color is #1185B7.


Background Color

.myBgColor { background-color: #1185B7; }

<div style="background-color:#1185B7">Inner text</div>

This div background color is #1185B7.


Border color

.myBorderColor { border: 1px solid #1185B7; }

<div style="border:3px solid #1185B7">Div</div>

This div border color is #1185B7.


Opacity

.myOpacity80 { color: #1185B7; opacity: 0.8; }

<p style="color:#1185B7;opacity:0.8;">80%</p>

Text with #1185B7 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 #1185B7;}

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

This text has shadow with #1185B7 color.

.textShadow {text-shadow: 3px 3px 1px #1185B7, 3px 3px 1px red;}

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

This text has shadow with #1185B7 primary color and red secondary color.


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

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

This text has shadow with #1185B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1185B7 on black background.


Color preview on white background

This text has color #1185B7 on white background.



Black color preview on #1185B7 background

This text has black color on #1185B7 background.


White color preview on #1185B7 background

This text has white color on #1185B7 background.