COLOR #111A9B

HEX: #111A9B RGB: (17,26,155)

Color info

#111A9B contains mainly blue color. Web safe color of #111A9B is #000099 (or #009).

RGB color model

#111A9B color RGB value is (17,26,155).

RGB: (17,26,155) (7%, 10%, 61%)

RGB channels and saturation

R 17 of 255 = 7%
G 26 of 255 = 10%
B 155 of 255 = 61%

17
26
155

R + G + B ~ 26%. #111A9B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 26 + 155 = 198 (100%)
R 17 of 198 ~ 8.59%
G 26 of 198 ~ 13.13%
B 155 of 198 ~ 78.28'%

%13.13
%78.28

CMYK color model

#111A9B color CMYK value is (89,83,0,39).

  • cyan value is 89.03%
  • magenta value is 83.23%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (89,83,0,39)
C89M83Y0K39 (89%, 83%, 0%, 39%)
(0.89 / 0.83 / 0.00 / 0.39)

CMYK percentages

%89.03
%83.23
%0
%39.22

Codes

Color #111A9B in popluar color models

11 1A 9B
RGB 17 26 155
HSL 236° 80.23% 33.73%
HSB/HSV 236° 89.03% 60.78%
CMYK 89.03% 83.23% 0.00%
39.22%

Color #111A9B in popluar number systems.

HEX 11 1A 9B
Decimal 17 26 155
Binary 10001 11010 10011011
Octal 21 32 233

Shades and tints

Shades of #111A9B

#111A9B
(17,26,155)
#10188D
(16,24,141)
#0F167F
(15,22,127)
#0E1471
(14,20,113)
#0D1263
(13,18,99)
#0C1055
(12,16,85)
#0B0E47
(11,14,71)
#0A0C39
(10,12,57)
#090A2B
(9,10,43)
#08081D
(8,8,29)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #111A9B

#111A9B
(17,26,155)
#262EA4
(38,46,164)
#3B42AD
(59,66,173)
#5056B6
(80,86,182)
#656ABF
(101,106,191)
#7A7EC8
(122,126,200)
#8F92D1
(143,146,209)
#A4A6DA
(164,166,218)
#B9BAE3
(185,186,227)
#CECEEC
(206,206,236)
#E3E2F5
(227,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111A9B color. Also use rgb(17,26,155) instead hex code.

Text Font Color

.myTextColor { color: #111A9B; }

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

This text font color is #111A9B.

Background Color

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

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

This div background color is #111A9B.

Border color

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

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

This div border color is #111A9B.

Opacity

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

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

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

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

This text has shadow with #111A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111A9B.

Preview

Color preview on black background

This text has color #111A9B on black background.


Color preview on white background

This text has color #111A9B on white background.


Black color preview on #111A9B background

This text has black color on #111A9B background.


White color preview on #111A9B background

This text has white color on #111A9B background.


Related colors

Complementary color

Complementary color for #hex is #EEE564.


I love getcolorcode.com

Triadic colors

1 #9B111A and #1A9B11 with #111A9B are triadic colors.

2 #9B1A11 and #1A119B with #111A9B are triadic colors.