COLOR #19325D

HEX: #19325D
RGB: (25,50,93)

Color info

#19325D contains mainly green and blue colors. Web safe color of #19325D is #003366 (or #036).

RGB color model

#19325D color RGB value is (25,50,93).

  • red value is 25;
  • green value is 50;
  • blue value is 93.
RGB:
(25,50,93)
(10%,20%,36%)

RGB channels and saturation

R 25 of 255 = 10%
G 50 of 255 = 20%
B 93 of 255 = 36%

25
50
93

R + G + B ~ 22%. #19325D is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 50 + 93 = 168 (100%)
R 25 of 168 ~ 14.88%
G 50 of 168 ~ 29.76%
B 93 of 168 ~ 55.36%

%14.88
%29.76
%55.36

CMYK color model

#19325D color CMYK value is (73,46,0,64).

  • cyan value is 73.12%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(73,46,0,64)
C73M46Y0K64 
(73%,46%,0%,64%)
(0.73/0.46/0.00/0.64)	

CMYK percentages

%73.12
%46.24
%0
%63.53

Codes

Color #19325D in popluar color models

19325D
RGB255093
HSL218°57.63%23.14%
HSB/HSV218°73.12%36.47%
CMYK73.12%46.24%0.00%
63.53%

Color #19325D in popluar number systems.

HEX19325D
Decimal255093
Binary110011100101011101
Octal3162135

Shades and tints

Shades of #19325D

#19325D
(25,50,93)
#172E55
(23,46,85)
#152A4D
(21,42,77)
#132645
(19,38,69)
#11223D
(17,34,61)
#0F1E35
(15,30,53)
#0D1A2D
(13,26,45)
#0B1625
(11,22,37)
#09121D
(9,18,29)
#070E15
(7,14,21)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #19325D

#19325D
(25,50,93)
#2D446B
(45,68,107)
#415679
(65,86,121)
#556887
(85,104,135)
#697A95
(105,122,149)
#7D8CA3
(125,140,163)
#919EB1
(145,158,177)
#A5B0BF
(165,176,191)
#B9C2CD
(185,194,205)
#CDD4DB
(205,212,219)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19325D color. Also use rgb(25,50,93) instead hex code.

Text Font Color

.myTextColor { color: #19325D; }

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

This text font color is #19325D.


Background Color

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

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

This div background color is #19325D.


Border color

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

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

This div border color is #19325D.


Opacity

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

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

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

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

This text has shadow with #19325D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19325D on black background.


Color preview on white background

This text has color #19325D on white background.



Black color preview on #19325D background

This text has black color on #19325D background.


White color preview on #19325D background

This text has white color on #19325D background.