COLOR #171241

HEX: #171241
RGB: (23,18,65)

Color info

#171241 contains red, green and blue colors in about the same proportion. Web safe color of #171241 is #000033 (or #003).

RGB color model

#171241 color RGB value is (23,18,65).

  • red value is 23;
  • green value is 18;
  • blue value is 65.
RGB:
(23,18,65)
(9%,7%,25%)

RGB channels and saturation

R 23 of 255 = 9%
G 18 of 255 = 7%
B 65 of 255 = 25%

23
18
65

R + G + B ~ 14%. #171241 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 18 + 65 = 106 (100%)
R 23 of 106 ~ 21.7%
G 18 of 106 ~ 16.98%
B 65 of 106 ~ 61.32%

%21.7
%16.98
%61.32

CMYK color model

#171241 color CMYK value is (65,72,0,75).

  • cyan value is 64.62%
  • magenta value is 72.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(65,72,0,75)
C65M72Y0K75 
(65%,72%,0%,75%)
(0.65/0.72/0.00/0.75)	

CMYK percentages

%64.62
%72.31
%0
%74.51

Codes

Color #171241 in popluar color models

171241
RGB231865
HSL246°56.63%16.27%
HSB/HSV246°72.31%25.49%
CMYK64.62%72.31%0.00%
74.51%

Color #171241 in popluar number systems.

HEX171241
Decimal231865
Binary10111100101000001
Octal2722101

Shades and tints

Shades of #171241

#171241
(23,18,65)
#15113C
(21,17,60)
#131037
(19,16,55)
#110F32
(17,15,50)
#0F0E2D
(15,14,45)
#0D0D28
(13,13,40)
#0B0C23
(11,12,35)
#090B1E
(9,11,30)
#070A19
(7,10,25)
#050914
(5,9,20)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #171241

#171241
(23,18,65)
#2C2752
(44,39,82)
#413C63
(65,60,99)
#565174
(86,81,116)
#6B6685
(107,102,133)
#807B96
(128,123,150)
#9590A7
(149,144,167)
#AAA5B8
(170,165,184)
#BFBAC9
(191,186,201)
#D4CFDA
(212,207,218)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171241 color. Also use rgb(23,18,65) instead hex code.

Text Font Color

.myTextColor { color: #171241; }

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

This text font color is #171241.


Background Color

.myBgColor { background-color: #171241; }

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

This div background color is #171241.


Border color

.myBorderColor { border: 1px solid #171241; }

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

This div border color is #171241.


Opacity

.myOpacity80 { color: #171241; opacity: 0.8; }

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

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

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

This text has shadow with #171241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171241 on black background.


Color preview on white background

This text has color #171241 on white background.



Black color preview on #171241 background

This text has black color on #171241 background.


White color preview on #171241 background

This text has white color on #171241 background.