COLOR #13133C

HEX: #13133C
RGB: (19,19,60)

Color info

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

RGB color model

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

  • red value is 19;
  • green value is 19;
  • blue value is 60.
RGB:
(19,19,60)
(7%,7%,24%)

RGB channels and saturation

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

19
19
60

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

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 60 = 98 (100%)
R 19 of 98 ~ 19.39%
G 19 of 98 ~ 19.39%
B 60 of 98 ~ 61.22%

%19.39
%19.39
%61.22

CMYK color model

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

  • cyan value is 68.33%
  • magenta value is 68.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(68,68,0,76)
C68M68Y0K76 
(68%,68%,0%,76%)
(0.68/0.68/0.00/0.76)	

CMYK percentages

%68.33
%68.33
%0
%76.47

Codes

Color #13133C in popluar color models

13133C
RGB191960
HSL240°51.90%15.49%
HSB/HSV240°68.33%23.53%
CMYK68.33%68.33%0.00%
76.47%

Color #13133C in popluar number systems.

HEX13133C
Decimal191960
Binary1001110011111100
Octal232374

Shades and tints

Shades of #13133C

#13133C
(19,19,60)
#121237
(18,18,55)
#111132
(17,17,50)
#10102D
(16,16,45)
#0F0F28
(15,15,40)
#0E0E23
(14,14,35)
#0D0D1E
(13,13,30)
#0C0C19
(12,12,25)
#0B0B14
(11,11,20)
#0A0A0F
(10,10,15)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #13133C

#13133C
(19,19,60)
#28284D
(40,40,77)
#3D3D5E
(61,61,94)
#52526F
(82,82,111)
#676780
(103,103,128)
#7C7C91
(124,124,145)
#9191A2
(145,145,162)
#A6A6B3
(166,166,179)
#BBBBC4
(187,187,196)
#D0D0D5
(208,208,213)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13133C; }

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

This text font color is #13133C.


Background Color

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

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

This div background color is #13133C.


Border color

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

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

This div border color is #13133C.


Opacity

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

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

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

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

This text has shadow with #13133C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13133C on black background.


Color preview on white background

This text has color #13133C on white background.



Black color preview on #13133C background

This text has black color on #13133C background.


White color preview on #13133C background

This text has white color on #13133C background.