COLOR #1711A9

HEX: #1711A9
RGB: (23,17,169)

Color info

#1711A9 contains mainly blue color. Web safe color of #1711A9 is #000099 (or #009).

RGB color model

#1711A9 color RGB value is (23,17,169).

  • red value is 23;
  • green value is 17;
  • blue value is 169.
RGB:
(23,17,169)
(9%,7%,66%)

RGB channels and saturation

R 23 of 255 = 9%
G 17 of 255 = 7%
B 169 of 255 = 66%

23
17
169

R + G + B ~ 27%. #1711A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 17 + 169 = 209 (100%)
R 23 of 209 ~ 11%
G 17 of 209 ~ 8.13%
B 169 of 209 ~ 80.86%

%11
%80.86

CMYK color model

#1711A9 color CMYK value is (86,90,0,34).

  • cyan value is 86.39%
  • magenta value is 89.94%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(86,90,0,34)
C86M90Y0K34 
(86%,90%,0%,34%)
(0.86/0.90/0.00/0.34)	

CMYK percentages

%86.39
%89.94
%0
%33.73

Codes

Color #1711A9 in popluar color models

1711A9
RGB2317169
HSL242°81.72%36.47%
HSB/HSV242°89.94%66.27%
CMYK86.39%89.94%0.00%
33.73%

Color #1711A9 in popluar number systems.

HEX1711A9
Decimal2317169
Binary101111000110101001
Octal2721251

Shades and tints

Shades of #1711A9

#1711A9
(23,17,169)
#15109A
(21,16,154)
#130F8B
(19,15,139)
#110E7C
(17,14,124)
#0F0D6D
(15,13,109)
#0D0C5E
(13,12,94)
#0B0B4F
(11,11,79)
#090A40
(9,10,64)
#070931
(7,9,49)
#050822
(5,8,34)
#030713
(3,7,19)
#000000
(0,0,0)

Tints of #1711A9

#1711A9
(23,17,169)
#2C26B0
(44,38,176)
#413BB7
(65,59,183)
#5650BE
(86,80,190)
#6B65C5
(107,101,197)
#807ACC
(128,122,204)
#958FD3
(149,143,211)
#AAA4DA
(170,164,218)
#BFB9E1
(191,185,225)
#D4CEE8
(212,206,232)
#E9E3EF
(233,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1711A9 color. Also use rgb(23,17,169) instead hex code.

Text Font Color

.myTextColor { color: #1711A9; }

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

This text font color is #1711A9.


Background Color

.myBgColor { background-color: #1711A9; }

<div style="background-color:#1711A9">Inner text</div>

This div background color is #1711A9.


Border color

.myBorderColor { border: 1px solid #1711A9; }

<div style="border:3px solid #1711A9">Div</div>

This div border color is #1711A9.


Opacity

.myOpacity80 { color: #1711A9; opacity: 0.8; }

<p style="color:#1711A9;opacity:0.8;">80%</p>

Text with #1711A9 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 #1711A9;}

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

This text has shadow with #1711A9 color.

.textShadow {text-shadow: 3px 3px 1px #1711A9, 3px 3px 1px red;}

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

This text has shadow with #1711A9 primary color and red secondary color.


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

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

This text has shadow with #1711A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1711A9 on black background.


Color preview on white background

This text has color #1711A9 on white background.



Black color preview on #1711A9 background

This text has black color on #1711A9 background.


White color preview on #1711A9 background

This text has white color on #1711A9 background.