COLOR #11193D

HEX: #11193D RGB: (17,25,61)

Color info

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

RGB color model

#11193D color RGB value is (17,25,61).

RGB: (17,25,61) (7%, 10%, 24%)

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 61 of 255 = 24%

17
25
61

R + G + B ~ 14%. #11193D is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 25 + 61 = 103 (100%)
R 17 of 103 ~ 16.5%
G 25 of 103 ~ 24.27%
B 61 of 103 ~ 59.22'%

%16.5
%24.27
%59.22

CMYK color model

#11193D color CMYK value is (72,59,0,76).

  • cyan value is 72.13%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (72,59,0,76)
C72M59Y0K76 (72%, 59%, 0%, 76%)
(0.72 / 0.59 / 0.00 / 0.76)

CMYK percentages

%72.13
%59.02
%0
%76.08

Codes

Color #11193D in popluar color models

11 19 3D
RGB 17 25 61
HSL 229° 56.41% 15.29%
HSB/HSV 229° 72.13% 23.92%
CMYK 72.13% 59.02% 0.00%
76.08%

Color #11193D in popluar number systems.

HEX 11 19 3D
Decimal 17 25 61
Binary 10001 11001 111101
Octal 21 31 75

Shades and tints

Shades of #11193D

#11193D
(17,25,61)
#101738
(16,23,56)
#0F1533
(15,21,51)
#0E132E
(14,19,46)
#0D1129
(13,17,41)
#0C0F24
(12,15,36)
#0B0D1F
(11,13,31)
#0A0B1A
(10,11,26)
#090915
(9,9,21)
#080710
(8,7,16)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #11193D

#11193D
(17,25,61)
#262D4E
(38,45,78)
#3B415F
(59,65,95)
#505570
(80,85,112)
#656981
(101,105,129)
#7A7D92
(122,125,146)
#8F91A3
(143,145,163)
#A4A5B4
(164,165,180)
#B9B9C5
(185,185,197)
#CECDD6
(206,205,214)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11193D color. Also use rgb(17,25,61) instead hex code.

Text Font Color

.myTextColor { color: #11193D; }

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

This text font color is #11193D.

Background Color

.myBgColor { background-color: #11193D; }

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

This div background color is #11193D.

Border color

.myBorderColor { border: 1px solid #11193D; }

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

This div border color is #11193D.

Opacity

.myOpacity80 { color: #11193D; opacity: 0.8; }

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

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

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

This text has shadow with #11193D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11193D.

Preview

Color preview on black background

This text has color #11193D on black background.


Color preview on white background

This text has color #11193D on white background.


Black color preview on #11193D background

This text has black color on #11193D background.


White color preview on #11193D background

This text has white color on #11193D background.


Related colors

Complementary color

Complementary color for #hex is #EEE6C2.


I love getcolorcode.com

Triadic colors

1 #3D1119 and #193D11 with #11193D are triadic colors.

2 #3D1911 and #19113D with #11193D are triadic colors.