COLOR #114A99

HEX: #114A99
RGB: (17,74,153)

Color info

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

RGB color model

#114A99 color RGB value is (17,74,153).

  • red value is 17;
  • green value is 74;
  • blue value is 153.
RGB:
(17,74,153)
(7%,29%,60%)

RGB channels and saturation

R 17 of 255 = 7%
G 74 of 255 = 29%
B 153 of 255 = 60%

17
74
153

R + G + B ~ 32%. #114A99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 74 + 153 = 244 (100%)
R 17 of 244 ~ 6.97%
G 74 of 244 ~ 30.33%
B 153 of 244 ~ 62.7%

%30.33
%62.7

CMYK color model

#114A99 color CMYK value is (89,52,0,40).

  • cyan value is 88.89%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(89,52,0,40)
C89M52Y0K40 
(89%,52%,0%,40%)
(0.89/0.52/0.00/0.40)	

CMYK percentages

%88.89
%51.63
%0
%40

Codes

Color #114A99 in popluar color models

114A99
RGB1774153
HSL215°80.00%33.33%
HSB/HSV215°88.89%60.00%
CMYK88.89%51.63%0.00%
40.00%

Color #114A99 in popluar number systems.

HEX114A99
Decimal1774153
Binary10001100101010011001
Octal21112231

Shades and tints

Shades of #114A99

#114A99
(17,74,153)
#10448C
(16,68,140)
#0F3E7F
(15,62,127)
#0E3872
(14,56,114)
#0D3265
(13,50,101)
#0C2C58
(12,44,88)
#0B264B
(11,38,75)
#0A203E
(10,32,62)
#091A31
(9,26,49)
#081424
(8,20,36)
#070E17
(7,14,23)
#000000
(0,0,0)

Tints of #114A99

#114A99
(17,74,153)
#265AA2
(38,90,162)
#3B6AAB
(59,106,171)
#507AB4
(80,122,180)
#658ABD
(101,138,189)
#7A9AC6
(122,154,198)
#8FAACF
(143,170,207)
#A4BAD8
(164,186,216)
#B9CAE1
(185,202,225)
#CEDAEA
(206,218,234)
#E3EAF3
(227,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114A99 color. Also use rgb(17,74,153) instead hex code.

Text Font Color

.myTextColor { color: #114A99; }

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

This text font color is #114A99.


Background Color

.myBgColor { background-color: #114A99; }

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

This div background color is #114A99.


Border color

.myBorderColor { border: 1px solid #114A99; }

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

This div border color is #114A99.


Opacity

.myOpacity80 { color: #114A99; opacity: 0.8; }

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

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

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

This text has shadow with #114A99 color.

.textShadow {text-shadow: 3px 3px 1px #114A99, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #114A99;
-webkit-box-shadow: 1px 1px 3px 2px #114A99;
box-shadow:1px 1px 3px 2px #114A99;">
Div content here</div>
This div box has shadow with color #114A99.

Preview

Color preview on black background

This text has color #114A99 on black background.


Color preview on white background

This text has color #114A99 on white background.



Black color preview on #114A99 background

This text has black color on #114A99 background.


White color preview on #114A99 background

This text has white color on #114A99 background.