COLOR #11337D

HEX: #11337D
RGB: (17,51,125)

Color info

#11337D contains mainly blue color. Web safe color of #11337D is #003366 (or #036).

RGB color model

#11337D color RGB value is (17,51,125).

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

RGB channels and saturation

R 17 of 255 = 7%
G 51 of 255 = 20%
B 125 of 255 = 49%

17
51
125

R + G + B ~ 25%. #11337D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 51 + 125 = 193 (100%)
R 17 of 193 ~ 8.81%
G 51 of 193 ~ 26.42%
B 125 of 193 ~ 64.77%

%26.42
%64.77

CMYK color model

#11337D color CMYK value is (86,59,0,51).

  • cyan value is 86.40%
  • magenta value is 59.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(86,59,0,51)
C86M59Y0K51 
(86%,59%,0%,51%)
(0.86/0.59/0.00/0.51)	

CMYK percentages

%86.4
%59.2
%0
%50.98

Codes

Color #11337D in popluar color models

11337D
RGB1751125
HSL221°76.06%27.84%
HSB/HSV221°86.40%49.02%
CMYK86.40%59.20%0.00%
50.98%

Color #11337D in popluar number systems.

HEX11337D
Decimal1751125
Binary100011100111111101
Octal2163175

Shades and tints

Shades of #11337D

#11337D
(17,51,125)
#102F72
(16,47,114)
#0F2B67
(15,43,103)
#0E275C
(14,39,92)
#0D2351
(13,35,81)
#0C1F46
(12,31,70)
#0B1B3B
(11,27,59)
#0A1730
(10,23,48)
#091325
(9,19,37)
#080F1A
(8,15,26)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #11337D

#11337D
(17,51,125)
#264588
(38,69,136)
#3B5793
(59,87,147)
#50699E
(80,105,158)
#657BA9
(101,123,169)
#7A8DB4
(122,141,180)
#8F9FBF
(143,159,191)
#A4B1CA
(164,177,202)
#B9C3D5
(185,195,213)
#CED5E0
(206,213,224)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11337D color. Also use rgb(17,51,125) instead hex code.

Text Font Color

.myTextColor { color: #11337D; }

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

This text font color is #11337D.


Background Color

.myBgColor { background-color: #11337D; }

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

This div background color is #11337D.


Border color

.myBorderColor { border: 1px solid #11337D; }

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

This div border color is #11337D.


Opacity

.myOpacity80 { color: #11337D; opacity: 0.8; }

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

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

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

This text has shadow with #11337D color.

.textShadow {text-shadow: 3px 3px 1px #11337D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11337D on black background.


Color preview on white background

This text has color #11337D on white background.



Black color preview on #11337D background

This text has black color on #11337D background.


White color preview on #11337D background

This text has white color on #11337D background.