COLOR #17139E

HEX: #17139E
RGB: (23,19,158)

Color info

#17139E contains mainly blue color. Web safe color of #17139E is #000099 (or #009).

RGB color model

#17139E color RGB value is (23,19,158).

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

RGB channels and saturation

R 23 of 255 = 9%
G 19 of 255 = 7%
B 158 of 255 = 62%

23
19
158

R + G + B ~ 26%. #17139E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 19 + 158 = 200 (100%)
R 23 of 200 ~ 11.5%
G 19 of 200 ~ 9.5%
B 158 of 200 ~ 79%

%11.5
%9.5
%79

CMYK color model

#17139E color CMYK value is (85,88,0,38).

  • cyan value is 85.44%
  • magenta value is 87.97%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(85,88,0,38)
C85M88Y0K38 
(85%,88%,0%,38%)
(0.85/0.88/0.00/0.38)	

CMYK percentages

%85.44
%87.97
%0
%38.04

Codes

Color #17139E in popluar color models

17139E
RGB2319158
HSL242°78.53%34.71%
HSB/HSV242°87.97%61.96%
CMYK85.44%87.97%0.00%
38.04%

Color #17139E in popluar number systems.

HEX17139E
Decimal2319158
Binary101111001110011110
Octal2723236

Shades and tints

Shades of #17139E

#17139E
(23,19,158)
#151290
(21,18,144)
#131182
(19,17,130)
#111074
(17,16,116)
#0F0F66
(15,15,102)
#0D0E58
(13,14,88)
#0B0D4A
(11,13,74)
#090C3C
(9,12,60)
#070B2E
(7,11,46)
#050A20
(5,10,32)
#030912
(3,9,18)
#000000
(0,0,0)

Tints of #17139E

#17139E
(23,19,158)
#2C28A6
(44,40,166)
#413DAE
(65,61,174)
#5652B6
(86,82,182)
#6B67BE
(107,103,190)
#807CC6
(128,124,198)
#9591CE
(149,145,206)
#AAA6D6
(170,166,214)
#BFBBDE
(191,187,222)
#D4D0E6
(212,208,230)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17139E; }

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

This text font color is #17139E.


Background Color

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

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

This div background color is #17139E.


Border color

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

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

This div border color is #17139E.


Opacity

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

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

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

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

This text has shadow with #17139E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17139E on black background.


Color preview on white background

This text has color #17139E on white background.



Black color preview on #17139E background

This text has black color on #17139E background.


White color preview on #17139E background

This text has white color on #17139E background.