COLOR #13179E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
23
158

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

Portions of RGB colors in percentages

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

%9.5
%11.5
%79

CMYK color model

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

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

CMYK percentages

%87.97
%85.44
%0
%38.04

Codes

Color #13179E in popluar color models

13179E
RGB1923158
HSL238°78.53%34.71%
HSB/HSV238°87.97%61.96%
CMYK87.97%85.44%0.00%
38.04%

Color #13179E in popluar number systems.

HEX13179E
Decimal1923158
Binary100111011110011110
Octal2327236

Shades and tints

Shades of #13179E

#13179E
(19,23,158)
#121590
(18,21,144)
#111382
(17,19,130)
#101174
(16,17,116)
#0F0F66
(15,15,102)
#0E0D58
(14,13,88)
#0D0B4A
(13,11,74)
#0C093C
(12,9,60)
#0B072E
(11,7,46)
#0A0520
(10,5,32)
#090312
(9,3,18)
#000000
(0,0,0)

Tints of #13179E

#13179E
(19,23,158)
#282CA6
(40,44,166)
#3D41AE
(61,65,174)
#5256B6
(82,86,182)
#676BBE
(103,107,190)
#7C80C6
(124,128,198)
#9195CE
(145,149,206)
#A6AAD6
(166,170,214)
#BBBFDE
(187,191,222)
#D0D4E6
(208,212,230)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13179E; }

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

This text font color is #13179E.


Background Color

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

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

This div background color is #13179E.


Border color

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

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

This div border color is #13179E.


Opacity

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

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

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

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

This text has shadow with #13179E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13179E on black background.


Color preview on white background

This text has color #13179E on white background.



Black color preview on #13179E background

This text has black color on #13179E background.


White color preview on #13179E background

This text has white color on #13179E background.