COLOR #195498

HEX: #195498 RGB: (25,84,152)

Color info

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

RGB color model

#195498 color RGB value is (25,84,152).

RGB: (25,84,152) (10%, 33%, 60%)

RGB channels and saturation

R 25 of 255 = 10%
G 84 of 255 = 33%
B 152 of 255 = 60%

25
84
152

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

Portions of RGB colors in percentages

R + G + B = 25 + 84 + 152 = 261 (100%)
R 25 of 261 ~ 9.58%
G 84 of 261 ~ 32.18%
B 152 of 261 ~ 58.24'%

%32.18
%58.24

CMYK color model

#195498 color CMYK value is (84,45,0,40).

  • cyan value is 83.55%
  • magenta value is 44.74%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (84,45,0,40)
C84M45Y0K40 (84%, 45%, 0%, 40%)
(0.84 / 0.45 / 0.00 / 0.40)

CMYK percentages

%83.55
%44.74
%0
%40.39

Codes

Color #195498 in popluar color models

19 54 98
RGB 25 84 152
HSL 212° 71.75% 34.71%
HSB/HSV 212° 83.55% 59.61%
CMYK 83.55% 44.74% 0.00%
40.39%

Color #195498 in popluar number systems.

HEX 19 54 98
Decimal 25 84 152
Binary 11001 1010100 10011000
Octal 31 124 230

Shades and tints

Shades of #195498

#195498
(25,84,152)
#174D8B
(23,77,139)
#15467E
(21,70,126)
#133F71
(19,63,113)
#113864
(17,56,100)
#0F3157
(15,49,87)
#0D2A4A
(13,42,74)
#0B233D
(11,35,61)
#091C30
(9,28,48)
#071523
(7,21,35)
#050E16
(5,14,22)
#000000
(0,0,0)

Tints of #195498

#195498
(25,84,152)
#2D63A1
(45,99,161)
#4172AA
(65,114,170)
#5581B3
(85,129,179)
#6990BC
(105,144,188)
#7D9FC5
(125,159,197)
#91AECE
(145,174,206)
#A5BDD7
(165,189,215)
#B9CCE0
(185,204,224)
#CDDBE9
(205,219,233)
#E1EAF2
(225,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195498; }

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

This text font color is #195498.

Background Color

.myBgColor { background-color: #195498; }

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

This div background color is #195498.

Border color

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

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

This div border color is #195498.

Opacity

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

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

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

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

This text has shadow with #195498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195498.

Preview

Color preview on black background

This text has color #195498 on black background.


Color preview on white background

This text has color #195498 on white background.


Black color preview on #195498 background

This text has black color on #195498 background.


White color preview on #195498 background

This text has white color on #195498 background.


Related colors

Complementary color

Complementary color for #195498 is #E6AB67.


I love getcolorcode.com

Triadic colors

1 #981954 and #549819 with #195498 are triadic colors.

2 #985419 and #541998 with #195498 are triadic colors.