COLOR #19195F

HEX: #19195F
RGB: (25,25,95)

Color info

#19195F contains mainly blue color. Web safe color of #19195F is #000066 (or #006).

RGB color model

#19195F color RGB value is (25,25,95).

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

RGB channels and saturation

R 25 of 255 = 10%
G 25 of 255 = 10%
B 95 of 255 = 37%

25
25
95

R + G + B ~ 19%. #19195F is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 95 = 145 (100%)
R 25 of 145 ~ 17.24%
G 25 of 145 ~ 17.24%
B 95 of 145 ~ 65.52%

%17.24
%17.24
%65.52

CMYK color model

#19195F color CMYK value is (74,74,0,63).

  • cyan value is 73.68%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(74,74,0,63)
C74M74Y0K63 
(74%,74%,0%,63%)
(0.74/0.74/0.00/0.63)	

CMYK percentages

%73.68
%73.68
%0
%62.75

Codes

Color #19195F in popluar color models

19195F
RGB252595
HSL240°58.33%23.53%
HSB/HSV240°73.68%37.25%
CMYK73.68%73.68%0.00%
62.75%

Color #19195F in popluar number systems.

HEX19195F
Decimal252595
Binary11001110011011111
Octal3131137

Shades and tints

Shades of #19195F

#19195F
(25,25,95)
#171757
(23,23,87)
#15154F
(21,21,79)
#131347
(19,19,71)
#11113F
(17,17,63)
#0F0F37
(15,15,55)
#0D0D2F
(13,13,47)
#0B0B27
(11,11,39)
#09091F
(9,9,31)
#070717
(7,7,23)
#05050F
(5,5,15)
#000000
(0,0,0)

Tints of #19195F

#19195F
(25,25,95)
#2D2D6D
(45,45,109)
#41417B
(65,65,123)
#555589
(85,85,137)
#696997
(105,105,151)
#7D7DA5
(125,125,165)
#9191B3
(145,145,179)
#A5A5C1
(165,165,193)
#B9B9CF
(185,185,207)
#CDCDDD
(205,205,221)
#E1E1EB
(225,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19195F color. Also use rgb(25,25,95) instead hex code.

Text Font Color

.myTextColor { color: #19195F; }

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

This text font color is #19195F.


Background Color

.myBgColor { background-color: #19195F; }

<div style="background-color:#19195F">Inner text</div>

This div background color is #19195F.


Border color

.myBorderColor { border: 1px solid #19195F; }

<div style="border:3px solid #19195F">Div</div>

This div border color is #19195F.


Opacity

.myOpacity80 { color: #19195F; opacity: 0.8; }

<p style="color:#19195F;opacity:0.8;">80%</p>

Text with #19195F 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 #19195F;}

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

This text has shadow with #19195F color.

.textShadow {text-shadow: 3px 3px 1px #19195F, 3px 3px 1px red;}

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

This text has shadow with #19195F primary color and red secondary color.


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

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

This text has shadow with #19195F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19195F on black background.


Color preview on white background

This text has color #19195F on white background.



Black color preview on #19195F background

This text has black color on #19195F background.


White color preview on #19195F background

This text has white color on #19195F background.