COLOR #111B42

HEX: #111B42 RGB: (17,27,66)

Color info

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

RGB color model

#111B42 color RGB value is (17,27,66).

RGB: (17,27,66) (7%, 11%, 26%)

RGB channels and saturation

R 17 of 255 = 7%
G 27 of 255 = 11%
B 66 of 255 = 26%

17
27
66

R + G + B ~ 15%. #111B42 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 27 + 66 = 110 (100%)
R 17 of 110 ~ 15.45%
G 27 of 110 ~ 24.55%
B 66 of 110 ~ 60'%

%15.45
%24.55
%60

CMYK color model

#111B42 color CMYK value is (74,59,0,74).

  • cyan value is 74.24%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (74,59,0,74)
C74M59Y0K74 (74%, 59%, 0%, 74%)
(0.74 / 0.59 / 0.00 / 0.74)

CMYK percentages

%74.24
%59.09
%0
%74.12

Codes

Color #111B42 in popluar color models

11 1B 42
RGB 17 27 66
HSL 228° 59.04% 16.27%
HSB/HSV 228° 74.24% 25.88%
CMYK 74.24% 59.09% 0.00%
74.12%

Color #111B42 in popluar number systems.

HEX 11 1B 42
Decimal 17 27 66
Binary 10001 11011 1000010
Octal 21 33 102

Shades and tints

Shades of #111B42

#111B42
(17,27,66)
#10193C
(16,25,60)
#0F1736
(15,23,54)
#0E1530
(14,21,48)
#0D132A
(13,19,42)
#0C1124
(12,17,36)
#0B0F1E
(11,15,30)
#0A0D18
(10,13,24)
#090B12
(9,11,18)
#08090C
(8,9,12)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #111B42

#111B42
(17,27,66)
#262F53
(38,47,83)
#3B4364
(59,67,100)
#505775
(80,87,117)
#656B86
(101,107,134)
#7A7F97
(122,127,151)
#8F93A8
(143,147,168)
#A4A7B9
(164,167,185)
#B9BBCA
(185,187,202)
#CECFDB
(206,207,219)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111B42; }

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

This text font color is #111B42.

Background Color

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

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

This div background color is #111B42.

Border color

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

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

This div border color is #111B42.

Opacity

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

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

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

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

This text has shadow with #111B42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111B42.

Preview

Color preview on black background

This text has color #111B42 on black background.


Color preview on white background

This text has color #111B42 on white background.


Black color preview on #111B42 background

This text has black color on #111B42 background.


White color preview on #111B42 background

This text has white color on #111B42 background.


Related colors

Complementary color

Complementary color for #hex is #EEE4BD.


I love getcolorcode.com

Triadic colors

1 #42111B and #1B4211 with #111B42 are triadic colors.

2 #421B11 and #1B1142 with #111B42 are triadic colors.