COLOR #19193D

HEX: #19193D
RGB: (25,25,61)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

25
25
61

R + G + B ~ 15%. #19193D is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 61 = 111 (100%)
R 25 of 111 ~ 22.52%
G 25 of 111 ~ 22.52%
B 61 of 111 ~ 54.95%

%22.52
%22.52
%54.95

CMYK color model

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

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

CMYK percentages

%59.02
%59.02
%0
%76.08

Codes

Color #19193D in popluar color models

19193D
RGB252561
HSL240°41.86%16.86%
HSB/HSV240°59.02%23.92%
CMYK59.02%59.02%0.00%
76.08%

Color #19193D in popluar number systems.

HEX19193D
Decimal252561
Binary1100111001111101
Octal313175

Shades and tints

Shades of #19193D

#19193D
(25,25,61)
#171738
(23,23,56)
#151533
(21,21,51)
#13132E
(19,19,46)
#111129
(17,17,41)
#0F0F24
(15,15,36)
#0D0D1F
(13,13,31)
#0B0B1A
(11,11,26)
#090915
(9,9,21)
#070710
(7,7,16)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #19193D

#19193D
(25,25,61)
#2D2D4E
(45,45,78)
#41415F
(65,65,95)
#555570
(85,85,112)
#696981
(105,105,129)
#7D7D92
(125,125,146)
#9191A3
(145,145,163)
#A5A5B4
(165,165,180)
#B9B9C5
(185,185,197)
#CDCDD6
(205,205,214)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19193D; }

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

This text font color is #19193D.


Background Color

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

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

This div background color is #19193D.


Border color

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

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

This div border color is #19193D.


Opacity

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

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

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

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

This text has shadow with #19193D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19193D on black background.


Color preview on white background

This text has color #19193D on white background.



Black color preview on #19193D background

This text has black color on #19193D background.


White color preview on #19193D background

This text has white color on #19193D background.