COLOR #1197D1

HEX: #1197D1
RGB: (17,151,209)

Color info

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

RGB color model

#1197D1 color RGB value is (17,151,209).

  • red value is 17;
  • green value is 151;
  • blue value is 209.
RGB:
(17,151,209)
(7%,59%,82%)

RGB channels and saturation

R 17 of 255 = 7%
G 151 of 255 = 59%
B 209 of 255 = 82%

17
151
209

R + G + B ~ 49%. #1197D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 151 + 209 = 377 (100%)
R 17 of 377 ~ 4.51%
G 151 of 377 ~ 40.05%
B 209 of 377 ~ 55.44%

%40.05
%55.44

CMYK color model

#1197D1 color CMYK value is (92,28,0,18).

  • cyan value is 91.87%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(92,28,0,18)
C92M28Y0K18 
(92%,28%,0%,18%)
(0.92/0.28/0.00/0.18)	

CMYK percentages

%91.87
%27.75
%0
%18.04

Codes

Color #1197D1 in popluar color models

1197D1
RGB17151209
HSL198°84.96%44.31%
HSB/HSV198°91.87%81.96%
CMYK91.87%27.75%0.00%
18.04%

Color #1197D1 in popluar number systems.

HEX1197D1
Decimal17151209
Binary100011001011111010001
Octal21227321

Shades and tints

Shades of #1197D1

#1197D1
(17,151,209)
#108ABE
(16,138,190)
#0F7DAB
(15,125,171)
#0E7098
(14,112,152)
#0D6385
(13,99,133)
#0C5672
(12,86,114)
#0B495F
(11,73,95)
#0A3C4C
(10,60,76)
#092F39
(9,47,57)
#082226
(8,34,38)
#071513
(7,21,19)
#000000
(0,0,0)

Tints of #1197D1

#1197D1
(17,151,209)
#26A0D5
(38,160,213)
#3BA9D9
(59,169,217)
#50B2DD
(80,178,221)
#65BBE1
(101,187,225)
#7AC4E5
(122,196,229)
#8FCDE9
(143,205,233)
#A4D6ED
(164,214,237)
#B9DFF1
(185,223,241)
#CEE8F5
(206,232,245)
#E3F1F9
(227,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1197D1 color. Also use rgb(17,151,209) instead hex code.

Text Font Color

.myTextColor { color: #1197D1; }

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

This text font color is #1197D1.


Background Color

.myBgColor { background-color: #1197D1; }

<div style="background-color:#1197D1">Inner text</div>

This div background color is #1197D1.


Border color

.myBorderColor { border: 1px solid #1197D1; }

<div style="border:3px solid #1197D1">Div</div>

This div border color is #1197D1.


Opacity

.myOpacity80 { color: #1197D1; opacity: 0.8; }

<p style="color:#1197D1;opacity:0.8;">80%</p>

Text with #1197D1 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 #1197D1;}

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

This text has shadow with #1197D1 color.

.textShadow {text-shadow: 3px 3px 1px #1197D1, 3px 3px 1px red;}

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

This text has shadow with #1197D1 primary color and red secondary color.


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

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

This text has shadow with #1197D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1197D1 on black background.


Color preview on white background

This text has color #1197D1 on white background.



Black color preview on #1197D1 background

This text has black color on #1197D1 background.


White color preview on #1197D1 background

This text has white color on #1197D1 background.