COLOR #171C41

HEX: #171C41 RGB: (23,28,65)

Color info

#171C41 contains red, green and blue colors in about the same proportion. Web safe color of #171C41 is #003333 (or #033).

RGB color model

#171C41 color RGB value is (23,28,65).

RGB: (23,28,65) (9%, 11%, 25%)

RGB channels and saturation

R 23 of 255 = 9%
G 28 of 255 = 11%
B 65 of 255 = 25%

23
28
65

R + G + B ~ 15%. #171C41 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 28 + 65 = 116 (100%)
R 23 of 116 ~ 19.83%
G 28 of 116 ~ 24.14%
B 65 of 116 ~ 56.03'%

%19.83
%24.14
%56.03

CMYK color model

#171C41 color CMYK value is (65,57,0,75).

  • cyan value is 64.62%
  • magenta value is 56.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK: (65,57,0,75) C65M57Y0K75 (65%,57%,0%,75%) (0.65/0.57/0.00/0.75) 

CMYK percentages

%64.62
%56.92
%0
%74.51

Codes

Color #171C41 in popluar color models

17 1C 41
RGB 23 28 65
HSL 233° 47.73% 17.25%
HSB/HSV 233° 64.62% 25.49%
CMYK 64.62% 56.92% 0.00%
74.51%

Color #171C41 in popluar number systems.

HEX 17 1C 41
Decimal 23 28 65
Binary 10111 11100 1000001
Octal 27 34 101

Shades and tints

Shades of #171C41

#171C41
(23,28,65)
#151A3C
(21,26,60)
#131837
(19,24,55)
#111632
(17,22,50)
#0F142D
(15,20,45)
#0D1228
(13,18,40)
#0B1023
(11,16,35)
#090E1E
(9,14,30)
#070C19
(7,12,25)
#050A14
(5,10,20)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #171C41

#171C41
(23,28,65)
#2C3052
(44,48,82)
#414463
(65,68,99)
#565874
(86,88,116)
#6B6C85
(107,108,133)
#808096
(128,128,150)
#9594A7
(149,148,167)
#AAA8B8
(170,168,184)
#BFBCC9
(191,188,201)
#D4D0DA
(212,208,218)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171C41; }

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

This text font color is #171C41.

Background Color

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

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

This div background color is #171C41.

Border color

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

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

This div border color is #171C41.

Opacity

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

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

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

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

This text has shadow with #171C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #171C41.

Preview

Color preview on black background

This text has color #171C41 on black background.


Color preview on white background

This text has color #171C41 on white background.


Black color preview on #171C41 background

This text has black color on #171C41 background.


White color preview on #171C41 background

This text has white color on #171C41 background.


Related colors

Complementary color

Complementary color for #hex is #E8E3BE.


I love getcolorcode.com

Triadic colors

1 #41171C and #1C4117 with #171C41 are triadic colors.

2 #411C17 and #1C1741 with #171C41 are triadic colors.