COLOR #11358F

HEX: #11358F
RGB: (17,53,143)

Color info

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

RGB color model

#11358F color RGB value is (17,53,143).

  • red value is 17;
  • green value is 53;
  • blue value is 143.
RGB:
(17,53,143)
(7%,21%,56%)

RGB channels and saturation

R 17 of 255 = 7%
G 53 of 255 = 21%
B 143 of 255 = 56%

17
53
143

R + G + B ~ 28%. #11358F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 143 = 213 (100%)
R 17 of 213 ~ 7.98%
G 53 of 213 ~ 24.88%
B 143 of 213 ~ 67.14%

%24.88
%67.14

CMYK color model

#11358F color CMYK value is (88,63,0,44).

  • cyan value is 88.11%
  • magenta value is 62.94%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(88,63,0,44)
C88M63Y0K44 
(88%,63%,0%,44%)
(0.88/0.63/0.00/0.44)	

CMYK percentages

%88.11
%62.94
%0
%43.92

Codes

Color #11358F in popluar color models

11358F
RGB1753143
HSL223°78.75%31.37%
HSB/HSV223°88.11%56.08%
CMYK88.11%62.94%0.00%
43.92%

Color #11358F in popluar number systems.

HEX11358F
Decimal1753143
Binary1000111010110001111
Octal2165217

Shades and tints

Shades of #11358F

#11358F
(17,53,143)
#103182
(16,49,130)
#0F2D75
(15,45,117)
#0E2968
(14,41,104)
#0D255B
(13,37,91)
#0C214E
(12,33,78)
#0B1D41
(11,29,65)
#0A1934
(10,25,52)
#091527
(9,21,39)
#08111A
(8,17,26)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #11358F

#11358F
(17,53,143)
#264799
(38,71,153)
#3B59A3
(59,89,163)
#506BAD
(80,107,173)
#657DB7
(101,125,183)
#7A8FC1
(122,143,193)
#8FA1CB
(143,161,203)
#A4B3D5
(164,179,213)
#B9C5DF
(185,197,223)
#CED7E9
(206,215,233)
#E3E9F3
(227,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11358F color. Also use rgb(17,53,143) instead hex code.

Text Font Color

.myTextColor { color: #11358F; }

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

This text font color is #11358F.


Background Color

.myBgColor { background-color: #11358F; }

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

This div background color is #11358F.


Border color

.myBorderColor { border: 1px solid #11358F; }

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

This div border color is #11358F.


Opacity

.myOpacity80 { color: #11358F; opacity: 0.8; }

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

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

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

This text has shadow with #11358F color.

.textShadow {text-shadow: 3px 3px 1px #11358F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11358F on black background.


Color preview on white background

This text has color #11358F on white background.



Black color preview on #11358F background

This text has black color on #11358F background.


White color preview on #11358F background

This text has white color on #11358F background.