COLOR #13172C

HEX: #13172C
RGB: (19,23,44)

Color info

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

RGB color model

#13172C color RGB value is (19,23,44).

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

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 44 of 255 = 17%

19
23
44

R + G + B ~ 11%. #13172C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 23 + 44 = 86 (100%)
R 19 of 86 ~ 22.09%
G 23 of 86 ~ 26.74%
B 44 of 86 ~ 51.16%

%22.09
%26.74
%51.16

CMYK color model

#13172C color CMYK value is (57,48,0,83).

  • cyan value is 56.82%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(57,48,0,83)
C57M48Y0K83 
(57%,48%,0%,83%)
(0.57/0.48/0.00/0.83)	

CMYK percentages

%56.82
%47.73
%0
%82.75

Codes

Color #13172C in popluar color models

13172C
RGB192344
HSL230°39.68%12.35%
HSB/HSV230°56.82%17.25%
CMYK56.82%47.73%0.00%
82.75%

Color #13172C in popluar number systems.

HEX13172C
Decimal192344
Binary1001110111101100
Octal232754

Shades and tints

Shades of #13172C

#13172C
(19,23,44)
#121528
(18,21,40)
#111324
(17,19,36)
#101120
(16,17,32)
#0F0F1C
(15,15,28)
#0E0D18
(14,13,24)
#0D0B14
(13,11,20)
#0C0910
(12,9,16)
#0B070C
(11,7,12)
#0A0508
(10,5,8)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #13172C

#13172C
(19,23,44)
#282C3F
(40,44,63)
#3D4152
(61,65,82)
#525665
(82,86,101)
#676B78
(103,107,120)
#7C808B
(124,128,139)
#91959E
(145,149,158)
#A6AAB1
(166,170,177)
#BBBFC4
(187,191,196)
#D0D4D7
(208,212,215)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13172C color. Also use rgb(19,23,44) instead hex code.

Text Font Color

.myTextColor { color: #13172C; }

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

This text font color is #13172C.


Background Color

.myBgColor { background-color: #13172C; }

<div style="background-color:#13172C">Inner text</div>

This div background color is #13172C.


Border color

.myBorderColor { border: 1px solid #13172C; }

<div style="border:3px solid #13172C">Div</div>

This div border color is #13172C.


Opacity

.myOpacity80 { color: #13172C; opacity: 0.8; }

<p style="color:#13172C;opacity:0.8;">80%</p>

Text with #13172C 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 #13172C;}

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

This text has shadow with #13172C color.

.textShadow {text-shadow: 3px 3px 1px #13172C, 3px 3px 1px red;}

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

This text has shadow with #13172C primary color and red secondary color.


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

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

This text has shadow with #13172C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13172C on black background.


Color preview on white background

This text has color #13172C on white background.



Black color preview on #13172C background

This text has black color on #13172C background.


White color preview on #13172C background

This text has white color on #13172C background.