COLOR #111755

HEX: #111755
RGB: (17,23,85)

Color info

#111755 contains mainly blue color. Web safe color of #111755 is #000066 (or #006).

RGB color model

#111755 color RGB value is (17,23,85).

  • red value is 17;
  • green value is 23;
  • blue value is 85.
RGB:
(17,23,85)
(7%,9%,33%)

RGB channels and saturation

R 17 of 255 = 7%
G 23 of 255 = 9%
B 85 of 255 = 33%

17
23
85

R + G + B ~ 16%. #111755 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 23 + 85 = 125 (100%)
R 17 of 125 ~ 13.6%
G 23 of 125 ~ 18.4%
B 85 of 125 ~ 68%

%13.6
%18.4
%68

CMYK color model

#111755 color CMYK value is (80,73,0,67).

  • cyan value is 80.00%
  • magenta value is 72.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(80,73,0,67)
C80M73Y0K67 
(80%,73%,0%,67%)
(0.80/0.73/0.00/0.67)	

CMYK percentages

%80
%72.94
%0
%66.67

Codes

Color #111755 in popluar color models

111755
RGB172385
HSL235°66.67%20.00%
HSB/HSV235°80.00%33.33%
CMYK80.00%72.94%0.00%
66.67%

Color #111755 in popluar number systems.

HEX111755
Decimal172385
Binary10001101111010101
Octal2127125

Shades and tints

Shades of #111755

#111755
(17,23,85)
#10154E
(16,21,78)
#0F1347
(15,19,71)
#0E1140
(14,17,64)
#0D0F39
(13,15,57)
#0C0D32
(12,13,50)
#0B0B2B
(11,11,43)
#0A0924
(10,9,36)
#09071D
(9,7,29)
#080516
(8,5,22)
#07030F
(7,3,15)
#000000
(0,0,0)

Tints of #111755

#111755
(17,23,85)
#262C64
(38,44,100)
#3B4173
(59,65,115)
#505682
(80,86,130)
#656B91
(101,107,145)
#7A80A0
(122,128,160)
#8F95AF
(143,149,175)
#A4AABE
(164,170,190)
#B9BFCD
(185,191,205)
#CED4DC
(206,212,220)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111755 color. Also use rgb(17,23,85) instead hex code.

Text Font Color

.myTextColor { color: #111755; }

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

This text font color is #111755.


Background Color

.myBgColor { background-color: #111755; }

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

This div background color is #111755.


Border color

.myBorderColor { border: 1px solid #111755; }

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

This div border color is #111755.


Opacity

.myOpacity80 { color: #111755; opacity: 0.8; }

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

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

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

This text has shadow with #111755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111755 on black background.


Color preview on white background

This text has color #111755 on white background.



Black color preview on #111755 background

This text has black color on #111755 background.


White color preview on #111755 background

This text has white color on #111755 background.