COLOR #1111A4

HEX: #1111A4
RGB: (17,17,164)

Color info

#1111A4 contains mainly blue color. Web safe color of #1111A4 is #000099 (or #009).

RGB color model

#1111A4 color RGB value is (17,17,164).

  • red value is 17;
  • green value is 17;
  • blue value is 164.
RGB:
(17,17,164)
(7%,7%,64%)

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 164 of 255 = 64%

17
17
164

R + G + B ~ 26%. #1111A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 164 = 198 (100%)
R 17 of 198 ~ 8.59%
G 17 of 198 ~ 8.59%
B 164 of 198 ~ 82.83%

%82.83

CMYK color model

#1111A4 color CMYK value is (90,90,0,36).

  • cyan value is 89.63%
  • magenta value is 89.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(90,90,0,36)
C90M90Y0K36 
(90%,90%,0%,36%)
(0.90/0.90/0.00/0.36)	

CMYK percentages

%89.63
%89.63
%0
%35.69

Codes

Color #1111A4 in popluar color models

1111A4
RGB1717164
HSL240°81.22%35.49%
HSB/HSV240°89.63%64.31%
CMYK89.63%89.63%0.00%
35.69%

Color #1111A4 in popluar number systems.

HEX1111A4
Decimal1717164
Binary100011000110100100
Octal2121244

Shades and tints

Shades of #1111A4

#1111A4
(17,17,164)
#101096
(16,16,150)
#0F0F88
(15,15,136)
#0E0E7A
(14,14,122)
#0D0D6C
(13,13,108)
#0C0C5E
(12,12,94)
#0B0B50
(11,11,80)
#0A0A42
(10,10,66)
#090934
(9,9,52)
#080826
(8,8,38)
#070718
(7,7,24)
#000000
(0,0,0)

Tints of #1111A4

#1111A4
(17,17,164)
#2626AC
(38,38,172)
#3B3BB4
(59,59,180)
#5050BC
(80,80,188)
#6565C4
(101,101,196)
#7A7ACC
(122,122,204)
#8F8FD4
(143,143,212)
#A4A4DC
(164,164,220)
#B9B9E4
(185,185,228)
#CECEEC
(206,206,236)
#E3E3F4
(227,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1111A4 color. Also use rgb(17,17,164) instead hex code.

Text Font Color

.myTextColor { color: #1111A4; }

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

This text font color is #1111A4.


Background Color

.myBgColor { background-color: #1111A4; }

<div style="background-color:#1111A4">Inner text</div>

This div background color is #1111A4.


Border color

.myBorderColor { border: 1px solid #1111A4; }

<div style="border:3px solid #1111A4">Div</div>

This div border color is #1111A4.


Opacity

.myOpacity80 { color: #1111A4; opacity: 0.8; }

<p style="color:#1111A4;opacity:0.8;">80%</p>

Text with #1111A4 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 #1111A4;}

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

This text has shadow with #1111A4 color.

.textShadow {text-shadow: 3px 3px 1px #1111A4, 3px 3px 1px red;}

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

This text has shadow with #1111A4 primary color and red secondary color.


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

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

This text has shadow with #1111A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1111A4 on black background.


Color preview on white background

This text has color #1111A4 on white background.



Black color preview on #1111A4 background

This text has black color on #1111A4 background.


White color preview on #1111A4 background

This text has white color on #1111A4 background.