COLOR #172775

HEX: #172775
RGB: (23,39,117)

Color info

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

RGB color model

#172775 color RGB value is (23,39,117).

  • red value is 23;
  • green value is 39;
  • blue value is 117.
RGB:
(23,39,117)
(9%,15%,46%)

RGB channels and saturation

R 23 of 255 = 9%
G 39 of 255 = 15%
B 117 of 255 = 46%

23
39
117

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

Portions of RGB colors in percentages

R + G + B =
23 + 39 + 117 = 179 (100%)
R 23 of 179 ~ 12.85%
G 39 of 179 ~ 21.79%
B 117 of 179 ~ 65.36%

%12.85
%21.79
%65.36

CMYK color model

#172775 color CMYK value is (80,67,0,54).

  • cyan value is 80.34%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(80,67,0,54)
C80M67Y0K54 
(80%,67%,0%,54%)
(0.80/0.67/0.00/0.54)	

CMYK percentages

%80.34
%66.67
%0
%54.12

Codes

Color #172775 in popluar color models

172775
RGB2339117
HSL230°67.14%27.45%
HSB/HSV230°80.34%45.88%
CMYK80.34%66.67%0.00%
54.12%

Color #172775 in popluar number systems.

HEX172775
Decimal2339117
Binary101111001111110101
Octal2747165

Shades and tints

Shades of #172775

#172775
(23,39,117)
#15246B
(21,36,107)
#132161
(19,33,97)
#111E57
(17,30,87)
#0F1B4D
(15,27,77)
#0D1843
(13,24,67)
#0B1539
(11,21,57)
#09122F
(9,18,47)
#070F25
(7,15,37)
#050C1B
(5,12,27)
#030911
(3,9,17)
#000000
(0,0,0)

Tints of #172775

#172775
(23,39,117)
#2C3A81
(44,58,129)
#414D8D
(65,77,141)
#566099
(86,96,153)
#6B73A5
(107,115,165)
#8086B1
(128,134,177)
#9599BD
(149,153,189)
#AAACC9
(170,172,201)
#BFBFD5
(191,191,213)
#D4D2E1
(212,210,225)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172775 color. Also use rgb(23,39,117) instead hex code.

Text Font Color

.myTextColor { color: #172775; }

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

This text font color is #172775.


Background Color

.myBgColor { background-color: #172775; }

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

This div background color is #172775.


Border color

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

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

This div border color is #172775.


Opacity

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

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

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

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

This text has shadow with #172775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172775 on black background.


Color preview on white background

This text has color #172775 on white background.



Black color preview on #172775 background

This text has black color on #172775 background.


White color preview on #172775 background

This text has white color on #172775 background.