COLOR #196C9D

HEX: #196C9D RGB: (25,108,157)

Color info

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

RGB color model

#196C9D color RGB value is (25,108,157).

RGB: (25,108,157) (10%, 42%, 62%)

RGB channels and saturation

R 25 of 255 = 10%
G 108 of 255 = 42%
B 157 of 255 = 62%

25
108
157

R + G + B ~ 38%. #196C9D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 108 + 157 = 290 (100%)
R 25 of 290 ~ 8.62%
G 108 of 290 ~ 37.24%
B 157 of 290 ~ 54.14'%

%37.24
%54.14

CMYK color model

#196C9D color CMYK value is (84,31,0,38).

  • cyan value is 84.08%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (84,31,0,38)
C84M31Y0K38 (84%, 31%, 0%, 38%)
(0.84 / 0.31 / 0.00 / 0.38)

CMYK percentages

%84.08
%31.21
%0
%38.43

Codes

Color #196C9D in popluar color models

19 6C 9D
RGB 25 108 157
HSL 202° 72.53% 35.69%
HSB/HSV 202° 84.08% 61.57%
CMYK 84.08% 31.21% 0.00%
38.43%

Color #196C9D in popluar number systems.

HEX 19 6C 9D
Decimal 25 108 157
Binary 11001 1101100 10011101
Octal 31 154 235

Shades and tints

Shades of #196C9D

#196C9D
(25,108,157)
#17638F
(23,99,143)
#155A81
(21,90,129)
#135173
(19,81,115)
#114865
(17,72,101)
#0F3F57
(15,63,87)
#0D3649
(13,54,73)
#0B2D3B
(11,45,59)
#09242D
(9,36,45)
#071B1F
(7,27,31)
#051211
(5,18,17)
#000000
(0,0,0)

Tints of #196C9D

#196C9D
(25,108,157)
#2D79A5
(45,121,165)
#4186AD
(65,134,173)
#5593B5
(85,147,181)
#69A0BD
(105,160,189)
#7DADC5
(125,173,197)
#91BACD
(145,186,205)
#A5C7D5
(165,199,213)
#B9D4DD
(185,212,221)
#CDE1E5
(205,225,229)
#E1EEED
(225,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #196C9D; }

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

This text font color is #196C9D.

Background Color

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

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

This div background color is #196C9D.

Border color

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

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

This div border color is #196C9D.

Opacity

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

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

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

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

This text has shadow with #196C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #196C9D.

Preview

Color preview on black background

This text has color #196C9D on black background.


Color preview on white background

This text has color #196C9D on white background.


Black color preview on #196C9D background

This text has black color on #196C9D background.


White color preview on #196C9D background

This text has white color on #196C9D background.


Related colors

Complementary color

Complementary color for #hex is #E69362.


I love getcolorcode.com

Triadic colors

1 #9D196C and #6C9D19 with #196C9D are triadic colors.

2 #9D6C19 and #6C199D with #196C9D are triadic colors.