COLOR #19196B

HEX: #19196B
RGB: (25,25,107)

Color info

#19196B contains mainly blue color. Web safe color of #19196B is #000066 (or #006).

RGB color model

#19196B color RGB value is (25,25,107).

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

RGB channels and saturation

R 25 of 255 = 10%
G 25 of 255 = 10%
B 107 of 255 = 42%

25
25
107

R + G + B ~ 21%. #19196B is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 107 = 157 (100%)
R 25 of 157 ~ 15.92%
G 25 of 157 ~ 15.92%
B 107 of 157 ~ 68.15%

%15.92
%15.92
%68.15

CMYK color model

#19196B color CMYK value is (77,77,0,58).

  • cyan value is 76.64%
  • magenta value is 76.64%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(77,77,0,58)
C77M77Y0K58 
(77%,77%,0%,58%)
(0.77/0.77/0.00/0.58)	

CMYK percentages

%76.64
%76.64
%0
%58.04

Codes

Color #19196B in popluar color models

19196B
RGB2525107
HSL240°62.12%25.88%
HSB/HSV240°76.64%41.96%
CMYK76.64%76.64%0.00%
58.04%

Color #19196B in popluar number systems.

HEX19196B
Decimal2525107
Binary11001110011101011
Octal3131153

Shades and tints

Shades of #19196B

#19196B
(25,25,107)
#171762
(23,23,98)
#151559
(21,21,89)
#131350
(19,19,80)
#111147
(17,17,71)
#0F0F3E
(15,15,62)
#0D0D35
(13,13,53)
#0B0B2C
(11,11,44)
#090923
(9,9,35)
#07071A
(7,7,26)
#050511
(5,5,17)
#000000
(0,0,0)

Tints of #19196B

#19196B
(25,25,107)
#2D2D78
(45,45,120)
#414185
(65,65,133)
#555592
(85,85,146)
#69699F
(105,105,159)
#7D7DAC
(125,125,172)
#9191B9
(145,145,185)
#A5A5C6
(165,165,198)
#B9B9D3
(185,185,211)
#CDCDE0
(205,205,224)
#E1E1ED
(225,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19196B color. Also use rgb(25,25,107) instead hex code.

Text Font Color

.myTextColor { color: #19196B; }

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

This text font color is #19196B.


Background Color

.myBgColor { background-color: #19196B; }

<div style="background-color:#19196B">Inner text</div>

This div background color is #19196B.


Border color

.myBorderColor { border: 1px solid #19196B; }

<div style="border:3px solid #19196B">Div</div>

This div border color is #19196B.


Opacity

.myOpacity80 { color: #19196B; opacity: 0.8; }

<p style="color:#19196B;opacity:0.8;">80%</p>

Text with #19196B 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 #19196B;}

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

This text has shadow with #19196B color.

.textShadow {text-shadow: 3px 3px 1px #19196B, 3px 3px 1px red;}

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

This text has shadow with #19196B primary color and red secondary color.


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

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

This text has shadow with #19196B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19196B on black background.


Color preview on white background

This text has color #19196B on white background.



Black color preview on #19196B background

This text has black color on #19196B background.


White color preview on #19196B background

This text has white color on #19196B background.