COLOR #114689

HEX: #114689 RGB: (17,70,137)

Color info

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

RGB color model

#114689 color RGB value is (17,70,137).

RGB: (17,70,137) (7%, 27%, 54%)

RGB channels and saturation

R 17 of 255 = 7%
G 70 of 255 = 27%
B 137 of 255 = 54%

17
70
137

R + G + B ~ 29%. #114689 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 70 + 137 = 224 (100%)
R 17 of 224 ~ 7.59%
G 70 of 224 ~ 31.25%
B 137 of 224 ~ 61.16'%

%31.25
%61.16

CMYK color model

#114689 color CMYK value is (88,49,0,46).

  • cyan value is 87.59%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (88,49,0,46)
C88M49Y0K46 (88%, 49%, 0%, 46%)
(0.88 / 0.49 / 0.00 / 0.46)

CMYK percentages

%87.59
%48.91
%0
%46.27

Codes

Color #114689 in popluar color models

11 46 89
RGB 17 70 137
HSL 214° 77.92% 30.20%
HSB/HSV 214° 87.59% 53.73%
CMYK 87.59% 48.91% 0.00%
46.27%

Color #114689 in popluar number systems.

HEX 11 46 89
Decimal 17 70 137
Binary 10001 1000110 10001001
Octal 21 106 211

Shades and tints

Shades of #114689

#114689
(17,70,137)
#10407D
(16,64,125)
#0F3A71
(15,58,113)
#0E3465
(14,52,101)
#0D2E59
(13,46,89)
#0C284D
(12,40,77)
#0B2241
(11,34,65)
#0A1C35
(10,28,53)
#091629
(9,22,41)
#08101D
(8,16,29)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #114689

#114689
(17,70,137)
#265693
(38,86,147)
#3B669D
(59,102,157)
#5076A7
(80,118,167)
#6586B1
(101,134,177)
#7A96BB
(122,150,187)
#8FA6C5
(143,166,197)
#A4B6CF
(164,182,207)
#B9C6D9
(185,198,217)
#CED6E3
(206,214,227)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114689 color. Also use rgb(17,70,137) instead hex code.

Text Font Color

.myTextColor { color: #114689; }

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

This text font color is #114689.

Background Color

.myBgColor { background-color: #114689; }

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

This div background color is #114689.

Border color

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

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

This div border color is #114689.

Opacity

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

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

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

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

This text has shadow with #114689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114689.

Preview

Color preview on black background

This text has color #114689 on black background.


Color preview on white background

This text has color #114689 on white background.


Black color preview on #114689 background

This text has black color on #114689 background.


White color preview on #114689 background

This text has white color on #114689 background.


Related colors

Complementary color

Complementary color for #hex is #EEB976.


I love getcolorcode.com

Triadic colors

1 #891146 and #468911 with #114689 are triadic colors.

2 #894611 and #461189 with #114689 are triadic colors.