COLOR #172573

HEX: #172573 RGB: (23,37,115)

Color info

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

RGB color model

#172573 color RGB value is (23,37,115).

RGB: (23,37,115) (9%, 15%, 45%)

RGB channels and saturation

R 23 of 255 = 9%
G 37 of 255 = 15%
B 115 of 255 = 45%

23
37
115

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

Portions of RGB colors in percentages

R + G + B = 23 + 37 + 115 = 175 (100%)
R 23 of 175 ~ 13.14%
G 37 of 175 ~ 21.14%
B 115 of 175 ~ 65.71'%

%13.14
%21.14
%65.71

CMYK color model

#172573 color CMYK value is (80,68,0,55).

  • cyan value is 80.00%
  • magenta value is 67.83%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (80,68,0,55)
C80M68Y0K55 (80%, 68%, 0%, 55%)
(0.80 / 0.68 / 0.00 / 0.55)

CMYK percentages

%80
%67.83
%0
%54.9

Codes

Color #172573 in popluar color models

17 25 73
RGB 23 37 115
HSL 231° 66.67% 27.06%
HSB/HSV 231° 80.00% 45.10%
CMYK 80.00% 67.83% 0.00%
54.90%

Color #172573 in popluar number systems.

HEX 17 25 73
Decimal 23 37 115
Binary 10111 100101 1110011
Octal 27 45 163

Shades and tints

Shades of #172573

#172573
(23,37,115)
#152269
(21,34,105)
#131F5F
(19,31,95)
#111C55
(17,28,85)
#0F194B
(15,25,75)
#0D1641
(13,22,65)
#0B1337
(11,19,55)
#09102D
(9,16,45)
#070D23
(7,13,35)
#050A19
(5,10,25)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #172573

#172573
(23,37,115)
#2C387F
(44,56,127)
#414B8B
(65,75,139)
#565E97
(86,94,151)
#6B71A3
(107,113,163)
#8084AF
(128,132,175)
#9597BB
(149,151,187)
#AAAAC7
(170,170,199)
#BFBDD3
(191,189,211)
#D4D0DF
(212,208,223)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172573 color. Also use rgb(23,37,115) instead hex code.

Text Font Color

.myTextColor { color: #172573; }

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

This text font color is #172573.

Background Color

.myBgColor { background-color: #172573; }

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

This div background color is #172573.

Border color

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

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

This div border color is #172573.

Opacity

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

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

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

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

This text has shadow with #172573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172573.

Preview

Color preview on black background

This text has color #172573 on black background.


Color preview on white background

This text has color #172573 on white background.


Black color preview on #172573 background

This text has black color on #172573 background.


White color preview on #172573 background

This text has white color on #172573 background.


Related colors

Complementary color

Complementary color for #hex is #E8DA8C.


I love getcolorcode.com

Triadic colors

1 #731725 and #257317 with #172573 are triadic colors.

2 #732517 and #251773 with #172573 are triadic colors.