COLOR #171377

HEX: #171377
RGB: (23,19,119)

Color info

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

RGB color model

#171377 color RGB value is (23,19,119).

  • red value is 23;
  • green value is 19;
  • blue value is 119.
RGB:
(23,19,119)
(9%,7%,47%)

RGB channels and saturation

R 23 of 255 = 9%
G 19 of 255 = 7%
B 119 of 255 = 47%

23
19
119

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

Portions of RGB colors in percentages

R + G + B =
23 + 19 + 119 = 161 (100%)
R 23 of 161 ~ 14.29%
G 19 of 161 ~ 11.8%
B 119 of 161 ~ 73.91%

%14.29
%11.8
%73.91

CMYK color model

#171377 color CMYK value is (81,84,0,53).

  • cyan value is 80.67%
  • magenta value is 84.03%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(81,84,0,53)
C81M84Y0K53 
(81%,84%,0%,53%)
(0.81/0.84/0.00/0.53)	

CMYK percentages

%80.67
%84.03
%0
%53.33

Codes

Color #171377 in popluar color models

171377
RGB2319119
HSL242°72.46%27.06%
HSB/HSV242°84.03%46.67%
CMYK80.67%84.03%0.00%
53.33%

Color #171377 in popluar number systems.

HEX171377
Decimal2319119
Binary10111100111110111
Octal2723167

Shades and tints

Shades of #171377

#171377
(23,19,119)
#15126D
(21,18,109)
#131163
(19,17,99)
#111059
(17,16,89)
#0F0F4F
(15,15,79)
#0D0E45
(13,14,69)
#0B0D3B
(11,13,59)
#090C31
(9,12,49)
#070B27
(7,11,39)
#050A1D
(5,10,29)
#030913
(3,9,19)
#000000
(0,0,0)

Tints of #171377

#171377
(23,19,119)
#2C2883
(44,40,131)
#413D8F
(65,61,143)
#56529B
(86,82,155)
#6B67A7
(107,103,167)
#807CB3
(128,124,179)
#9591BF
(149,145,191)
#AAA6CB
(170,166,203)
#BFBBD7
(191,187,215)
#D4D0E3
(212,208,227)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171377; }

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

This text font color is #171377.


Background Color

.myBgColor { background-color: #171377; }

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

This div background color is #171377.


Border color

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

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

This div border color is #171377.


Opacity

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

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

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

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

This text has shadow with #171377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171377 on black background.


Color preview on white background

This text has color #171377 on white background.



Black color preview on #171377 background

This text has black color on #171377 background.


White color preview on #171377 background

This text has white color on #171377 background.