COLOR #172363

HEX: #172363 RGB: (23,35,99)

Color info

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

RGB color model

#172363 color RGB value is (23,35,99).

RGB: (23,35,99) (9%, 14%, 39%)

RGB channels and saturation

R 23 of 255 = 9%
G 35 of 255 = 14%
B 99 of 255 = 39%

23
35
99

R + G + B ~ 21%. #172363 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 35 + 99 = 157 (100%)
R 23 of 157 ~ 14.65%
G 35 of 157 ~ 22.29%
B 99 of 157 ~ 63.06'%

%14.65
%22.29
%63.06

CMYK color model

#172363 color CMYK value is (77,65,0,61).

  • cyan value is 76.77%
  • magenta value is 64.65%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (77,65,0,61) C77M65Y0K61 (77%,65%,0%,61%) (0.77/0.65/0.00/0.61) 

CMYK percentages

%76.77
%64.65
%0
%61.18

Codes

Color #172363 in popluar color models

17 23 63
RGB 23 35 99
HSL 231° 62.30% 23.92%
HSB/HSV 231° 76.77% 38.82%
CMYK 76.77% 64.65% 0.00%
61.18%

Color #172363 in popluar number systems.

HEX 17 23 63
Decimal 23 35 99
Binary 10111 100011 1100011
Octal 27 43 143

Shades and tints

Shades of #172363

#172363
(23,35,99)
#15205A
(21,32,90)
#131D51
(19,29,81)
#111A48
(17,26,72)
#0F173F
(15,23,63)
#0D1436
(13,20,54)
#0B112D
(11,17,45)
#090E24
(9,14,36)
#070B1B
(7,11,27)
#050812
(5,8,18)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #172363

#172363
(23,35,99)
#2C3771
(44,55,113)
#414B7F
(65,75,127)
#565F8D
(86,95,141)
#6B739B
(107,115,155)
#8087A9
(128,135,169)
#959BB7
(149,155,183)
#AAAFC5
(170,175,197)
#BFC3D3
(191,195,211)
#D4D7E1
(212,215,225)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172363 color. Also use rgb(23,35,99) instead hex code.

Text Font Color

.myTextColor { color: #172363; }

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

This text font color is #172363.

Background Color

.myBgColor { background-color: #172363; }

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

This div background color is #172363.

Border color

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

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

This div border color is #172363.

Opacity

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

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

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

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

This text has shadow with #172363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #172363.

Preview

Color preview on black background

This text has color #172363 on black background.


Color preview on white background

This text has color #172363 on white background.


Black color preview on #172363 background

This text has black color on #172363 background.


White color preview on #172363 background

This text has white color on #172363 background.


Related colors

Complementary color

Complementary color for #hex is #E8DC9C.


I love getcolorcode.com

Triadic colors

1 #631723 and #236317 with #172363 are triadic colors.

2 #632317 and #231763 with #172363 are triadic colors.