COLOR #19365F

HEX: #19365F
RGB: (25,54,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

25
54
95

R + G + B ~ 23%. #19365F is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 54 + 95 = 174 (100%)
R 25 of 174 ~ 14.37%
G 54 of 174 ~ 31.03%
B 95 of 174 ~ 54.6%

%14.37
%31.03
%54.6

CMYK color model

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

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

CMYK percentages

%73.68
%43.16
%0
%62.75

Codes

Color #19365F in popluar color models

19365F
RGB255495
HSL215°58.33%23.53%
HSB/HSV215°73.68%37.25%
CMYK73.68%43.16%0.00%
62.75%

Color #19365F in popluar number systems.

HEX19365F
Decimal255495
Binary110011101101011111
Octal3166137

Shades and tints

Shades of #19365F

#19365F
(25,54,95)
#173257
(23,50,87)
#152E4F
(21,46,79)
#132A47
(19,42,71)
#11263F
(17,38,63)
#0F2237
(15,34,55)
#0D1E2F
(13,30,47)
#0B1A27
(11,26,39)
#09161F
(9,22,31)
#071217
(7,18,23)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #19365F

#19365F
(25,54,95)
#2D486D
(45,72,109)
#415A7B
(65,90,123)
#556C89
(85,108,137)
#697E97
(105,126,151)
#7D90A5
(125,144,165)
#91A2B3
(145,162,179)
#A5B4C1
(165,180,193)
#B9C6CF
(185,198,207)
#CDD8DD
(205,216,221)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19365F; }

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

This text font color is #19365F.


Background Color

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

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

This div background color is #19365F.


Border color

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

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

This div border color is #19365F.


Opacity

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

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

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

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

This text has shadow with #19365F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19365F on black background.


Color preview on white background

This text has color #19365F on white background.



Black color preview on #19365F background

This text has black color on #19365F background.


White color preview on #19365F background

This text has white color on #19365F background.