COLOR #19498D

HEX: #19498D
RGB: (25,73,141)

Color info

#19498D contains mainly blue color. Web safe color of #19498D is #003399 (or #039).

RGB color model

#19498D color RGB value is (25,73,141).

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

RGB channels and saturation

R 25 of 255 = 10%
G 73 of 255 = 29%
B 141 of 255 = 55%

25
73
141

R + G + B ~ 31%. #19498D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 73 + 141 = 239 (100%)
R 25 of 239 ~ 10.46%
G 73 of 239 ~ 30.54%
B 141 of 239 ~ 59%

%10.46
%30.54
%59

CMYK color model

#19498D color CMYK value is (82,48,0,45).

  • cyan value is 82.27%
  • magenta value is 48.23%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(82,48,0,45)
C82M48Y0K45 
(82%,48%,0%,45%)
(0.82/0.48/0.00/0.45)	

CMYK percentages

%82.27
%48.23
%0
%44.71

Codes

Color #19498D in popluar color models

19498D
RGB2573141
HSL215°69.88%32.55%
HSB/HSV215°82.27%55.29%
CMYK82.27%48.23%0.00%
44.71%

Color #19498D in popluar number systems.

HEX19498D
Decimal2573141
Binary11001100100110001101
Octal31111215

Shades and tints

Shades of #19498D

#19498D
(25,73,141)
#174381
(23,67,129)
#153D75
(21,61,117)
#133769
(19,55,105)
#11315D
(17,49,93)
#0F2B51
(15,43,81)
#0D2545
(13,37,69)
#0B1F39
(11,31,57)
#09192D
(9,25,45)
#071321
(7,19,33)
#050D15
(5,13,21)
#000000
(0,0,0)

Tints of #19498D

#19498D
(25,73,141)
#2D5997
(45,89,151)
#4169A1
(65,105,161)
#5579AB
(85,121,171)
#6989B5
(105,137,181)
#7D99BF
(125,153,191)
#91A9C9
(145,169,201)
#A5B9D3
(165,185,211)
#B9C9DD
(185,201,221)
#CDD9E7
(205,217,231)
#E1E9F1
(225,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19498D; }

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

This text font color is #19498D.


Background Color

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

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

This div background color is #19498D.


Border color

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

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

This div border color is #19498D.


Opacity

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

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

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

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

This text has shadow with #19498D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19498D on black background.


Color preview on white background

This text has color #19498D on white background.



Black color preview on #19498D background

This text has black color on #19498D background.


White color preview on #19498D background

This text has white color on #19498D background.