COLOR #111842

HEX: #111842
RGB: (17,24,66)

Color info

#111842 contains red, green and blue colors in about the same proportion. Web safe color of #111842 is #000033 (or #003).

RGB color model

#111842 color RGB value is (17,24,66).

  • red value is 17;
  • green value is 24;
  • blue value is 66.
RGB:
(17,24,66)
(7%,9%,26%)

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 66 of 255 = 26%

17
24
66

R + G + B ~ 14%. #111842 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 66 = 107 (100%)
R 17 of 107 ~ 15.89%
G 24 of 107 ~ 22.43%
B 66 of 107 ~ 61.68%

%15.89
%22.43
%61.68

CMYK color model

#111842 color CMYK value is (74,64,0,74).

  • cyan value is 74.24%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(74,64,0,74)
C74M64Y0K74 
(74%,64%,0%,74%)
(0.74/0.64/0.00/0.74)	

CMYK percentages

%74.24
%63.64
%0
%74.12

Codes

Color #111842 in popluar color models

111842
RGB172466
HSL231°59.04%16.27%
HSB/HSV231°74.24%25.88%
CMYK74.24%63.64%0.00%
74.12%

Color #111842 in popluar number systems.

HEX111842
Decimal172466
Binary10001110001000010
Octal2130102

Shades and tints

Shades of #111842

#111842
(17,24,66)
#10163C
(16,22,60)
#0F1436
(15,20,54)
#0E1230
(14,18,48)
#0D102A
(13,16,42)
#0C0E24
(12,14,36)
#0B0C1E
(11,12,30)
#0A0A18
(10,10,24)
#090812
(9,8,18)
#08060C
(8,6,12)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #111842

#111842
(17,24,66)
#262D53
(38,45,83)
#3B4264
(59,66,100)
#505775
(80,87,117)
#656C86
(101,108,134)
#7A8197
(122,129,151)
#8F96A8
(143,150,168)
#A4ABB9
(164,171,185)
#B9C0CA
(185,192,202)
#CED5DB
(206,213,219)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111842; }

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

This text font color is #111842.


Background Color

.myBgColor { background-color: #111842; }

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

This div background color is #111842.


Border color

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

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

This div border color is #111842.


Opacity

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

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

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

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

This text has shadow with #111842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111842 on black background.


Color preview on white background

This text has color #111842 on white background.



Black color preview on #111842 background

This text has black color on #111842 background.


White color preview on #111842 background

This text has white color on #111842 background.