COLOR #173271

HEX: #173271
RGB: (23,50,113)

Color info

#173271 contains mainly blue color. Web safe color of #173271 is #003366 (or #036).

RGB color model

#173271 color RGB value is (23,50,113).

  • red value is 23;
  • green value is 50;
  • blue value is 113.
RGB:
(23,50,113)
(9%,20%,44%)

RGB channels and saturation

R 23 of 255 = 9%
G 50 of 255 = 20%
B 113 of 255 = 44%

23
50
113

R + G + B ~ 24%. #173271 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 50 + 113 = 186 (100%)
R 23 of 186 ~ 12.37%
G 50 of 186 ~ 26.88%
B 113 of 186 ~ 60.75%

%12.37
%26.88
%60.75

CMYK color model

#173271 color CMYK value is (80,56,0,56).

  • cyan value is 79.65%
  • magenta value is 55.75%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(80,56,0,56)
C80M56Y0K56 
(80%,56%,0%,56%)
(0.80/0.56/0.00/0.56)	

CMYK percentages

%79.65
%55.75
%0
%55.69

Codes

Color #173271 in popluar color models

173271
RGB2350113
HSL222°66.18%26.67%
HSB/HSV222°79.65%44.31%
CMYK79.65%55.75%0.00%
55.69%

Color #173271 in popluar number systems.

HEX173271
Decimal2350113
Binary101111100101110001
Octal2762161

Shades and tints

Shades of #173271

#173271
(23,50,113)
#152E67
(21,46,103)
#132A5D
(19,42,93)
#112653
(17,38,83)
#0F2249
(15,34,73)
#0D1E3F
(13,30,63)
#0B1A35
(11,26,53)
#09162B
(9,22,43)
#071221
(7,18,33)
#050E17
(5,14,23)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #173271

#173271
(23,50,113)
#2C447D
(44,68,125)
#415689
(65,86,137)
#566895
(86,104,149)
#6B7AA1
(107,122,161)
#808CAD
(128,140,173)
#959EB9
(149,158,185)
#AAB0C5
(170,176,197)
#BFC2D1
(191,194,209)
#D4D4DD
(212,212,221)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #173271 color. Also use rgb(23,50,113) instead hex code.

Text Font Color

.myTextColor { color: #173271; }

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

This text font color is #173271.


Background Color

.myBgColor { background-color: #173271; }

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

This div background color is #173271.


Border color

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

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

This div border color is #173271.


Opacity

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

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

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

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

This text has shadow with #173271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #173271 on black background.


Color preview on white background

This text has color #173271 on white background.



Black color preview on #173271 background

This text has black color on #173271 background.


White color preview on #173271 background

This text has white color on #173271 background.