COLOR #111B37

HEX: #111B37 RGB: (17,27,55)

Color info

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

RGB color model

#111B37 color RGB value is (17,27,55).

RGB: (17,27,55) (7%, 11%, 22%)

RGB channels and saturation

R 17 of 255 = 7%
G 27 of 255 = 11%
B 55 of 255 = 22%

17
27
55

R + G + B ~ 13%. #111B37 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 27 + 55 = 99 (100%)
R 17 of 99 ~ 17.17%
G 27 of 99 ~ 27.27%
B 55 of 99 ~ 55.56'%

%17.17
%27.27
%55.56

CMYK color model

#111B37 color CMYK value is (69,51,0,78).

  • cyan value is 69.09%
  • magenta value is 50.91%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (69,51,0,78)
C69M51Y0K78 (69%, 51%, 0%, 78%)
(0.69 / 0.51 / 0.00 / 0.78)

CMYK percentages

%69.09
%50.91
%0
%78.43

Codes

Color #111B37 in popluar color models

11 1B 37
RGB 17 27 55
HSL 224° 52.78% 14.12%
HSB/HSV 224° 69.09% 21.57%
CMYK 69.09% 50.91% 0.00%
78.43%

Color #111B37 in popluar number systems.

HEX 11 1B 37
Decimal 17 27 55
Binary 10001 11011 110111
Octal 21 33 67

Shades and tints

Shades of #111B37

#111B37
(17,27,55)
#101932
(16,25,50)
#0F172D
(15,23,45)
#0E1528
(14,21,40)
#0D1323
(13,19,35)
#0C111E
(12,17,30)
#0B0F19
(11,15,25)
#0A0D14
(10,13,20)
#090B0F
(9,11,15)
#08090A
(8,9,10)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #111B37

#111B37
(17,27,55)
#262F49
(38,47,73)
#3B435B
(59,67,91)
#50576D
(80,87,109)
#656B7F
(101,107,127)
#7A7F91
(122,127,145)
#8F93A3
(143,147,163)
#A4A7B5
(164,167,181)
#B9BBC7
(185,187,199)
#CECFD9
(206,207,217)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111B37; }

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

This text font color is #111B37.

Background Color

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

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

This div background color is #111B37.

Border color

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

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

This div border color is #111B37.

Opacity

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

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

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

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

This text has shadow with #111B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111B37.

Preview

Color preview on black background

This text has color #111B37 on black background.


Color preview on white background

This text has color #111B37 on white background.


Black color preview on #111B37 background

This text has black color on #111B37 background.


White color preview on #111B37 background

This text has white color on #111B37 background.


Related colors

Complementary color

Complementary color for #hex is #EEE4C8.


I love getcolorcode.com

Triadic colors

1 #37111B and #1B3711 with #111B37 are triadic colors.

2 #371B11 and #1B1137 with #111B37 are triadic colors.