COLOR #13193D

HEX: #13193D
RGB: (19,25,61)

Color info

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

RGB color model

#13193D color RGB value is (19,25,61).

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

RGB channels and saturation

R 19 of 255 = 7%
G 25 of 255 = 10%
B 61 of 255 = 24%

19
25
61

R + G + B ~ 14%. #13193D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 25 + 61 = 105 (100%)
R 19 of 105 ~ 18.1%
G 25 of 105 ~ 23.81%
B 61 of 105 ~ 58.1%

%18.1
%23.81
%58.1

CMYK color model

#13193D color CMYK value is (69,59,0,76).

  • cyan value is 68.85%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(69,59,0,76)
C69M59Y0K76 
(69%,59%,0%,76%)
(0.69/0.59/0.00/0.76)	

CMYK percentages

%68.85
%59.02
%0
%76.08

Codes

Color #13193D in popluar color models

13193D
RGB192561
HSL231°52.50%15.69%
HSB/HSV231°68.85%23.92%
CMYK68.85%59.02%0.00%
76.08%

Color #13193D in popluar number systems.

HEX13193D
Decimal192561
Binary1001111001111101
Octal233175

Shades and tints

Shades of #13193D

#13193D
(19,25,61)
#121738
(18,23,56)
#111533
(17,21,51)
#10132E
(16,19,46)
#0F1129
(15,17,41)
#0E0F24
(14,15,36)
#0D0D1F
(13,13,31)
#0C0B1A
(12,11,26)
#0B0915
(11,9,21)
#0A0710
(10,7,16)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #13193D

#13193D
(19,25,61)
#282D4E
(40,45,78)
#3D415F
(61,65,95)
#525570
(82,85,112)
#676981
(103,105,129)
#7C7D92
(124,125,146)
#9191A3
(145,145,163)
#A6A5B4
(166,165,180)
#BBB9C5
(187,185,197)
#D0CDD6
(208,205,214)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13193D color. Also use rgb(19,25,61) instead hex code.

Text Font Color

.myTextColor { color: #13193D; }

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

This text font color is #13193D.


Background Color

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

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

This div background color is #13193D.


Border color

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

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

This div border color is #13193D.


Opacity

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

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

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

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

This text has shadow with #13193D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13193D on black background.


Color preview on white background

This text has color #13193D on white background.



Black color preview on #13193D background

This text has black color on #13193D background.


White color preview on #13193D background

This text has white color on #13193D background.