COLOR #171C52

HEX: #171C52
RGB: (23,28,82)

Color info

#171C52 contains red, green and blue colors in about the same proportion. Web safe color of #171C52 is #003366 (or #036).

RGB color model

#171C52 color RGB value is (23,28,82).

  • red value is 23;
  • green value is 28;
  • blue value is 82.
RGB:
(23,28,82)
(9%,11%,32%)

RGB channels and saturation

R 23 of 255 = 9%
G 28 of 255 = 11%
B 82 of 255 = 32%

23
28
82

R + G + B ~ 17%. #171C52 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 28 + 82 = 133 (100%)
R 23 of 133 ~ 17.29%
G 28 of 133 ~ 21.05%
B 82 of 133 ~ 61.65%

%17.29
%21.05
%61.65

CMYK color model

#171C52 color CMYK value is (72,66,0,68).

  • cyan value is 71.95%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(72,66,0,68)
C72M66Y0K68 
(72%,66%,0%,68%)
(0.72/0.66/0.00/0.68)	

CMYK percentages

%71.95
%65.85
%0
%67.84

Codes

Color #171C52 in popluar color models

171C52
RGB232882
HSL235°56.19%20.59%
HSB/HSV235°71.95%32.16%
CMYK71.95%65.85%0.00%
67.84%

Color #171C52 in popluar number systems.

HEX171C52
Decimal232882
Binary10111111001010010
Octal2734122

Shades and tints

Shades of #171C52

#171C52
(23,28,82)
#151A4B
(21,26,75)
#131844
(19,24,68)
#11163D
(17,22,61)
#0F1436
(15,20,54)
#0D122F
(13,18,47)
#0B1028
(11,16,40)
#090E21
(9,14,33)
#070C1A
(7,12,26)
#050A13
(5,10,19)
#03080C
(3,8,12)
#000000
(0,0,0)

Tints of #171C52

#171C52
(23,28,82)
#2C3061
(44,48,97)
#414470
(65,68,112)
#56587F
(86,88,127)
#6B6C8E
(107,108,142)
#80809D
(128,128,157)
#9594AC
(149,148,172)
#AAA8BB
(170,168,187)
#BFBCCA
(191,188,202)
#D4D0D9
(212,208,217)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171C52 color. Also use rgb(23,28,82) instead hex code.

Text Font Color

.myTextColor { color: #171C52; }

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

This text font color is #171C52.


Background Color

.myBgColor { background-color: #171C52; }

<div style="background-color:#171C52">Inner text</div>

This div background color is #171C52.


Border color

.myBorderColor { border: 1px solid #171C52; }

<div style="border:3px solid #171C52">Div</div>

This div border color is #171C52.


Opacity

.myOpacity80 { color: #171C52; opacity: 0.8; }

<p style="color:#171C52;opacity:0.8;">80%</p>

Text with #171C52 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 #171C52;}

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

This text has shadow with #171C52 color.

.textShadow {text-shadow: 3px 3px 1px #171C52, 3px 3px 1px red;}

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

This text has shadow with #171C52 primary color and red secondary color.


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

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

This text has shadow with #171C52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171C52 on black background.


Color preview on white background

This text has color #171C52 on white background.



Black color preview on #171C52 background

This text has black color on #171C52 background.


White color preview on #171C52 background

This text has white color on #171C52 background.