COLOR #172E7A

HEX: #172E7A RGB: (23,46,122)

Color info

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

RGB color model

#172E7A color RGB value is (23,46,122).

RGB: (23,46,122) (9%, 18%, 48%)

RGB channels and saturation

R 23 of 255 = 9%
G 46 of 255 = 18%
B 122 of 255 = 48%

23
46
122

R + G + B ~ 25%. #172E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 46 + 122 = 191 (100%)
R 23 of 191 ~ 12.04%
G 46 of 191 ~ 24.08%
B 122 of 191 ~ 63.87'%

%12.04
%24.08
%63.87

CMYK color model

#172E7A color CMYK value is (81,62,0,52).

  • cyan value is 81.15%
  • magenta value is 62.30%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (81,62,0,52) C81M62Y0K52 (81%,62%,0%,52%) (0.81/0.62/0.00/0.52) 

CMYK percentages

%81.15
%62.3
%0
%52.16

Codes

Color #172E7A in popluar color models

17 2E 7A
RGB 23 46 122
HSL 226° 68.28% 28.43%
HSB/HSV 226° 81.15% 47.84%
CMYK 81.15% 62.30% 0.00%
52.16%

Color #172E7A in popluar number systems.

HEX 17 2E 7A
Decimal 23 46 122
Binary 10111 101110 1111010
Octal 27 56 172

Shades and tints

Shades of #172E7A

#172E7A
(23,46,122)
#152A6F
(21,42,111)
#132664
(19,38,100)
#112259
(17,34,89)
#0F1E4E
(15,30,78)
#0D1A43
(13,26,67)
#0B1638
(11,22,56)
#09122D
(9,18,45)
#070E22
(7,14,34)
#050A17
(5,10,23)
#03060C
(3,6,12)
#000000
(0,0,0)

Tints of #172E7A

#172E7A
(23,46,122)
#2C4186
(44,65,134)
#415492
(65,84,146)
#56679E
(86,103,158)
#6B7AAA
(107,122,170)
#808DB6
(128,141,182)
#95A0C2
(149,160,194)
#AAB3CE
(170,179,206)
#BFC6DA
(191,198,218)
#D4D9E6
(212,217,230)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172E7A color. Also use rgb(23,46,122) instead hex code.

Text Font Color

.myTextColor { color: #172E7A; }

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

This text font color is #172E7A.

Background Color

.myBgColor { background-color: #172E7A; }

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

This div background color is #172E7A.

Border color

.myBorderColor { border: 1px solid #172E7A; }

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

This div border color is #172E7A.

Opacity

.myOpacity80 { color: #172E7A; opacity: 0.8; }

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

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

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

This text has shadow with #172E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172E7A.

Preview

Color preview on black background

This text has color #172E7A on black background.


Color preview on white background

This text has color #172E7A on white background.


Black color preview on #172E7A background

This text has black color on #172E7A background.


White color preview on #172E7A background

This text has white color on #172E7A background.


Related colors

Complementary color

Complementary color for #hex is #E8D185.


I love getcolorcode.com

Triadic colors

1 #7A172E and #2E7A17 with #172E7A are triadic colors.

2 #7A2E17 and #2E177A with #172E7A are triadic colors.