COLOR #114196

HEX: #114196 RGB: (17,65,150)

Color info

#114196 contains mainly blue color. Web safe color of #114196 is #003399 (or #039).

RGB color model

#114196 color RGB value is (17,65,150).

RGB: (17,65,150) (7%, 25%, 59%)

RGB channels and saturation

R 17 of 255 = 7%
G 65 of 255 = 25%
B 150 of 255 = 59%

17
65
150

R + G + B ~ 30%. #114196 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 65 + 150 = 232 (100%)
R 17 of 232 ~ 7.33%
G 65 of 232 ~ 28.02%
B 150 of 232 ~ 64.66'%

%28.02
%64.66

CMYK color model

#114196 color CMYK value is (89,57,0,41).

  • cyan value is 88.67%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (89,57,0,41) C89M57Y0K41 (89%,57%,0%,41%) (0.89/0.57/0.00/0.41) 

CMYK percentages

%88.67
%56.67
%0
%41.18

Codes

Color #114196 in popluar color models

11 41 96
RGB 17 65 150
HSL 218° 79.64% 32.75%
HSB/HSV 218° 88.67% 58.82%
CMYK 88.67% 56.67% 0.00%
41.18%

Color #114196 in popluar number systems.

HEX 11 41 96
Decimal 17 65 150
Binary 10001 1000001 10010110
Octal 21 101 226

Shades and tints

Shades of #114196

#114196
(17,65,150)
#103C89
(16,60,137)
#0F377C
(15,55,124)
#0E326F
(14,50,111)
#0D2D62
(13,45,98)
#0C2855
(12,40,85)
#0B2348
(11,35,72)
#0A1E3B
(10,30,59)
#09192E
(9,25,46)
#081421
(8,20,33)
#070F14
(7,15,20)
#000000
(0,0,0)

Tints of #114196

#114196
(17,65,150)
#26529F
(38,82,159)
#3B63A8
(59,99,168)
#5074B1
(80,116,177)
#6585BA
(101,133,186)
#7A96C3
(122,150,195)
#8FA7CC
(143,167,204)
#A4B8D5
(164,184,213)
#B9C9DE
(185,201,222)
#CEDAE7
(206,218,231)
#E3EBF0
(227,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114196 color. Also use rgb(17,65,150) instead hex code.

Text Font Color

.myTextColor { color: #114196; }

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

This text font color is #114196.

Background Color

.myBgColor { background-color: #114196; }

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

This div background color is #114196.

Border color

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

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

This div border color is #114196.

Opacity

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

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

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

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

This text has shadow with #114196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114196.

Preview

Color preview on black background

This text has color #114196 on black background.


Color preview on white background

This text has color #114196 on white background.


Black color preview on #114196 background

This text has black color on #114196 background.


White color preview on #114196 background

This text has white color on #114196 background.


Related colors

Complementary color

Complementary color for #hex is #EEBE69.


I love getcolorcode.com

Triadic colors

1 #961141 and #419611 with #114196 are triadic colors.

2 #964111 and #411196 with #114196 are triadic colors.