COLOR #170E58

HEX: #170E58
RGB: (23,14,88)

Color info

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

RGB color model

#170E58 color RGB value is (23,14,88).

  • red value is 23;
  • green value is 14;
  • blue value is 88.
RGB:
(23,14,88)
(9%,5%,35%)

RGB channels and saturation

R 23 of 255 = 9%
G 14 of 255 = 5%
B 88 of 255 = 35%

23
14
88

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

Portions of RGB colors in percentages

R + G + B =
23 + 14 + 88 = 125 (100%)
R 23 of 125 ~ 18.4%
G 14 of 125 ~ 11.2%
B 88 of 125 ~ 70.4%

%18.4
%11.2
%70.4

CMYK color model

#170E58 color CMYK value is (74,84,0,65).

  • cyan value is 73.86%
  • magenta value is 84.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(74,84,0,65)
C74M84Y0K65 
(74%,84%,0%,65%)
(0.74/0.84/0.00/0.65)	

CMYK percentages

%73.86
%84.09
%0
%65.49

Codes

Color #170E58 in popluar color models

170E58
RGB231488
HSL247°72.55%20.00%
HSB/HSV247°84.09%34.51%
CMYK73.86%84.09%0.00%
65.49%

Color #170E58 in popluar number systems.

HEX170E58
Decimal231488
Binary1011111101011000
Octal2716130

Shades and tints

Shades of #170E58

#170E58
(23,14,88)
#150D50
(21,13,80)
#130C48
(19,12,72)
#110B40
(17,11,64)
#0F0A38
(15,10,56)
#0D0930
(13,9,48)
#0B0828
(11,8,40)
#090720
(9,7,32)
#070618
(7,6,24)
#050510
(5,5,16)
#030408
(3,4,8)
#000000
(0,0,0)

Tints of #170E58

#170E58
(23,14,88)
#2C2367
(44,35,103)
#413876
(65,56,118)
#564D85
(86,77,133)
#6B6294
(107,98,148)
#8077A3
(128,119,163)
#958CB2
(149,140,178)
#AAA1C1
(170,161,193)
#BFB6D0
(191,182,208)
#D4CBDF
(212,203,223)
#E9E0EE
(233,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #170E58 color. Also use rgb(23,14,88) instead hex code.

Text Font Color

.myTextColor { color: #170E58; }

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

This text font color is #170E58.


Background Color

.myBgColor { background-color: #170E58; }

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

This div background color is #170E58.


Border color

.myBorderColor { border: 1px solid #170E58; }

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

This div border color is #170E58.


Opacity

.myOpacity80 { color: #170E58; opacity: 0.8; }

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

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

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

This text has shadow with #170E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170E58 on black background.


Color preview on white background

This text has color #170E58 on white background.



Black color preview on #170E58 background

This text has black color on #170E58 background.


White color preview on #170E58 background

This text has white color on #170E58 background.