COLOR #19235B

HEX: #19235B
RGB: (25,35,91)

Color info

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

RGB color model

#19235B color RGB value is (25,35,91).

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

RGB channels and saturation

R 25 of 255 = 10%
G 35 of 255 = 14%
B 91 of 255 = 36%

25
35
91

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

Portions of RGB colors in percentages

R + G + B =
25 + 35 + 91 = 151 (100%)
R 25 of 151 ~ 16.56%
G 35 of 151 ~ 23.18%
B 91 of 151 ~ 60.26%

%16.56
%23.18
%60.26

CMYK color model

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

  • cyan value is 72.53%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(73,62,0,64)
C73M62Y0K64 
(73%,62%,0%,64%)
(0.73/0.62/0.00/0.64)	

CMYK percentages

%72.53
%61.54
%0
%64.31

Codes

Color #19235B in popluar color models

19235B
RGB253591
HSL231°56.90%22.75%
HSB/HSV231°72.53%35.69%
CMYK72.53%61.54%0.00%
64.31%

Color #19235B in popluar number systems.

HEX19235B
Decimal253591
Binary110011000111011011
Octal3143133

Shades and tints

Shades of #19235B

#19235B
(25,35,91)
#172053
(23,32,83)
#151D4B
(21,29,75)
#131A43
(19,26,67)
#11173B
(17,23,59)
#0F1433
(15,20,51)
#0D112B
(13,17,43)
#0B0E23
(11,14,35)
#090B1B
(9,11,27)
#070813
(7,8,19)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #19235B

#19235B
(25,35,91)
#2D3769
(45,55,105)
#414B77
(65,75,119)
#555F85
(85,95,133)
#697393
(105,115,147)
#7D87A1
(125,135,161)
#919BAF
(145,155,175)
#A5AFBD
(165,175,189)
#B9C3CB
(185,195,203)
#CDD7D9
(205,215,217)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19235B; }

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

This text font color is #19235B.


Background Color

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

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

This div background color is #19235B.


Border color

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

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

This div border color is #19235B.


Opacity

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

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

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

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

This text has shadow with #19235B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19235B on black background.


Color preview on white background

This text has color #19235B on white background.



Black color preview on #19235B background

This text has black color on #19235B background.


White color preview on #19235B background

This text has white color on #19235B background.