COLOR #172D6D

HEX: #172D6D RGB: (23,45,109)

Color info

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

RGB color model

#172D6D color RGB value is (23,45,109).

RGB: (23,45,109) (9%, 18%, 43%)

RGB channels and saturation

R 23 of 255 = 9%
G 45 of 255 = 18%
B 109 of 255 = 43%

23
45
109

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

Portions of RGB colors in percentages

R + G + B = 23 + 45 + 109 = 177 (100%)
R 23 of 177 ~ 12.99%
G 45 of 177 ~ 25.42%
B 109 of 177 ~ 61.58'%

%12.99
%25.42
%61.58

CMYK color model

#172D6D color CMYK value is (79,59,0,57).

  • cyan value is 78.90%
  • magenta value is 58.72%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (79,59,0,57)
C79M59Y0K57 (79%, 59%, 0%, 57%)
(0.79 / 0.59 / 0.00 / 0.57)

CMYK percentages

%78.9
%58.72
%0
%57.25

Codes

Color #172D6D in popluar color models

17 2D 6D
RGB 23 45 109
HSL 225° 65.15% 25.88%
HSB/HSV 225° 78.90% 42.75%
CMYK 78.90% 58.72% 0.00%
57.25%

Color #172D6D in popluar number systems.

HEX 17 2D 6D
Decimal 23 45 109
Binary 10111 101101 1101101
Octal 27 55 155

Shades and tints

Shades of #172D6D

#172D6D
(23,45,109)
#152964
(21,41,100)
#13255B
(19,37,91)
#112152
(17,33,82)
#0F1D49
(15,29,73)
#0D1940
(13,25,64)
#0B1537
(11,21,55)
#09112E
(9,17,46)
#070D25
(7,13,37)
#05091C
(5,9,28)
#030513
(3,5,19)
#000000
(0,0,0)

Tints of #172D6D

#172D6D
(23,45,109)
#2C407A
(44,64,122)
#415387
(65,83,135)
#566694
(86,102,148)
#6B79A1
(107,121,161)
#808CAE
(128,140,174)
#959FBB
(149,159,187)
#AAB2C8
(170,178,200)
#BFC5D5
(191,197,213)
#D4D8E2
(212,216,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172D6D color. Also use rgb(23,45,109) instead hex code.

Text Font Color

.myTextColor { color: #172D6D; }

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

This text font color is #172D6D.

Background Color

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

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

This div background color is #172D6D.

Border color

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

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

This div border color is #172D6D.

Opacity

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

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

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

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

This text has shadow with #172D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172D6D.

Preview

Color preview on black background

This text has color #172D6D on black background.


Color preview on white background

This text has color #172D6D on white background.


Black color preview on #172D6D background

This text has black color on #172D6D background.


White color preview on #172D6D background

This text has white color on #172D6D background.


Related colors

Complementary color

Complementary color for #hex is #E8D292.


I love getcolorcode.com

Triadic colors

1 #6D172D and #2D6D17 with #172D6D are triadic colors.

2 #6D2D17 and #2D176D with #172D6D are triadic colors.