COLOR #195769

HEX: #195769 RGB: (25,87,105)

Color info

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

RGB color model

#195769 color RGB value is (25,87,105).

RGB: (25,87,105) (10%, 34%, 41%)

RGB channels and saturation

R 25 of 255 = 10%
G 87 of 255 = 34%
B 105 of 255 = 41%

25
87
105

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

Portions of RGB colors in percentages

R + G + B = 25 + 87 + 105 = 217 (100%)
R 25 of 217 ~ 11.52%
G 87 of 217 ~ 40.09%
B 105 of 217 ~ 48.39'%

%11.52
%40.09
%48.39

CMYK color model

#195769 color CMYK value is (76,17,0,59).

  • cyan value is 76.19%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (76,17,0,59)
C76M17Y0K59 (76%, 17%, 0%, 59%)
(0.76 / 0.17 / 0.00 / 0.59)

CMYK percentages

%76.19
%17.14
%0
%58.82

Codes

Color #195769 in popluar color models

19 57 69
RGB 25 87 105
HSL 194° 61.54% 25.49%
HSB/HSV 194° 76.19% 41.18%
CMYK 76.19% 17.14% 0.00%
58.82%

Color #195769 in popluar number systems.

HEX 19 57 69
Decimal 25 87 105
Binary 11001 1010111 1101001
Octal 31 127 151

Shades and tints

Shades of #195769

#195769
(25,87,105)
#175060
(23,80,96)
#154957
(21,73,87)
#13424E
(19,66,78)
#113B45
(17,59,69)
#0F343C
(15,52,60)
#0D2D33
(13,45,51)
#0B262A
(11,38,42)
#091F21
(9,31,33)
#071818
(7,24,24)
#05110F
(5,17,15)
#000000
(0,0,0)

Tints of #195769

#195769
(25,87,105)
#2D6676
(45,102,118)
#417583
(65,117,131)
#558490
(85,132,144)
#69939D
(105,147,157)
#7DA2AA
(125,162,170)
#91B1B7
(145,177,183)
#A5C0C4
(165,192,196)
#B9CFD1
(185,207,209)
#CDDEDE
(205,222,222)
#E1EDEB
(225,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195769 color. Also use rgb(25,87,105) instead hex code.

Text Font Color

.myTextColor { color: #195769; }

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

This text font color is #195769.

Background Color

.myBgColor { background-color: #195769; }

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

This div background color is #195769.

Border color

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

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

This div border color is #195769.

Opacity

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

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

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

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

This text has shadow with #195769 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195769.

Preview

Color preview on black background

This text has color #195769 on black background.


Color preview on white background

This text has color #195769 on white background.


Black color preview on #195769 background

This text has black color on #195769 background.


White color preview on #195769 background

This text has white color on #195769 background.


Related colors

Complementary color

Complementary color for #hex is #E6A896.


I love getcolorcode.com

Triadic colors

1 #691957 and #576919 with #195769 are triadic colors.

2 #695719 and #571969 with #195769 are triadic colors.