COLOR #19495D

HEX: #19495D
RGB: (25,73,93)

Color info

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

RGB color model

#19495D color RGB value is (25,73,93).

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

RGB channels and saturation

R 25 of 255 = 10%
G 73 of 255 = 29%
B 93 of 255 = 36%

25
73
93

R + G + B ~ 25%. #19495D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 73 + 93 = 191 (100%)
R 25 of 191 ~ 13.09%
G 73 of 191 ~ 38.22%
B 93 of 191 ~ 48.69%

%13.09
%38.22
%48.69

CMYK color model

#19495D color CMYK value is (73,22,0,64).

  • cyan value is 73.12%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(73,22,0,64)
C73M22Y0K64 
(73%,22%,0%,64%)
(0.73/0.22/0.00/0.64)	

CMYK percentages

%73.12
%21.51
%0
%63.53

Codes

Color #19495D in popluar color models

19495D
RGB257393
HSL198°57.63%23.14%
HSB/HSV198°73.12%36.47%
CMYK73.12%21.51%0.00%
63.53%

Color #19495D in popluar number systems.

HEX19495D
Decimal257393
Binary1100110010011011101
Octal31111135

Shades and tints

Shades of #19495D

#19495D
(25,73,93)
#174355
(23,67,85)
#153D4D
(21,61,77)
#133745
(19,55,69)
#11313D
(17,49,61)
#0F2B35
(15,43,53)
#0D252D
(13,37,45)
#0B1F25
(11,31,37)
#09191D
(9,25,29)
#071315
(7,19,21)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #19495D

#19495D
(25,73,93)
#2D596B
(45,89,107)
#416979
(65,105,121)
#557987
(85,121,135)
#698995
(105,137,149)
#7D99A3
(125,153,163)
#91A9B1
(145,169,177)
#A5B9BF
(165,185,191)
#B9C9CD
(185,201,205)
#CDD9DB
(205,217,219)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19495D; }

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

This text font color is #19495D.


Background Color

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

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

This div background color is #19495D.


Border color

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

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

This div border color is #19495D.


Opacity

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

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

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

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

This text has shadow with #19495D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19495D on black background.


Color preview on white background

This text has color #19495D on white background.



Black color preview on #19495D background

This text has black color on #19495D background.


White color preview on #19495D background

This text has white color on #19495D background.