COLOR #110953

HEX: #110953 RGB: (17,9,83)

Color info

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

RGB color model

#110953 color RGB value is (17,9,83).

RGB: (17,9,83) (7%, 4%, 33%)

RGB channels and saturation

R 17 of 255 = 7%
G 9 of 255 = 4%
B 83 of 255 = 33%

17
9
83

R + G + B ~ 15%. #110953 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 9 + 83 = 109 (100%)
R 17 of 109 ~ 15.6%
G 9 of 109 ~ 8.26%
B 83 of 109 ~ 76.15'%

%15.6
%76.15

CMYK color model

#110953 color CMYK value is (80,89,0,67).

  • cyan value is 79.52%
  • magenta value is 89.16%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (80,89,0,67)
C80M89Y0K67 (80%, 89%, 0%, 67%)
(0.80 / 0.89 / 0.00 / 0.67)

CMYK percentages

%79.52
%89.16
%0
%67.45

Codes

Color #110953 in popluar color models

11 09 53
RGB 17 9 83
HSL 246° 80.43% 18.04%
HSB/HSV 246° 89.16% 32.55%
CMYK 79.52% 89.16% 0.00%
67.45%

Color #110953 in popluar number systems.

HEX 11 09 53
Decimal 17 9 83
Binary 10001 1001 1010011
Octal 21 11 123

Shades and tints

Shades of #110953

#110953
(17,9,83)
#10094C
(16,9,76)
#0F0945
(15,9,69)
#0E093E
(14,9,62)
#0D0937
(13,9,55)
#0C0930
(12,9,48)
#0B0929
(11,9,41)
#0A0922
(10,9,34)
#09091B
(9,9,27)
#080914
(8,9,20)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #110953

#110953
(17,9,83)
#261F62
(38,31,98)
#3B3571
(59,53,113)
#504B80
(80,75,128)
#65618F
(101,97,143)
#7A779E
(122,119,158)
#8F8DAD
(143,141,173)
#A4A3BC
(164,163,188)
#B9B9CB
(185,185,203)
#CECFDA
(206,207,218)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110953 color. Also use rgb(17,9,83) instead hex code.

Text Font Color

.myTextColor { color: #110953; }

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

This text font color is #110953.

Background Color

.myBgColor { background-color: #110953; }

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

This div background color is #110953.

Border color

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

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

This div border color is #110953.

Opacity

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

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

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

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

This text has shadow with #110953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110953.

Preview

Color preview on black background

This text has color #110953 on black background.


Color preview on white background

This text has color #110953 on white background.


Black color preview on #110953 background

This text has black color on #110953 background.


White color preview on #110953 background

This text has white color on #110953 background.


Related colors

Complementary color

Complementary color for #hex is #EEF6AC.


I love getcolorcode.com

Triadic colors

1 #531109 and #095311 with #110953 are triadic colors.

2 #530911 and #091153 with #110953 are triadic colors.