COLOR #19215B

HEX: #19215B
RGB: (25,33,91)

Color info

#19215B contains mainly green and blue colors. Web safe color of #19215B is #003366 (or #036).

RGB color model

#19215B color RGB value is (25,33,91).

  • red value is 25;
  • green value is 33;
  • blue value is 91.
RGB:
(25,33,91)
(10%,13%,36%)

RGB channels and saturation

R 25 of 255 = 10%
G 33 of 255 = 13%
B 91 of 255 = 36%

25
33
91

R + G + B ~ 20%. #19215B is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 33 + 91 = 149 (100%)
R 25 of 149 ~ 16.78%
G 33 of 149 ~ 22.15%
B 91 of 149 ~ 61.07%

%16.78
%22.15
%61.07

CMYK color model

#19215B color CMYK value is (73,64,0,64).

  • cyan value is 72.53%
  • magenta value is 63.74%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(73,64,0,64)
C73M64Y0K64 
(73%,64%,0%,64%)
(0.73/0.64/0.00/0.64)	

CMYK percentages

%72.53
%63.74
%0
%64.31

Codes

Color #19215B in popluar color models

19215B
RGB253391
HSL233°56.90%22.75%
HSB/HSV233°72.53%35.69%
CMYK72.53%63.74%0.00%
64.31%

Color #19215B in popluar number systems.

HEX19215B
Decimal253391
Binary110011000011011011
Octal3141133

Shades and tints

Shades of #19215B

#19215B
(25,33,91)
#171E53
(23,30,83)
#151B4B
(21,27,75)
#131843
(19,24,67)
#11153B
(17,21,59)
#0F1233
(15,18,51)
#0D0F2B
(13,15,43)
#0B0C23
(11,12,35)
#09091B
(9,9,27)
#070613
(7,6,19)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #19215B

#19215B
(25,33,91)
#2D3569
(45,53,105)
#414977
(65,73,119)
#555D85
(85,93,133)
#697193
(105,113,147)
#7D85A1
(125,133,161)
#9199AF
(145,153,175)
#A5ADBD
(165,173,189)
#B9C1CB
(185,193,203)
#CDD5D9
(205,213,217)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19215B; }

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

This text font color is #19215B.


Background Color

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

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

This div background color is #19215B.


Border color

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

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

This div border color is #19215B.


Opacity

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

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

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

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

This text has shadow with #19215B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19215B on black background.


Color preview on white background

This text has color #19215B on white background.



Black color preview on #19215B background

This text has black color on #19215B background.


White color preview on #19215B background

This text has white color on #19215B background.