COLOR #196F9D

HEX: #196F9D RGB: (25,111,157)

Color info

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

RGB color model

#196F9D color RGB value is (25,111,157).

RGB: (25,111,157) (10%, 44%, 62%)

RGB channels and saturation

R 25 of 255 = 10%
G 111 of 255 = 44%
B 157 of 255 = 62%

25
111
157

R + G + B ~ 39%. #196F9D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 111 + 157 = 293 (100%)
R 25 of 293 ~ 8.53%
G 111 of 293 ~ 37.88%
B 157 of 293 ~ 53.58'%

%37.88
%53.58

CMYK color model

#196F9D color CMYK value is (84,29,0,38).

  • cyan value is 84.08%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (84,29,0,38) C84M29Y0K38 (84%,29%,0%,38%) (0.84/0.29/0.00/0.38) 

CMYK percentages

%84.08
%29.3
%0
%38.43

Codes

Color #196F9D in popluar color models

19 6F 9D
RGB 25 111 157
HSL 201° 72.53% 35.69%
HSB/HSV 201° 84.08% 61.57%
CMYK 84.08% 29.30% 0.00%
38.43%

Color #196F9D in popluar number systems.

HEX 19 6F 9D
Decimal 25 111 157
Binary 11001 1101111 10011101
Octal 31 157 235

Shades and tints

Shades of #196F9D

#196F9D
(25,111,157)
#17658F
(23,101,143)
#155B81
(21,91,129)
#135173
(19,81,115)
#114765
(17,71,101)
#0F3D57
(15,61,87)
#0D3349
(13,51,73)
#0B293B
(11,41,59)
#091F2D
(9,31,45)
#07151F
(7,21,31)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #196F9D

#196F9D
(25,111,157)
#2D7CA5
(45,124,165)
#4189AD
(65,137,173)
#5596B5
(85,150,181)
#69A3BD
(105,163,189)
#7DB0C5
(125,176,197)
#91BDCD
(145,189,205)
#A5CAD5
(165,202,213)
#B9D7DD
(185,215,221)
#CDE4E5
(205,228,229)
#E1F1ED
(225,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196F9D color. Also use rgb(25,111,157) instead hex code.

Text Font Color

.myTextColor { color: #196F9D; }

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

This text font color is #196F9D.

Background Color

.myBgColor { background-color: #196F9D; }

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

This div background color is #196F9D.

Border color

.myBorderColor { border: 1px solid #196F9D; }

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

This div border color is #196F9D.

Opacity

.myOpacity80 { color: #196F9D; opacity: 0.8; }

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

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

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

This text has shadow with #196F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #196F9D.

Preview

Color preview on black background

This text has color #196F9D on black background.


Color preview on white background

This text has color #196F9D on white background.


Black color preview on #196F9D background

This text has black color on #196F9D background.


White color preview on #196F9D background

This text has white color on #196F9D background.


Related colors

Complementary color

Complementary color for #hex is #E69062.


I love getcolorcode.com

Triadic colors

1 #9D196F and #6F9D19 with #196F9D are triadic colors.

2 #9D6F19 and #6F199D with #196F9D are triadic colors.