COLOR #11133C

HEX: #11133C RGB: (17,19,60)

Color info

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

RGB color model

#11133C color RGB value is (17,19,60).

RGB: (17,19,60) (7%, 7%, 24%)

RGB channels and saturation

R 17 of 255 = 7%
G 19 of 255 = 7%
B 60 of 255 = 24%

17
19
60

R + G + B ~ 13%. #11133C is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 19 + 60 = 96 (100%)
R 17 of 96 ~ 17.71%
G 19 of 96 ~ 19.79%
B 60 of 96 ~ 62.5'%

%17.71
%19.79
%62.5

CMYK color model

#11133C color CMYK value is (72,68,0,76).

  • cyan value is 71.67%
  • magenta value is 68.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (72,68,0,76)
C72M68Y0K76 (72%, 68%, 0%, 76%)
(0.72 / 0.68 / 0.00 / 0.76)

CMYK percentages

%71.67
%68.33
%0
%76.47

Codes

Color #11133C in popluar color models

11 13 3C
RGB 17 19 60
HSL 237° 55.84% 15.10%
HSB/HSV 237° 71.67% 23.53%
CMYK 71.67% 68.33% 0.00%
76.47%

Color #11133C in popluar number systems.

HEX 11 13 3C
Decimal 17 19 60
Binary 10001 10011 111100
Octal 21 23 74

Shades and tints

Shades of #11133C

#11133C
(17,19,60)
#101237
(16,18,55)
#0F1132
(15,17,50)
#0E102D
(14,16,45)
#0D0F28
(13,15,40)
#0C0E23
(12,14,35)
#0B0D1E
(11,13,30)
#0A0C19
(10,12,25)
#090B14
(9,11,20)
#080A0F
(8,10,15)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #11133C

#11133C
(17,19,60)
#26284D
(38,40,77)
#3B3D5E
(59,61,94)
#50526F
(80,82,111)
#656780
(101,103,128)
#7A7C91
(122,124,145)
#8F91A2
(143,145,162)
#A4A6B3
(164,166,179)
#B9BBC4
(185,187,196)
#CED0D5
(206,208,213)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11133C color. Also use rgb(17,19,60) instead hex code.

Text Font Color

.myTextColor { color: #11133C; }

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

This text font color is #11133C.

Background Color

.myBgColor { background-color: #11133C; }

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

This div background color is #11133C.

Border color

.myBorderColor { border: 1px solid #11133C; }

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

This div border color is #11133C.

Opacity

.myOpacity80 { color: #11133C; opacity: 0.8; }

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

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

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

This text has shadow with #11133C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11133C.

Preview

Color preview on black background

This text has color #11133C on black background.


Color preview on white background

This text has color #11133C on white background.


Black color preview on #11133C background

This text has black color on #11133C background.


White color preview on #11133C background

This text has white color on #11133C background.


Related colors

Complementary color

Complementary color for #hex is #EEECC3.


I love getcolorcode.com

Triadic colors

1 #3C1113 and #133C11 with #11133C are triadic colors.

2 #3C1311 and #13113C with #11133C are triadic colors.