COLOR #195665

HEX: #195665
RGB: (25,86,101)

Color info

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

RGB color model

#195665 color RGB value is (25,86,101).

  • red value is 25;
  • green value is 86;
  • blue value is 101.
RGB:
(25,86,101)
(10%,34%,40%)

RGB channels and saturation

R 25 of 255 = 10%
G 86 of 255 = 34%
B 101 of 255 = 40%

25
86
101

R + G + B ~ 28%. #195665 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 86 + 101 = 212 (100%)
R 25 of 212 ~ 11.79%
G 86 of 212 ~ 40.57%
B 101 of 212 ~ 47.64%

%11.79
%40.57
%47.64

CMYK color model

#195665 color CMYK value is (75,15,0,60).

  • cyan value is 75.25%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(75,15,0,60)
C75M15Y0K60 
(75%,15%,0%,60%)
(0.75/0.15/0.00/0.60)	

CMYK percentages

%75.25
%14.85
%0
%60.39

Codes

Color #195665 in popluar color models

195665
RGB2586101
HSL192°60.32%24.71%
HSB/HSV192°75.25%39.61%
CMYK75.25%14.85%0.00%
60.39%

Color #195665 in popluar number systems.

HEX195665
Decimal2586101
Binary1100110101101100101
Octal31126145

Shades and tints

Shades of #195665

#195665
(25,86,101)
#174F5C
(23,79,92)
#154853
(21,72,83)
#13414A
(19,65,74)
#113A41
(17,58,65)
#0F3338
(15,51,56)
#0D2C2F
(13,44,47)
#0B2526
(11,37,38)
#091E1D
(9,30,29)
#071714
(7,23,20)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #195665

#195665
(25,86,101)
#2D6573
(45,101,115)
#417481
(65,116,129)
#55838F
(85,131,143)
#69929D
(105,146,157)
#7DA1AB
(125,161,171)
#91B0B9
(145,176,185)
#A5BFC7
(165,191,199)
#B9CED5
(185,206,213)
#CDDDE3
(205,221,227)
#E1ECF1
(225,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195665 color. Also use rgb(25,86,101) instead hex code.

Text Font Color

.myTextColor { color: #195665; }

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

This text font color is #195665.


Background Color

.myBgColor { background-color: #195665; }

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

This div background color is #195665.


Border color

.myBorderColor { border: 1px solid #195665; }

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

This div border color is #195665.


Opacity

.myOpacity80 { color: #195665; opacity: 0.8; }

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

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

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

This text has shadow with #195665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195665 on black background.


Color preview on white background

This text has color #195665 on white background.



Black color preview on #195665 background

This text has black color on #195665 background.


White color preview on #195665 background

This text has white color on #195665 background.