COLOR #19155D

HEX: #19155D
RGB: (25,21,93)

Color info

#19155D contains mainly blue color. Web safe color of #19155D is #000066 (or #006).

RGB color model

#19155D color RGB value is (25,21,93).

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

RGB channels and saturation

R 25 of 255 = 10%
G 21 of 255 = 8%
B 93 of 255 = 36%

25
21
93

R + G + B ~ 18%. #19155D is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 21 + 93 = 139 (100%)
R 25 of 139 ~ 17.99%
G 21 of 139 ~ 15.11%
B 93 of 139 ~ 66.91%

%17.99
%15.11
%66.91

CMYK color model

#19155D color CMYK value is (73,77,0,64).

  • cyan value is 73.12%
  • magenta value is 77.42%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(73,77,0,64)
C73M77Y0K64 
(73%,77%,0%,64%)
(0.73/0.77/0.00/0.64)	

CMYK percentages

%73.12
%77.42
%0
%63.53

Codes

Color #19155D in popluar color models

19155D
RGB252193
HSL243°63.16%22.35%
HSB/HSV243°77.42%36.47%
CMYK73.12%77.42%0.00%
63.53%

Color #19155D in popluar number systems.

HEX19155D
Decimal252193
Binary11001101011011101
Octal3125135

Shades and tints

Shades of #19155D

#19155D
(25,21,93)
#171455
(23,20,85)
#15134D
(21,19,77)
#131245
(19,18,69)
#11113D
(17,17,61)
#0F1035
(15,16,53)
#0D0F2D
(13,15,45)
#0B0E25
(11,14,37)
#090D1D
(9,13,29)
#070C15
(7,12,21)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #19155D

#19155D
(25,21,93)
#2D2A6B
(45,42,107)
#413F79
(65,63,121)
#555487
(85,84,135)
#696995
(105,105,149)
#7D7EA3
(125,126,163)
#9193B1
(145,147,177)
#A5A8BF
(165,168,191)
#B9BDCD
(185,189,205)
#CDD2DB
(205,210,219)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19155D; }

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

This text font color is #19155D.


Background Color

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

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

This div background color is #19155D.


Border color

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

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

This div border color is #19155D.


Opacity

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

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

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

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

This text has shadow with #19155D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19155D on black background.


Color preview on white background

This text has color #19155D on white background.



Black color preview on #19155D background

This text has black color on #19155D background.


White color preview on #19155D background

This text has white color on #19155D background.