COLOR #110B36

HEX: #110B36
RGB: (17,11,54)

Color info

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

RGB color model

#110B36 color RGB value is (17,11,54).

  • red value is 17;
  • green value is 11;
  • blue value is 54.
RGB:
(17,11,54)
(7%,4%,21%)

RGB channels and saturation

R 17 of 255 = 7%
G 11 of 255 = 4%
B 54 of 255 = 21%

17
11
54

R + G + B ~ 11%. #110B36 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 11 + 54 = 82 (100%)
R 17 of 82 ~ 20.73%
G 11 of 82 ~ 13.41%
B 54 of 82 ~ 65.85%

%20.73
%13.41
%65.85

CMYK color model

#110B36 color CMYK value is (69,80,0,79).

  • cyan value is 68.52%
  • magenta value is 79.63%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(69,80,0,79)
C69M80Y0K79 
(69%,80%,0%,79%)
(0.69/0.80/0.00/0.79)	

CMYK percentages

%68.52
%79.63
%0
%78.82

Codes

Color #110B36 in popluar color models

110B36
RGB171154
HSL248°66.15%12.75%
HSB/HSV248°79.63%21.18%
CMYK68.52%79.63%0.00%
78.82%

Color #110B36 in popluar number systems.

HEX110B36
Decimal171154
Binary100011011110110
Octal211366

Shades and tints

Shades of #110B36

#110B36
(17,11,54)
#100A32
(16,10,50)
#0F092E
(15,9,46)
#0E082A
(14,8,42)
#0D0726
(13,7,38)
#0C0622
(12,6,34)
#0B051E
(11,5,30)
#0A041A
(10,4,26)
#090316
(9,3,22)
#080212
(8,2,18)
#07010E
(7,1,14)
#000000
(0,0,0)

Tints of #110B36

#110B36
(17,11,54)
#262148
(38,33,72)
#3B375A
(59,55,90)
#504D6C
(80,77,108)
#65637E
(101,99,126)
#7A7990
(122,121,144)
#8F8FA2
(143,143,162)
#A4A5B4
(164,165,180)
#B9BBC6
(185,187,198)
#CED1D8
(206,209,216)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110B36 color. Also use rgb(17,11,54) instead hex code.

Text Font Color

.myTextColor { color: #110B36; }

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

This text font color is #110B36.


Background Color

.myBgColor { background-color: #110B36; }

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

This div background color is #110B36.


Border color

.myBorderColor { border: 1px solid #110B36; }

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

This div border color is #110B36.


Opacity

.myOpacity80 { color: #110B36; opacity: 0.8; }

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

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

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

This text has shadow with #110B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110B36 on black background.


Color preview on white background

This text has color #110B36 on white background.



Black color preview on #110B36 background

This text has black color on #110B36 background.


White color preview on #110B36 background

This text has white color on #110B36 background.