COLOR #19293D

HEX: #19293D
RGB: (25,41,61)

Color info

#19293D contains red, green and blue colors in about the same proportion. Web safe color of #19293D is #003333 (or #033).

RGB color model

#19293D color RGB value is (25,41,61).

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

RGB channels and saturation

R 25 of 255 = 10%
G 41 of 255 = 16%
B 61 of 255 = 24%

25
41
61

R + G + B ~ 17%. #19293D is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 41 + 61 = 127 (100%)
R 25 of 127 ~ 19.69%
G 41 of 127 ~ 32.28%
B 61 of 127 ~ 48.03%

%19.69
%32.28
%48.03

CMYK color model

#19293D color CMYK value is (59,33,0,76).

  • cyan value is 59.02%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(59,33,0,76)
C59M33Y0K76 
(59%,33%,0%,76%)
(0.59/0.33/0.00/0.76)	

CMYK percentages

%59.02
%32.79
%0
%76.08

Codes

Color #19293D in popluar color models

19293D
RGB254161
HSL213°41.86%16.86%
HSB/HSV213°59.02%23.92%
CMYK59.02%32.79%0.00%
76.08%

Color #19293D in popluar number systems.

HEX19293D
Decimal254161
Binary11001101001111101
Octal315175

Shades and tints

Shades of #19293D

#19293D
(25,41,61)
#172638
(23,38,56)
#152333
(21,35,51)
#13202E
(19,32,46)
#111D29
(17,29,41)
#0F1A24
(15,26,36)
#0D171F
(13,23,31)
#0B141A
(11,20,26)
#091115
(9,17,21)
#070E10
(7,14,16)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #19293D

#19293D
(25,41,61)
#2D3C4E
(45,60,78)
#414F5F
(65,79,95)
#556270
(85,98,112)
#697581
(105,117,129)
#7D8892
(125,136,146)
#919BA3
(145,155,163)
#A5AEB4
(165,174,180)
#B9C1C5
(185,193,197)
#CDD4D6
(205,212,214)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19293D; }

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

This text font color is #19293D.


Background Color

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

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

This div background color is #19293D.


Border color

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

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

This div border color is #19293D.


Opacity

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

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

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

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

This text has shadow with #19293D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19293D on black background.


Color preview on white background

This text has color #19293D on white background.



Black color preview on #19293D background

This text has black color on #19293D background.


White color preview on #19293D background

This text has white color on #19293D background.