COLOR #19596F

HEX: #19596F RGB: (25,89,111)

Color info

#19596F contains mainly green and blue colors. Web safe color of #19596F is #006666 (or #066).

RGB color model

#19596F color RGB value is (25,89,111).

RGB: (25,89,111) (10%, 35%, 44%)

RGB channels and saturation

R 25 of 255 = 10%
G 89 of 255 = 35%
B 111 of 255 = 44%

25
89
111

R + G + B ~ 30%. #19596F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 89 + 111 = 225 (100%)
R 25 of 225 ~ 11.11%
G 89 of 225 ~ 39.56%
B 111 of 225 ~ 49.33'%

%11.11
%39.56
%49.33

CMYK color model

#19596F color CMYK value is (77,20,0,56).

  • cyan value is 77.48%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (77,20,0,56)
C77M20Y0K56 (77%, 20%, 0%, 56%)
(0.77 / 0.20 / 0.00 / 0.56)

CMYK percentages

%77.48
%19.82
%0
%56.47

Codes

Color #19596F in popluar color models

19 59 6F
RGB 25 89 111
HSL 195° 63.24% 26.67%
HSB/HSV 195° 77.48% 43.53%
CMYK 77.48% 19.82% 0.00%
56.47%

Color #19596F in popluar number systems.

HEX 19 59 6F
Decimal 25 89 111
Binary 11001 1011001 1101111
Octal 31 131 157

Shades and tints

Shades of #19596F

#19596F
(25,89,111)
#175165
(23,81,101)
#15495B
(21,73,91)
#134151
(19,65,81)
#113947
(17,57,71)
#0F313D
(15,49,61)
#0D2933
(13,41,51)
#0B2129
(11,33,41)
#09191F
(9,25,31)
#071115
(7,17,21)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #19596F

#19596F
(25,89,111)
#2D687C
(45,104,124)
#417789
(65,119,137)
#558696
(85,134,150)
#6995A3
(105,149,163)
#7DA4B0
(125,164,176)
#91B3BD
(145,179,189)
#A5C2CA
(165,194,202)
#B9D1D7
(185,209,215)
#CDE0E4
(205,224,228)
#E1EFF1
(225,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19596F; }

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

This text font color is #19596F.

Background Color

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

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

This div background color is #19596F.

Border color

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

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

This div border color is #19596F.

Opacity

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

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

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

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

This text has shadow with #19596F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19596F.

Preview

Color preview on black background

This text has color #19596F on black background.


Color preview on white background

This text has color #19596F on white background.


Black color preview on #19596F background

This text has black color on #19596F background.


White color preview on #19596F background

This text has white color on #19596F background.


Related colors

Complementary color

Complementary color for #hex is #E6A690.


I love getcolorcode.com

Triadic colors

1 #6F1959 and #596F19 with #19596F are triadic colors.

2 #6F5919 and #59196F with #19596F are triadic colors.