COLOR #113AAF

HEX: #113AAF
RGB: (17,58,175)

Color info

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

RGB color model

#113AAF color RGB value is (17,58,175).

  • red value is 17;
  • green value is 58;
  • blue value is 175.
RGB:
(17,58,175)
(7%,23%,69%)

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 175 of 255 = 69%

17
58
175

R + G + B ~ 33%. #113AAF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 58 + 175 = 250 (100%)
R 17 of 250 ~ 6.8%
G 58 of 250 ~ 23.2%
B 175 of 250 ~ 70%

%23.2
%70

CMYK color model

#113AAF color CMYK value is (90,67,0,31).

  • cyan value is 90.29%
  • magenta value is 66.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(90,67,0,31)
C90M67Y0K31 
(90%,67%,0%,31%)
(0.90/0.67/0.00/0.31)	

CMYK percentages

%90.29
%66.86
%0
%31.37

Codes

Color #113AAF in popluar color models

113AAF
RGB1758175
HSL224°82.29%37.65%
HSB/HSV224°90.29%68.63%
CMYK90.29%66.86%0.00%
31.37%

Color #113AAF in popluar number systems.

HEX113AAF
Decimal1758175
Binary1000111101010101111
Octal2172257

Shades and tints

Shades of #113AAF

#113AAF
(17,58,175)
#1035A0
(16,53,160)
#0F3091
(15,48,145)
#0E2B82
(14,43,130)
#0D2673
(13,38,115)
#0C2164
(12,33,100)
#0B1C55
(11,28,85)
#0A1746
(10,23,70)
#091237
(9,18,55)
#080D28
(8,13,40)
#070819
(7,8,25)
#000000
(0,0,0)

Tints of #113AAF

#113AAF
(17,58,175)
#264BB6
(38,75,182)
#3B5CBD
(59,92,189)
#506DC4
(80,109,196)
#657ECB
(101,126,203)
#7A8FD2
(122,143,210)
#8FA0D9
(143,160,217)
#A4B1E0
(164,177,224)
#B9C2E7
(185,194,231)
#CED3EE
(206,211,238)
#E3E4F5
(227,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113AAF color. Also use rgb(17,58,175) instead hex code.

Text Font Color

.myTextColor { color: #113AAF; }

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

This text font color is #113AAF.


Background Color

.myBgColor { background-color: #113AAF; }

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

This div background color is #113AAF.


Border color

.myBorderColor { border: 1px solid #113AAF; }

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

This div border color is #113AAF.


Opacity

.myOpacity80 { color: #113AAF; opacity: 0.8; }

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

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

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

This text has shadow with #113AAF color.

.textShadow {text-shadow: 3px 3px 1px #113AAF, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113AAF on black background.


Color preview on white background

This text has color #113AAF on white background.



Black color preview on #113AAF background

This text has black color on #113AAF background.


White color preview on #113AAF background

This text has white color on #113AAF background.