COLOR #17175E

HEX: #17175E
RGB: (23,23,94)

Color info

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

RGB color model

#17175E color RGB value is (23,23,94).

  • red value is 23;
  • green value is 23;
  • blue value is 94.
RGB:
(23,23,94)
(9%,9%,37%)

RGB channels and saturation

R 23 of 255 = 9%
G 23 of 255 = 9%
B 94 of 255 = 37%

23
23
94

R + G + B ~ 18%. #17175E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 23 + 94 = 140 (100%)
R 23 of 140 ~ 16.43%
G 23 of 140 ~ 16.43%
B 94 of 140 ~ 67.14%

%16.43
%16.43
%67.14

CMYK color model

#17175E color CMYK value is (76,76,0,63).

  • cyan value is 75.53%
  • magenta value is 75.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(76,76,0,63)
C76M76Y0K63 
(76%,76%,0%,63%)
(0.76/0.76/0.00/0.63)	

CMYK percentages

%75.53
%75.53
%0
%63.14

Codes

Color #17175E in popluar color models

17175E
RGB232394
HSL240°60.68%22.94%
HSB/HSV240°75.53%36.86%
CMYK75.53%75.53%0.00%
63.14%

Color #17175E in popluar number systems.

HEX17175E
Decimal232394
Binary10111101111011110
Octal2727136

Shades and tints

Shades of #17175E

#17175E
(23,23,94)
#151556
(21,21,86)
#13134E
(19,19,78)
#111146
(17,17,70)
#0F0F3E
(15,15,62)
#0D0D36
(13,13,54)
#0B0B2E
(11,11,46)
#090926
(9,9,38)
#07071E
(7,7,30)
#050516
(5,5,22)
#03030E
(3,3,14)
#000000
(0,0,0)

Tints of #17175E

#17175E
(23,23,94)
#2C2C6C
(44,44,108)
#41417A
(65,65,122)
#565688
(86,86,136)
#6B6B96
(107,107,150)
#8080A4
(128,128,164)
#9595B2
(149,149,178)
#AAAAC0
(170,170,192)
#BFBFCE
(191,191,206)
#D4D4DC
(212,212,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17175E color. Also use rgb(23,23,94) instead hex code.

Text Font Color

.myTextColor { color: #17175E; }

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

This text font color is #17175E.


Background Color

.myBgColor { background-color: #17175E; }

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

This div background color is #17175E.


Border color

.myBorderColor { border: 1px solid #17175E; }

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

This div border color is #17175E.


Opacity

.myOpacity80 { color: #17175E; opacity: 0.8; }

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

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

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

This text has shadow with #17175E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17175E on black background.


Color preview on white background

This text has color #17175E on white background.



Black color preview on #17175E background

This text has black color on #17175E background.


White color preview on #17175E background

This text has white color on #17175E background.