COLOR #11006F

HEX: #11006F RGB: (17,0,111)

Color info

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

RGB color model

#11006F color RGB value is (17,0,111).

RGB: (17,0,111) (7%, 0%, 44%)

RGB channels and saturation

R 17 of 255 = 7%
G 0 of 255 = 0%
B 111 of 255 = 44%

17
0
111

R + G + B ~ 17%. #11006F is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 0 + 111 = 128 (100%)
R 17 of 128 ~ 13.28%
G 0 of 128 ~ 0%
B 111 of 128 ~ 86.72'%

%13.28
%86.72

CMYK color model

#11006F color CMYK value is (85,100,0,56).

  • cyan value is 84.68%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (85,100,0,56) C85M100Y0K56 (85%,100%,0%,56%) (0.85/1.00/0.00/0.56) 

CMYK percentages

%84.68
%100
%0
%56.47

Codes

Color #11006F in popluar color models

11 00 6F
RGB 17 0 111
HSL 249° 100.00% 21.76%
HSB/HSV 249° 100.00% 43.53%
CMYK 84.68% 100.00% 0.00%
56.47%

Color #11006F in popluar number systems.

HEX 11 00 6F
Decimal 17 0 111
Binary 10001 0 1101111
Octal 21 0 157

Shades and tints

Shades of #11006F

#11006F
(17,0,111)
#100065
(16,0,101)
#0F005B
(15,0,91)
#0E0051
(14,0,81)
#0D0047
(13,0,71)
#0C003D
(12,0,61)
#0B0033
(11,0,51)
#0A0029
(10,0,41)
#09001F
(9,0,31)
#080015
(8,0,21)
#07000B
(7,0,11)
#000000
(0,0,0)

Tints of #11006F

#11006F
(17,0,111)
#26177C
(38,23,124)
#3B2E89
(59,46,137)
#504596
(80,69,150)
#655CA3
(101,92,163)
#7A73B0
(122,115,176)
#8F8ABD
(143,138,189)
#A4A1CA
(164,161,202)
#B9B8D7
(185,184,215)
#CECFE4
(206,207,228)
#E3E6F1
(227,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11006F color. Also use rgb(17,0,111) instead hex code.

Text Font Color

.myTextColor { color: #11006F; }

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

This text font color is #11006F.

Background Color

.myBgColor { background-color: #11006F; }

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

This div background color is #11006F.

Border color

.myBorderColor { border: 1px solid #11006F; }

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

This div border color is #11006F.

Opacity

.myOpacity80 { color: #11006F; opacity: 0.8; }

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

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

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

This text has shadow with #11006F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11006F.

Preview

Color preview on black background

This text has color #11006F on black background.


Color preview on white background

This text has color #11006F on white background.


Black color preview on #11006F background

This text has black color on #11006F background.


White color preview on #11006F background

This text has white color on #11006F background.


Related colors

Complementary color

Complementary color for #hex is #EEFF90.


I love getcolorcode.com

Triadic colors

1 #6F1100 and #006F11 with #11006F are triadic colors.

2 #6F0011 and #00116F with #11006F are triadic colors.