COLOR #111B3F

HEX: #111B3F
RGB: (17,27,63)

Color info

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

RGB color model

#111B3F color RGB value is (17,27,63).

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

RGB channels and saturation

R 17 of 255 = 7%
G 27 of 255 = 11%
B 63 of 255 = 25%

17
27
63

R + G + B ~ 14%. #111B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 27 + 63 = 107 (100%)
R 17 of 107 ~ 15.89%
G 27 of 107 ~ 25.23%
B 63 of 107 ~ 58.88%

%15.89
%25.23
%58.88

CMYK color model

#111B3F color CMYK value is (73,57,0,75).

  • cyan value is 73.02%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(73,57,0,75)
C73M57Y0K75 
(73%,57%,0%,75%)
(0.73/0.57/0.00/0.75)	

CMYK percentages

%73.02
%57.14
%0
%75.29

Codes

Color #111B3F in popluar color models

111B3F
RGB172763
HSL227°57.50%15.69%
HSB/HSV227°73.02%24.71%
CMYK73.02%57.14%0.00%
75.29%

Color #111B3F in popluar number systems.

HEX111B3F
Decimal172763
Binary1000111011111111
Octal213377

Shades and tints

Shades of #111B3F

#111B3F
(17,27,63)
#10193A
(16,25,58)
#0F1735
(15,23,53)
#0E1530
(14,21,48)
#0D132B
(13,19,43)
#0C1126
(12,17,38)
#0B0F21
(11,15,33)
#0A0D1C
(10,13,28)
#090B17
(9,11,23)
#080912
(8,9,18)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #111B3F

#111B3F
(17,27,63)
#262F50
(38,47,80)
#3B4361
(59,67,97)
#505772
(80,87,114)
#656B83
(101,107,131)
#7A7F94
(122,127,148)
#8F93A5
(143,147,165)
#A4A7B6
(164,167,182)
#B9BBC7
(185,187,199)
#CECFD8
(206,207,216)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111B3F color. Also use rgb(17,27,63) instead hex code.

Text Font Color

.myTextColor { color: #111B3F; }

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

This text font color is #111B3F.


Background Color

.myBgColor { background-color: #111B3F; }

<div style="background-color:#111B3F">Inner text</div>

This div background color is #111B3F.


Border color

.myBorderColor { border: 1px solid #111B3F; }

<div style="border:3px solid #111B3F">Div</div>

This div border color is #111B3F.


Opacity

.myOpacity80 { color: #111B3F; opacity: 0.8; }

<p style="color:#111B3F;opacity:0.8;">80%</p>

Text with #111B3F 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 #111B3F;}

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

This text has shadow with #111B3F color.

.textShadow {text-shadow: 3px 3px 1px #111B3F, 3px 3px 1px red;}

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

This text has shadow with #111B3F primary color and red secondary color.


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

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

This text has shadow with #111B3F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111B3F on black background.


Color preview on white background

This text has color #111B3F on white background.



Black color preview on #111B3F background

This text has black color on #111B3F background.


White color preview on #111B3F background

This text has white color on #111B3F background.