COLOR #173168

HEX: #173168
RGB: (23,49,104)

Color info

#173168 contains mainly green and blue colors. Web safe color of #173168 is #003366 (or #036).

RGB color model

#173168 color RGB value is (23,49,104).

  • red value is 23;
  • green value is 49;
  • blue value is 104.
RGB:
(23,49,104)
(9%,19%,41%)

RGB channels and saturation

R 23 of 255 = 9%
G 49 of 255 = 19%
B 104 of 255 = 41%

23
49
104

R + G + B ~ 23%. #173168 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 49 + 104 = 176 (100%)
R 23 of 176 ~ 13.07%
G 49 of 176 ~ 27.84%
B 104 of 176 ~ 59.09%

%13.07
%27.84
%59.09

CMYK color model

#173168 color CMYK value is (78,53,0,59).

  • cyan value is 77.88%
  • magenta value is 52.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(78,53,0,59)
C78M53Y0K59 
(78%,53%,0%,59%)
(0.78/0.53/0.00/0.59)	

CMYK percentages

%77.88
%52.88
%0
%59.22

Codes

Color #173168 in popluar color models

173168
RGB2349104
HSL221°63.78%24.90%
HSB/HSV221°77.88%40.78%
CMYK77.88%52.88%0.00%
59.22%

Color #173168 in popluar number systems.

HEX173168
Decimal2349104
Binary101111100011101000
Octal2761150

Shades and tints

Shades of #173168

#173168
(23,49,104)
#152D5F
(21,45,95)
#132956
(19,41,86)
#11254D
(17,37,77)
#0F2144
(15,33,68)
#0D1D3B
(13,29,59)
#0B1932
(11,25,50)
#091529
(9,21,41)
#071120
(7,17,32)
#050D17
(5,13,23)
#03090E
(3,9,14)
#000000
(0,0,0)

Tints of #173168

#173168
(23,49,104)
#2C4375
(44,67,117)
#415582
(65,85,130)
#56678F
(86,103,143)
#6B799C
(107,121,156)
#808BA9
(128,139,169)
#959DB6
(149,157,182)
#AAAFC3
(170,175,195)
#BFC1D0
(191,193,208)
#D4D3DD
(212,211,221)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173168 color. Also use rgb(23,49,104) instead hex code.

Text Font Color

.myTextColor { color: #173168; }

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

This text font color is #173168.


Background Color

.myBgColor { background-color: #173168; }

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

This div background color is #173168.


Border color

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

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

This div border color is #173168.


Opacity

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

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

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

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

This text has shadow with #173168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173168 on black background.


Color preview on white background

This text has color #173168 on white background.



Black color preview on #173168 background

This text has black color on #173168 background.


White color preview on #173168 background

This text has white color on #173168 background.