COLOR #195179

HEX: #195179 RGB: (25,81,121)

Color info

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

RGB color model

#195179 color RGB value is (25,81,121).

RGB: (25,81,121) (10%, 32%, 47%)

RGB channels and saturation

R 25 of 255 = 10%
G 81 of 255 = 32%
B 121 of 255 = 47%

25
81
121

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

Portions of RGB colors in percentages

R + G + B = 25 + 81 + 121 = 227 (100%)
R 25 of 227 ~ 11.01%
G 81 of 227 ~ 35.68%
B 121 of 227 ~ 53.3'%

%11.01
%35.68
%53.3

CMYK color model

#195179 color CMYK value is (79,33,0,53).

  • cyan value is 79.34%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (79,33,0,53) C79M33Y0K53 (79%,33%,0%,53%) (0.79/0.33/0.00/0.53) 

CMYK percentages

%79.34
%33.06
%0
%52.55

Codes

Color #195179 in popluar color models

19 51 79
RGB 25 81 121
HSL 205° 65.75% 28.63%
HSB/HSV 205° 79.34% 47.45%
CMYK 79.34% 33.06% 0.00%
52.55%

Color #195179 in popluar number systems.

HEX 19 51 79
Decimal 25 81 121
Binary 11001 1010001 1111001
Octal 31 121 171

Shades and tints

Shades of #195179

#195179
(25,81,121)
#174A6E
(23,74,110)
#154363
(21,67,99)
#133C58
(19,60,88)
#11354D
(17,53,77)
#0F2E42
(15,46,66)
#0D2737
(13,39,55)
#0B202C
(11,32,44)
#091921
(9,25,33)
#071216
(7,18,22)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #195179

#195179
(25,81,121)
#2D6085
(45,96,133)
#416F91
(65,111,145)
#557E9D
(85,126,157)
#698DA9
(105,141,169)
#7D9CB5
(125,156,181)
#91ABC1
(145,171,193)
#A5BACD
(165,186,205)
#B9C9D9
(185,201,217)
#CDD8E5
(205,216,229)
#E1E7F1
(225,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195179 color. Also use rgb(25,81,121) instead hex code.

Text Font Color

.myTextColor { color: #195179; }

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

This text font color is #195179.

Background Color

.myBgColor { background-color: #195179; }

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

This div background color is #195179.

Border color

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

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

This div border color is #195179.

Opacity

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

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

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

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

This text has shadow with #195179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195179.

Preview

Color preview on black background

This text has color #195179 on black background.


Color preview on white background

This text has color #195179 on white background.


Black color preview on #195179 background

This text has black color on #195179 background.


White color preview on #195179 background

This text has white color on #195179 background.


Related colors

Complementary color

Complementary color for #hex is #E6AE86.


I love getcolorcode.com

Triadic colors

1 #791951 and #517919 with #195179 are triadic colors.

2 #795119 and #511979 with #195179 are triadic colors.