COLOR #13113C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
17
60

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

Portions of RGB colors in percentages

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

%19.79
%17.71
%62.5

CMYK color model

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

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

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

CMYK percentages

%68.33
%71.67
%0
%76.47

Codes

Color #13113C in popluar color models

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

Color #13113C in popluar number systems.

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

Shades and tints

Shades of #13113C

#13113C
(19,17,60)
#121037
(18,16,55)
#110F32
(17,15,50)
#100E2D
(16,14,45)
#0F0D28
(15,13,40)
#0E0C23
(14,12,35)
#0D0B1E
(13,11,30)
#0C0A19
(12,10,25)
#0B0914
(11,9,20)
#0A080F
(10,8,15)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #13113C

#13113C
(19,17,60)
#28264D
(40,38,77)
#3D3B5E
(61,59,94)
#52506F
(82,80,111)
#676580
(103,101,128)
#7C7A91
(124,122,145)
#918FA2
(145,143,162)
#A6A4B3
(166,164,179)
#BBB9C4
(187,185,196)
#D0CED5
(208,206,213)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13113C; }

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

This text font color is #13113C.

Background Color

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

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

This div background color is #13113C.

Border color

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

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

This div border color is #13113C.

Opacity

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

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

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

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

This text has shadow with #13113C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13113C.

Preview

Color preview on black background

This text has color #13113C on black background.


Color preview on white background

This text has color #13113C on white background.


Black color preview on #13113C background

This text has black color on #13113C background.


White color preview on #13113C background

This text has white color on #13113C background.


Related colors

Complementary color

Complementary color for #hex is #ECEEC3.


I love getcolorcode.com

Triadic colors

1 #3C1311 and #113C13 with #13113C are triadic colors.

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