COLOR #195255

HEX: #195255 RGB: (25,82,85)

Color info

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

RGB color model

#195255 color RGB value is (25,82,85).

RGB: (25,82,85) (10%, 32%, 33%)

RGB channels and saturation

R 25 of 255 = 10%
G 82 of 255 = 32%
B 85 of 255 = 33%

25
82
85

R + G + B ~ 25%. #195255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 82 + 85 = 192 (100%)
R 25 of 192 ~ 13.02%
G 82 of 192 ~ 42.71%
B 85 of 192 ~ 44.27'%

%13.02
%42.71
%44.27

CMYK color model

#195255 color CMYK value is (71,4,0,67).

  • cyan value is 70.59%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (71,4,0,67)
C71M4Y0K67 (71%, 4%, 0%, 67%)
(0.71 / 0.04 / 0.00 / 0.67)

CMYK percentages

%70.59
%3.53
%0
%66.67

Codes

Color #195255 in popluar color models

19 52 55
RGB 25 82 85
HSL 183° 54.55% 21.57%
HSB/HSV 183° 70.59% 33.33%
CMYK 70.59% 3.53% 0.00%
66.67%

Color #195255 in popluar number systems.

HEX 19 52 55
Decimal 25 82 85
Binary 11001 1010010 1010101
Octal 31 122 125

Shades and tints

Shades of #195255

#195255
(25,82,85)
#174B4E
(23,75,78)
#154447
(21,68,71)
#133D40
(19,61,64)
#113639
(17,54,57)
#0F2F32
(15,47,50)
#0D282B
(13,40,43)
#0B2124
(11,33,36)
#091A1D
(9,26,29)
#071316
(7,19,22)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #195255

#195255
(25,82,85)
#2D6164
(45,97,100)
#417073
(65,112,115)
#557F82
(85,127,130)
#698E91
(105,142,145)
#7D9DA0
(125,157,160)
#91ACAF
(145,172,175)
#A5BBBE
(165,187,190)
#B9CACD
(185,202,205)
#CDD9DC
(205,217,220)
#E1E8EB
(225,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195255 color. Also use rgb(25,82,85) instead hex code.

Text Font Color

.myTextColor { color: #195255; }

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

This text font color is #195255.

Background Color

.myBgColor { background-color: #195255; }

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

This div background color is #195255.

Border color

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

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

This div border color is #195255.

Opacity

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

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

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

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

This text has shadow with #195255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195255.

Preview

Color preview on black background

This text has color #195255 on black background.


Color preview on white background

This text has color #195255 on white background.


Black color preview on #195255 background

This text has black color on #195255 background.


White color preview on #195255 background

This text has white color on #195255 background.


Related colors

Complementary color

Complementary color for #hex is #E6ADAA.


I love getcolorcode.com

Triadic colors

1 #551952 and #525519 with #195255 are triadic colors.

2 #555219 and #521955 with #195255 are triadic colors.