COLOR #11132C

HEX: #11132C RGB: (17,19,44)

Color info

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

RGB color model

#11132C color RGB value is (17,19,44).

RGB: (17,19,44) (7%, 7%, 17%)

RGB channels and saturation

R 17 of 255 = 7%
G 19 of 255 = 7%
B 44 of 255 = 17%

17
19
44

R + G + B ~ 10%. #11132C is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 19 + 44 = 80 (100%)
R 17 of 80 ~ 21.25%
G 19 of 80 ~ 23.75%
B 44 of 80 ~ 55'%

%21.25
%23.75
%55

CMYK color model

#11132C color CMYK value is (61,57,0,83).

  • cyan value is 61.36%
  • magenta value is 56.82%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (61,57,0,83)
C61M57Y0K83 (61%, 57%, 0%, 83%)
(0.61 / 0.57 / 0.00 / 0.83)

CMYK percentages

%61.36
%56.82
%0
%82.75

Codes

Color #11132C in popluar color models

11 13 2C
RGB 17 19 44
HSL 236° 44.26% 11.96%
HSB/HSV 236° 61.36% 17.25%
CMYK 61.36% 56.82% 0.00%
82.75%

Color #11132C in popluar number systems.

HEX 11 13 2C
Decimal 17 19 44
Binary 10001 10011 101100
Octal 21 23 54

Shades and tints

Shades of #11132C

#11132C
(17,19,44)
#101228
(16,18,40)
#0F1124
(15,17,36)
#0E1020
(14,16,32)
#0D0F1C
(13,15,28)
#0C0E18
(12,14,24)
#0B0D14
(11,13,20)
#0A0C10
(10,12,16)
#090B0C
(9,11,12)
#080A08
(8,10,8)
#070904
(7,9,4)
#000000
(0,0,0)

Tints of #11132C

#11132C
(17,19,44)
#26283F
(38,40,63)
#3B3D52
(59,61,82)
#505265
(80,82,101)
#656778
(101,103,120)
#7A7C8B
(122,124,139)
#8F919E
(143,145,158)
#A4A6B1
(164,166,177)
#B9BBC4
(185,187,196)
#CED0D7
(206,208,215)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11132C; }

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

This text font color is #11132C.

Background Color

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

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

This div background color is #11132C.

Border color

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

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

This div border color is #11132C.

Opacity

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

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

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

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

This text has shadow with #11132C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11132C.

Preview

Color preview on black background

This text has color #11132C on black background.


Color preview on white background

This text has color #11132C on white background.


Black color preview on #11132C background

This text has black color on #11132C background.


White color preview on #11132C background

This text has white color on #11132C background.


Related colors

Complementary color

Complementary color for #hex is #EEECD3.


I love getcolorcode.com

Triadic colors

1 #2C1113 and #132C11 with #11132C are triadic colors.

2 #2C1311 and #13112C with #11132C are triadic colors.