COLOR #13192C

HEX: #13192C
RGB: (19,25,44)

Color info

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

RGB color model

#13192C color RGB value is (19,25,44).

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

RGB channels and saturation

R 19 of 255 = 7%
G 25 of 255 = 10%
B 44 of 255 = 17%

19
25
44

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

Portions of RGB colors in percentages

R + G + B =
19 + 25 + 44 = 88 (100%)
R 19 of 88 ~ 21.59%
G 25 of 88 ~ 28.41%
B 44 of 88 ~ 50%

%21.59
%28.41
%50

CMYK color model

#13192C color CMYK value is (57,43,0,83).

  • cyan value is 56.82%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(57,43,0,83)
C57M43Y0K83 
(57%,43%,0%,83%)
(0.57/0.43/0.00/0.83)	

CMYK percentages

%56.82
%43.18
%0
%82.75

Codes

Color #13192C in popluar color models

13192C
RGB192544
HSL226°39.68%12.35%
HSB/HSV226°56.82%17.25%
CMYK56.82%43.18%0.00%
82.75%

Color #13192C in popluar number systems.

HEX13192C
Decimal192544
Binary1001111001101100
Octal233154

Shades and tints

Shades of #13192C

#13192C
(19,25,44)
#121728
(18,23,40)
#111524
(17,21,36)
#101320
(16,19,32)
#0F111C
(15,17,28)
#0E0F18
(14,15,24)
#0D0D14
(13,13,20)
#0C0B10
(12,11,16)
#0B090C
(11,9,12)
#0A0708
(10,7,8)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #13192C

#13192C
(19,25,44)
#282D3F
(40,45,63)
#3D4152
(61,65,82)
#525565
(82,85,101)
#676978
(103,105,120)
#7C7D8B
(124,125,139)
#91919E
(145,145,158)
#A6A5B1
(166,165,177)
#BBB9C4
(187,185,196)
#D0CDD7
(208,205,215)
#E5E1EA
(229,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13192C; }

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

This text font color is #13192C.


Background Color

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

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

This div background color is #13192C.


Border color

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

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

This div border color is #13192C.


Opacity

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

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

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

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

This text has shadow with #13192C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13192C on black background.


Color preview on white background

This text has color #13192C on white background.



Black color preview on #13192C background

This text has black color on #13192C background.


White color preview on #13192C background

This text has white color on #13192C background.