COLOR #11213F

HEX: #11213F
RGB: (17,33,63)

Color info

#11213F contains red, green and blue colors in about the same proportion. Web safe color of #11213F is #003333 (or #033).

RGB color model

#11213F color RGB value is (17,33,63).

  • red value is 17;
  • green value is 33;
  • blue value is 63.
RGB:
(17,33,63)
(7%,13%,25%)

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 63 of 255 = 25%

17
33
63

R + G + B ~ 15%. #11213F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 63 = 113 (100%)
R 17 of 113 ~ 15.04%
G 33 of 113 ~ 29.2%
B 63 of 113 ~ 55.75%

%15.04
%29.2
%55.75

CMYK color model

#11213F color CMYK value is (73,48,0,75).

  • cyan value is 73.02%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(73,48,0,75)
C73M48Y0K75 
(73%,48%,0%,75%)
(0.73/0.48/0.00/0.75)	

CMYK percentages

%73.02
%47.62
%0
%75.29

Codes

Color #11213F in popluar color models

11213F
RGB173363
HSL219°57.50%15.69%
HSB/HSV219°73.02%24.71%
CMYK73.02%47.62%0.00%
75.29%

Color #11213F in popluar number systems.

HEX11213F
Decimal173363
Binary10001100001111111
Octal214177

Shades and tints

Shades of #11213F

#11213F
(17,33,63)
#101E3A
(16,30,58)
#0F1B35
(15,27,53)
#0E1830
(14,24,48)
#0D152B
(13,21,43)
#0C1226
(12,18,38)
#0B0F21
(11,15,33)
#0A0C1C
(10,12,28)
#090917
(9,9,23)
#080612
(8,6,18)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #11213F

#11213F
(17,33,63)
#263550
(38,53,80)
#3B4961
(59,73,97)
#505D72
(80,93,114)
#657183
(101,113,131)
#7A8594
(122,133,148)
#8F99A5
(143,153,165)
#A4ADB6
(164,173,182)
#B9C1C7
(185,193,199)
#CED5D8
(206,213,216)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11213F color. Also use rgb(17,33,63) instead hex code.

Text Font Color

.myTextColor { color: #11213F; }

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

This text font color is #11213F.


Background Color

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

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

This div background color is #11213F.


Border color

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

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

This div border color is #11213F.


Opacity

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

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

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

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

This text has shadow with #11213F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11213F on black background.


Color preview on white background

This text has color #11213F on white background.



Black color preview on #11213F background

This text has black color on #11213F background.


White color preview on #11213F background

This text has white color on #11213F background.