COLOR #171353

HEX: #171353 RGB: (23,19,83)

Color info

#171353 contains mainly blue color. Web safe color of #171353 is #000066 (or #006).

RGB color model

#171353 color RGB value is (23,19,83).

RGB: (23,19,83) (9%, 7%, 33%)

RGB channels and saturation

R 23 of 255 = 9%
G 19 of 255 = 7%
B 83 of 255 = 33%

23
19
83

R + G + B ~ 16%. #171353 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 19 + 83 = 125 (100%)
R 23 of 125 ~ 18.4%
G 19 of 125 ~ 15.2%
B 83 of 125 ~ 66.4'%

%18.4
%15.2
%66.4

CMYK color model

#171353 color CMYK value is (72,77,0,67).

  • cyan value is 72.29%
  • magenta value is 77.11%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (72,77,0,67)
C72M77Y0K67 (72%, 77%, 0%, 67%)
(0.72 / 0.77 / 0.00 / 0.67)

CMYK percentages

%72.29
%77.11
%0
%67.45

Codes

Color #171353 in popluar color models

17 13 53
RGB 23 19 83
HSL 244° 62.75% 20.00%
HSB/HSV 244° 77.11% 32.55%
CMYK 72.29% 77.11% 0.00%
67.45%

Color #171353 in popluar number systems.

HEX 17 13 53
Decimal 23 19 83
Binary 10111 10011 1010011
Octal 27 23 123

Shades and tints

Shades of #171353

#171353
(23,19,83)
#15124C
(21,18,76)
#131145
(19,17,69)
#11103E
(17,16,62)
#0F0F37
(15,15,55)
#0D0E30
(13,14,48)
#0B0D29
(11,13,41)
#090C22
(9,12,34)
#070B1B
(7,11,27)
#050A14
(5,10,20)
#03090D
(3,9,13)
#000000
(0,0,0)

Tints of #171353

#171353
(23,19,83)
#2C2862
(44,40,98)
#413D71
(65,61,113)
#565280
(86,82,128)
#6B678F
(107,103,143)
#807C9E
(128,124,158)
#9591AD
(149,145,173)
#AAA6BC
(170,166,188)
#BFBBCB
(191,187,203)
#D4D0DA
(212,208,218)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171353 color. Also use rgb(23,19,83) instead hex code.

Text Font Color

.myTextColor { color: #171353; }

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

This text font color is #171353.

Background Color

.myBgColor { background-color: #171353; }

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

This div background color is #171353.

Border color

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

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

This div border color is #171353.

Opacity

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

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

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

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

This text has shadow with #171353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #171353.

Preview

Color preview on black background

This text has color #171353 on black background.


Color preview on white background

This text has color #171353 on white background.


Black color preview on #171353 background

This text has black color on #171353 background.


White color preview on #171353 background

This text has white color on #171353 background.


Related colors

Complementary color

Complementary color for #hex is #E8ECAC.


I love getcolorcode.com

Triadic colors

1 #531713 and #135317 with #171353 are triadic colors.

2 #531317 and #131753 with #171353 are triadic colors.