COLOR #195495

HEX: #195495 RGB: (25,84,149)

Color info

#195495 contains mainly blue color. Web safe color of #195495 is #006699 (or #069).

RGB color model

#195495 color RGB value is (25,84,149).

RGB: (25,84,149) (10%, 33%, 58%)

RGB channels and saturation

R 25 of 255 = 10%
G 84 of 255 = 33%
B 149 of 255 = 58%

25
84
149

R + G + B ~ 34%. #195495 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 84 + 149 = 258 (100%)
R 25 of 258 ~ 9.69%
G 84 of 258 ~ 32.56%
B 149 of 258 ~ 57.75'%

%9.69
%32.56
%57.75

CMYK color model

#195495 color CMYK value is (83,44,0,42).

  • cyan value is 83.22%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (83,44,0,42) C83M44Y0K42 (83%,44%,0%,42%) (0.83/0.44/0.00/0.42) 

CMYK percentages

%83.22
%43.62
%0
%41.57

Codes

Color #195495 in popluar color models

19 54 95
RGB 25 84 149
HSL 211° 71.26% 34.12%
HSB/HSV 211° 83.22% 58.43%
CMYK 83.22% 43.62% 0.00%
41.57%

Color #195495 in popluar number systems.

HEX 19 54 95
Decimal 25 84 149
Binary 11001 1010100 10010101
Octal 31 124 225

Shades and tints

Shades of #195495

#195495
(25,84,149)
#174D88
(23,77,136)
#15467B
(21,70,123)
#133F6E
(19,63,110)
#113861
(17,56,97)
#0F3154
(15,49,84)
#0D2A47
(13,42,71)
#0B233A
(11,35,58)
#091C2D
(9,28,45)
#071520
(7,21,32)
#050E13
(5,14,19)
#000000
(0,0,0)

Tints of #195495

#195495
(25,84,149)
#2D639E
(45,99,158)
#4172A7
(65,114,167)
#5581B0
(85,129,176)
#6990B9
(105,144,185)
#7D9FC2
(125,159,194)
#91AECB
(145,174,203)
#A5BDD4
(165,189,212)
#B9CCDD
(185,204,221)
#CDDBE6
(205,219,230)
#E1EAEF
(225,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195495 color. Also use rgb(25,84,149) instead hex code.

Text Font Color

.myTextColor { color: #195495; }

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

This text font color is #195495.

Background Color

.myBgColor { background-color: #195495; }

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

This div background color is #195495.

Border color

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

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

This div border color is #195495.

Opacity

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

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

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

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

This text has shadow with #195495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195495.

Preview

Color preview on black background

This text has color #195495 on black background.


Color preview on white background

This text has color #195495 on white background.


Black color preview on #195495 background

This text has black color on #195495 background.


White color preview on #195495 background

This text has white color on #195495 background.


Related colors

Complementary color

Complementary color for #hex is #E6AB6A.


I love getcolorcode.com

Triadic colors

1 #951954 and #549519 with #195495 are triadic colors.

2 #955419 and #541995 with #195495 are triadic colors.