COLOR #111A30

HEX: #111A30
RGB: (17,26,48)

Color info

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

RGB color model

#111A30 color RGB value is (17,26,48).

  • red value is 17;
  • green value is 26;
  • blue value is 48.
RGB:
(17,26,48)
(7%,10%,19%)

RGB channels and saturation

R 17 of 255 = 7%
G 26 of 255 = 10%
B 48 of 255 = 19%

17
26
48

R + G + B ~ 12%. #111A30 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 26 + 48 = 91 (100%)
R 17 of 91 ~ 18.68%
G 26 of 91 ~ 28.57%
B 48 of 91 ~ 52.75%

%18.68
%28.57
%52.75

CMYK color model

#111A30 color CMYK value is (65,46,0,81).

  • cyan value is 64.58%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(65,46,0,81)
C65M46Y0K81 
(65%,46%,0%,81%)
(0.65/0.46/0.00/0.81)	

CMYK percentages

%64.58
%45.83
%0
%81.18

Codes

Color #111A30 in popluar color models

111A30
RGB172648
HSL223°47.69%12.75%
HSB/HSV223°64.58%18.82%
CMYK64.58%45.83%0.00%
81.18%

Color #111A30 in popluar number systems.

HEX111A30
Decimal172648
Binary1000111010110000
Octal213260

Shades and tints

Shades of #111A30

#111A30
(17,26,48)
#10182C
(16,24,44)
#0F1628
(15,22,40)
#0E1424
(14,20,36)
#0D1220
(13,18,32)
#0C101C
(12,16,28)
#0B0E18
(11,14,24)
#0A0C14
(10,12,20)
#090A10
(9,10,16)
#08080C
(8,8,12)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #111A30

#111A30
(17,26,48)
#262E42
(38,46,66)
#3B4254
(59,66,84)
#505666
(80,86,102)
#656A78
(101,106,120)
#7A7E8A
(122,126,138)
#8F929C
(143,146,156)
#A4A6AE
(164,166,174)
#B9BAC0
(185,186,192)
#CECED2
(206,206,210)
#E3E2E4
(227,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111A30; }

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

This text font color is #111A30.


Background Color

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

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

This div background color is #111A30.


Border color

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

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

This div border color is #111A30.


Opacity

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

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

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

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

This text has shadow with #111A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111A30 on black background.


Color preview on white background

This text has color #111A30 on white background.



Black color preview on #111A30 background

This text has black color on #111A30 background.


White color preview on #111A30 background

This text has white color on #111A30 background.