COLOR #11339A

HEX: #11339A
RGB: (17,51,154)

Color info

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

RGB color model

#11339A color RGB value is (17,51,154).

  • red value is 17;
  • green value is 51;
  • blue value is 154.
RGB:
(17,51,154)
(7%,20%,60%)

RGB channels and saturation

R 17 of 255 = 7%
G 51 of 255 = 20%
B 154 of 255 = 60%

17
51
154

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

Portions of RGB colors in percentages

R + G + B =
17 + 51 + 154 = 222 (100%)
R 17 of 222 ~ 7.66%
G 51 of 222 ~ 22.97%
B 154 of 222 ~ 69.37%

%22.97
%69.37

CMYK color model

#11339A color CMYK value is (89,67,0,40).

  • cyan value is 88.96%
  • magenta value is 66.88%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(89,67,0,40)
C89M67Y0K40 
(89%,67%,0%,40%)
(0.89/0.67/0.00/0.40)	

CMYK percentages

%88.96
%66.88
%0
%39.61

Codes

Color #11339A in popluar color models

11339A
RGB1751154
HSL225°80.12%33.53%
HSB/HSV225°88.96%60.39%
CMYK88.96%66.88%0.00%
39.61%

Color #11339A in popluar number systems.

HEX11339A
Decimal1751154
Binary1000111001110011010
Octal2163232

Shades and tints

Shades of #11339A

#11339A
(17,51,154)
#102F8C
(16,47,140)
#0F2B7E
(15,43,126)
#0E2770
(14,39,112)
#0D2362
(13,35,98)
#0C1F54
(12,31,84)
#0B1B46
(11,27,70)
#0A1738
(10,23,56)
#09132A
(9,19,42)
#080F1C
(8,15,28)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #11339A

#11339A
(17,51,154)
#2645A3
(38,69,163)
#3B57AC
(59,87,172)
#5069B5
(80,105,181)
#657BBE
(101,123,190)
#7A8DC7
(122,141,199)
#8F9FD0
(143,159,208)
#A4B1D9
(164,177,217)
#B9C3E2
(185,195,226)
#CED5EB
(206,213,235)
#E3E7F4
(227,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11339A color. Also use rgb(17,51,154) instead hex code.

Text Font Color

.myTextColor { color: #11339A; }

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

This text font color is #11339A.


Background Color

.myBgColor { background-color: #11339A; }

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

This div background color is #11339A.


Border color

.myBorderColor { border: 1px solid #11339A; }

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

This div border color is #11339A.


Opacity

.myOpacity80 { color: #11339A; opacity: 0.8; }

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

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

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

This text has shadow with #11339A color.

.textShadow {text-shadow: 3px 3px 1px #11339A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11339A on black background.


Color preview on white background

This text has color #11339A on white background.



Black color preview on #11339A background

This text has black color on #11339A background.


White color preview on #11339A background

This text has white color on #11339A background.