COLOR #172E66

HEX: #172E66 RGB: (23,46,102)

Color info

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

RGB color model

#172E66 color RGB value is (23,46,102).

RGB: (23,46,102) (9%, 18%, 40%)

RGB channels and saturation

R 23 of 255 = 9%
G 46 of 255 = 18%
B 102 of 255 = 40%

23
46
102

R + G + B ~ 22%. #172E66 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 46 + 102 = 171 (100%)
R 23 of 171 ~ 13.45%
G 46 of 171 ~ 26.9%
B 102 of 171 ~ 59.65'%

%13.45
%26.9
%59.65

CMYK color model

#172E66 color CMYK value is (77,55,0,60).

  • cyan value is 77.45%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (77,55,0,60)
C77M55Y0K60 (77%, 55%, 0%, 60%)
(0.77 / 0.55 / 0.00 / 0.60)

CMYK percentages

%77.45
%54.9
%0
%60

Codes

Color #172E66 in popluar color models

17 2E 66
RGB 23 46 102
HSL 223° 63.20% 24.51%
HSB/HSV 223° 77.45% 40.00%
CMYK 77.45% 54.90% 0.00%
60.00%

Color #172E66 in popluar number systems.

HEX 17 2E 66
Decimal 23 46 102
Binary 10111 101110 1100110
Octal 27 56 146

Shades and tints

Shades of #172E66

#172E66
(23,46,102)
#152A5D
(21,42,93)
#132654
(19,38,84)
#11224B
(17,34,75)
#0F1E42
(15,30,66)
#0D1A39
(13,26,57)
#0B1630
(11,22,48)
#091227
(9,18,39)
#070E1E
(7,14,30)
#050A15
(5,10,21)
#03060C
(3,6,12)
#000000
(0,0,0)

Tints of #172E66

#172E66
(23,46,102)
#2C4173
(44,65,115)
#415480
(65,84,128)
#56678D
(86,103,141)
#6B7A9A
(107,122,154)
#808DA7
(128,141,167)
#95A0B4
(149,160,180)
#AAB3C1
(170,179,193)
#BFC6CE
(191,198,206)
#D4D9DB
(212,217,219)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #172E66; }

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

This text font color is #172E66.

Background Color

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

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

This div background color is #172E66.

Border color

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

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

This div border color is #172E66.

Opacity

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

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

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

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

This text has shadow with #172E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172E66.

Preview

Color preview on black background

This text has color #172E66 on black background.


Color preview on white background

This text has color #172E66 on white background.


Black color preview on #172E66 background

This text has black color on #172E66 background.


White color preview on #172E66 background

This text has white color on #172E66 background.


Related colors

Complementary color

Complementary color for #hex is #E8D199.


I love getcolorcode.com

Triadic colors

1 #66172E and #2E6617 with #172E66 are triadic colors.

2 #662E17 and #2E1766 with #172E66 are triadic colors.