COLOR #13174D

HEX: #13174D
RGB: (19,23,77)

Color info

#13174D contains red, green and blue colors in about the same proportion. Web safe color of #13174D is #000033 (or #003).

RGB color model

#13174D color RGB value is (19,23,77).

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

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 77 of 255 = 30%

19
23
77

R + G + B ~ 15%. #13174D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 23 + 77 = 119 (100%)
R 19 of 119 ~ 15.97%
G 23 of 119 ~ 19.33%
B 77 of 119 ~ 64.71%

%15.97
%19.33
%64.71

CMYK color model

#13174D color CMYK value is (75,70,0,70).

  • cyan value is 75.32%
  • magenta value is 70.13%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(75,70,0,70)
C75M70Y0K70 
(75%,70%,0%,70%)
(0.75/0.70/0.00/0.70)	

CMYK percentages

%75.32
%70.13
%0
%69.8

Codes

Color #13174D in popluar color models

13174D
RGB192377
HSL236°60.42%18.82%
HSB/HSV236°75.32%30.20%
CMYK75.32%70.13%0.00%
69.80%

Color #13174D in popluar number systems.

HEX13174D
Decimal192377
Binary10011101111001101
Octal2327115

Shades and tints

Shades of #13174D

#13174D
(19,23,77)
#121546
(18,21,70)
#11133F
(17,19,63)
#101138
(16,17,56)
#0F0F31
(15,15,49)
#0E0D2A
(14,13,42)
#0D0B23
(13,11,35)
#0C091C
(12,9,28)
#0B0715
(11,7,21)
#0A050E
(10,5,14)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #13174D

#13174D
(19,23,77)
#282C5D
(40,44,93)
#3D416D
(61,65,109)
#52567D
(82,86,125)
#676B8D
(103,107,141)
#7C809D
(124,128,157)
#9195AD
(145,149,173)
#A6AABD
(166,170,189)
#BBBFCD
(187,191,205)
#D0D4DD
(208,212,221)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13174D; }

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

This text font color is #13174D.


Background Color

.myBgColor { background-color: #13174D; }

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

This div background color is #13174D.


Border color

.myBorderColor { border: 1px solid #13174D; }

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

This div border color is #13174D.


Opacity

.myOpacity80 { color: #13174D; opacity: 0.8; }

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

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

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

This text has shadow with #13174D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13174D on black background.


Color preview on white background

This text has color #13174D on white background.



Black color preview on #13174D background

This text has black color on #13174D background.


White color preview on #13174D background

This text has white color on #13174D background.