COLOR #171C4B

HEX: #171C4B
RGB: (23,28,75)

Color info

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

RGB color model

#171C4B color RGB value is (23,28,75).

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

RGB channels and saturation

R 23 of 255 = 9%
G 28 of 255 = 11%
B 75 of 255 = 29%

23
28
75

R + G + B ~ 16%. #171C4B is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 28 + 75 = 126 (100%)
R 23 of 126 ~ 18.25%
G 28 of 126 ~ 22.22%
B 75 of 126 ~ 59.52%

%18.25
%22.22
%59.52

CMYK color model

#171C4B color CMYK value is (69,63,0,71).

  • cyan value is 69.33%
  • magenta value is 62.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(69,63,0,71)
C69M63Y0K71 
(69%,63%,0%,71%)
(0.69/0.63/0.00/0.71)	

CMYK percentages

%69.33
%62.67
%0
%70.59

Codes

Color #171C4B in popluar color models

171C4B
RGB232875
HSL234°53.06%19.22%
HSB/HSV234°69.33%29.41%
CMYK69.33%62.67%0.00%
70.59%

Color #171C4B in popluar number systems.

HEX171C4B
Decimal232875
Binary10111111001001011
Octal2734113

Shades and tints

Shades of #171C4B

#171C4B
(23,28,75)
#151A45
(21,26,69)
#13183F
(19,24,63)
#111639
(17,22,57)
#0F1433
(15,20,51)
#0D122D
(13,18,45)
#0B1027
(11,16,39)
#090E21
(9,14,33)
#070C1B
(7,12,27)
#050A15
(5,10,21)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #171C4B

#171C4B
(23,28,75)
#2C305B
(44,48,91)
#41446B
(65,68,107)
#56587B
(86,88,123)
#6B6C8B
(107,108,139)
#80809B
(128,128,155)
#9594AB
(149,148,171)
#AAA8BB
(170,168,187)
#BFBCCB
(191,188,203)
#D4D0DB
(212,208,219)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171C4B; }

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

This text font color is #171C4B.


Background Color

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

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

This div background color is #171C4B.


Border color

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

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

This div border color is #171C4B.


Opacity

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

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

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

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

This text has shadow with #171C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171C4B on black background.


Color preview on white background

This text has color #171C4B on white background.



Black color preview on #171C4B background

This text has black color on #171C4B background.


White color preview on #171C4B background

This text has white color on #171C4B background.