COLOR #1181CC

HEX: #1181CC
RGB: (17,129,204)

Color info

#1181CC contains mainly blue color. Web safe color of #1181CC is #0099CC (or #09C).

RGB color model

#1181CC color RGB value is (17,129,204).

  • red value is 17;
  • green value is 129;
  • blue value is 204.
RGB:
(17,129,204)
(7%,51%,80%)

RGB channels and saturation

R 17 of 255 = 7%
G 129 of 255 = 51%
B 204 of 255 = 80%

17
129
204

R + G + B ~ 46%. #1181CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 129 + 204 = 350 (100%)
R 17 of 350 ~ 4.86%
G 129 of 350 ~ 36.86%
B 204 of 350 ~ 58.29%

%36.86
%58.29

CMYK color model

#1181CC color CMYK value is (92,37,0,20).

  • cyan value is 91.67%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(92,37,0,20)
C92M37Y0K20 
(92%,37%,0%,20%)
(0.92/0.37/0.00/0.20)	

CMYK percentages

%91.67
%36.76
%0
%20

Codes

Color #1181CC in popluar color models

1181CC
RGB17129204
HSL204°84.62%43.33%
HSB/HSV204°91.67%80.00%
CMYK91.67%36.76%0.00%
20.00%

Color #1181CC in popluar number systems.

HEX1181CC
Decimal17129204
Binary100011000000111001100
Octal21201314

Shades and tints

Shades of #1181CC

#1181CC
(17,129,204)
#1076BA
(16,118,186)
#0F6BA8
(15,107,168)
#0E6096
(14,96,150)
#0D5584
(13,85,132)
#0C4A72
(12,74,114)
#0B3F60
(11,63,96)
#0A344E
(10,52,78)
#09293C
(9,41,60)
#081E2A
(8,30,42)
#071318
(7,19,24)
#000000
(0,0,0)

Tints of #1181CC

#1181CC
(17,129,204)
#268CD0
(38,140,208)
#3B97D4
(59,151,212)
#50A2D8
(80,162,216)
#65ADDC
(101,173,220)
#7AB8E0
(122,184,224)
#8FC3E4
(143,195,228)
#A4CEE8
(164,206,232)
#B9D9EC
(185,217,236)
#CEE4F0
(206,228,240)
#E3EFF4
(227,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1181CC color. Also use rgb(17,129,204) instead hex code.

Text Font Color

.myTextColor { color: #1181CC; }

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

This text font color is #1181CC.


Background Color

.myBgColor { background-color: #1181CC; }

<div style="background-color:#1181CC">Inner text</div>

This div background color is #1181CC.


Border color

.myBorderColor { border: 1px solid #1181CC; }

<div style="border:3px solid #1181CC">Div</div>

This div border color is #1181CC.


Opacity

.myOpacity80 { color: #1181CC; opacity: 0.8; }

<p style="color:#1181CC;opacity:0.8;">80%</p>

Text with #1181CC 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 #1181CC;}

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

This text has shadow with #1181CC color.

.textShadow {text-shadow: 3px 3px 1px #1181CC, 3px 3px 1px red;}

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

This text has shadow with #1181CC primary color and red secondary color.


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

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

This text has shadow with #1181CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1181CC on black background.


Color preview on white background

This text has color #1181CC on white background.



Black color preview on #1181CC background

This text has black color on #1181CC background.


White color preview on #1181CC background

This text has white color on #1181CC background.