COLOR #1717A2

HEX: #1717A2
RGB: (23,23,162)

Color info

#1717A2 contains mainly blue color. Web safe color of #1717A2 is #000099 (or #009).

RGB color model

#1717A2 color RGB value is (23,23,162).

  • red value is 23;
  • green value is 23;
  • blue value is 162.
RGB:
(23,23,162)
(9%,9%,64%)

RGB channels and saturation

R 23 of 255 = 9%
G 23 of 255 = 9%
B 162 of 255 = 64%

23
23
162

R + G + B ~ 27%. #1717A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 23 + 162 = 208 (100%)
R 23 of 208 ~ 11.06%
G 23 of 208 ~ 11.06%
B 162 of 208 ~ 77.88%

%11.06
%11.06
%77.88

CMYK color model

#1717A2 color CMYK value is (86,86,0,36).

  • cyan value is 85.80%
  • magenta value is 85.80%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(86,86,0,36)
C86M86Y0K36 
(86%,86%,0%,36%)
(0.86/0.86/0.00/0.36)	

CMYK percentages

%85.8
%85.8
%0
%36.47

Codes

Color #1717A2 in popluar color models

1717A2
RGB2323162
HSL240°75.14%36.27%
HSB/HSV240°85.80%63.53%
CMYK85.80%85.80%0.00%
36.47%

Color #1717A2 in popluar number systems.

HEX1717A2
Decimal2323162
Binary101111011110100010
Octal2727242

Shades and tints

Shades of #1717A2

#1717A2
(23,23,162)
#151594
(21,21,148)
#131386
(19,19,134)
#111178
(17,17,120)
#0F0F6A
(15,15,106)
#0D0D5C
(13,13,92)
#0B0B4E
(11,11,78)
#090940
(9,9,64)
#070732
(7,7,50)
#050524
(5,5,36)
#030316
(3,3,22)
#000000
(0,0,0)

Tints of #1717A2

#1717A2
(23,23,162)
#2C2CAA
(44,44,170)
#4141B2
(65,65,178)
#5656BA
(86,86,186)
#6B6BC2
(107,107,194)
#8080CA
(128,128,202)
#9595D2
(149,149,210)
#AAAADA
(170,170,218)
#BFBFE2
(191,191,226)
#D4D4EA
(212,212,234)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1717A2 color. Also use rgb(23,23,162) instead hex code.

Text Font Color

.myTextColor { color: #1717A2; }

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

This text font color is #1717A2.


Background Color

.myBgColor { background-color: #1717A2; }

<div style="background-color:#1717A2">Inner text</div>

This div background color is #1717A2.


Border color

.myBorderColor { border: 1px solid #1717A2; }

<div style="border:3px solid #1717A2">Div</div>

This div border color is #1717A2.


Opacity

.myOpacity80 { color: #1717A2; opacity: 0.8; }

<p style="color:#1717A2;opacity:0.8;">80%</p>

Text with #1717A2 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 #1717A2;}

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

This text has shadow with #1717A2 color.

.textShadow {text-shadow: 3px 3px 1px #1717A2, 3px 3px 1px red;}

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

This text has shadow with #1717A2 primary color and red secondary color.


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

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

This text has shadow with #1717A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1717A2 on black background.


Color preview on white background

This text has color #1717A2 on white background.



Black color preview on #1717A2 background

This text has black color on #1717A2 background.


White color preview on #1717A2 background

This text has white color on #1717A2 background.