COLOR #195684

HEX: #195684
RGB: (25,86,132)

Color info

#195684 contains mainly green and blue colors. Web safe color of #195684 is #006699 (or #069).

RGB color model

#195684 color RGB value is (25,86,132).

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

RGB channels and saturation

R 25 of 255 = 10%
G 86 of 255 = 34%
B 132 of 255 = 52%

25
86
132

R + G + B ~ 32%. #195684 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 86 + 132 = 243 (100%)
R 25 of 243 ~ 10.29%
G 86 of 243 ~ 35.39%
B 132 of 243 ~ 54.32%

%10.29
%35.39
%54.32

CMYK color model

#195684 color CMYK value is (81,35,0,48).

  • cyan value is 81.06%
  • magenta value is 34.85%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(81,35,0,48)
C81M35Y0K48 
(81%,35%,0%,48%)
(0.81/0.35/0.00/0.48)	

CMYK percentages

%81.06
%34.85
%0
%48.24

Codes

Color #195684 in popluar color models

195684
RGB2586132
HSL206°68.15%30.78%
HSB/HSV206°81.06%51.76%
CMYK81.06%34.85%0.00%
48.24%

Color #195684 in popluar number systems.

HEX195684
Decimal2586132
Binary11001101011010000100
Octal31126204

Shades and tints

Shades of #195684

#195684
(25,86,132)
#174F78
(23,79,120)
#15486C
(21,72,108)
#134160
(19,65,96)
#113A54
(17,58,84)
#0F3348
(15,51,72)
#0D2C3C
(13,44,60)
#0B2530
(11,37,48)
#091E24
(9,30,36)
#071718
(7,23,24)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #195684

#195684
(25,86,132)
#2D658F
(45,101,143)
#41749A
(65,116,154)
#5583A5
(85,131,165)
#6992B0
(105,146,176)
#7DA1BB
(125,161,187)
#91B0C6
(145,176,198)
#A5BFD1
(165,191,209)
#B9CEDC
(185,206,220)
#CDDDE7
(205,221,231)
#E1ECF2
(225,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195684; }

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

This text font color is #195684.


Background Color

.myBgColor { background-color: #195684; }

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

This div background color is #195684.


Border color

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

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

This div border color is #195684.


Opacity

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

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

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

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

This text has shadow with #195684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195684 on black background.


Color preview on white background

This text has color #195684 on white background.



Black color preview on #195684 background

This text has black color on #195684 background.


White color preview on #195684 background

This text has white color on #195684 background.