COLOR #110B61

HEX: #110B61
RGB: (17,11,97)

Color info

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

RGB color model

#110B61 color RGB value is (17,11,97).

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

RGB channels and saturation

R 17 of 255 = 7%
G 11 of 255 = 4%
B 97 of 255 = 38%

17
11
97

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

Portions of RGB colors in percentages

R + G + B =
17 + 11 + 97 = 125 (100%)
R 17 of 125 ~ 13.6%
G 11 of 125 ~ 8.8%
B 97 of 125 ~ 77.6%

%13.6
%77.6

CMYK color model

#110B61 color CMYK value is (82,89,0,62).

  • cyan value is 82.47%
  • magenta value is 88.66%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(82,89,0,62)
C82M89Y0K62 
(82%,89%,0%,62%)
(0.82/0.89/0.00/0.62)	

CMYK percentages

%82.47
%88.66
%0
%61.96

Codes

Color #110B61 in popluar color models

110B61
RGB171197
HSL244°79.63%21.18%
HSB/HSV244°88.66%38.04%
CMYK82.47%88.66%0.00%
61.96%

Color #110B61 in popluar number systems.

HEX110B61
Decimal171197
Binary1000110111100001
Octal2113141

Shades and tints

Shades of #110B61

#110B61
(17,11,97)
#100A59
(16,10,89)
#0F0951
(15,9,81)
#0E0849
(14,8,73)
#0D0741
(13,7,65)
#0C0639
(12,6,57)
#0B0531
(11,5,49)
#0A0429
(10,4,41)
#090321
(9,3,33)
#080219
(8,2,25)
#070111
(7,1,17)
#000000
(0,0,0)

Tints of #110B61

#110B61
(17,11,97)
#26216F
(38,33,111)
#3B377D
(59,55,125)
#504D8B
(80,77,139)
#656399
(101,99,153)
#7A79A7
(122,121,167)
#8F8FB5
(143,143,181)
#A4A5C3
(164,165,195)
#B9BBD1
(185,187,209)
#CED1DF
(206,209,223)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110B61; }

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

This text font color is #110B61.


Background Color

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

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

This div background color is #110B61.


Border color

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

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

This div border color is #110B61.


Opacity

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

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

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

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

This text has shadow with #110B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110B61 on black background.


Color preview on white background

This text has color #110B61 on white background.



Black color preview on #110B61 background

This text has black color on #110B61 background.


White color preview on #110B61 background

This text has white color on #110B61 background.