COLOR #13133D

HEX: #13133D
RGB: (19,19,61)

Color info

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

RGB color model

#13133D color RGB value is (19,19,61).

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

RGB channels and saturation

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

19
19
61

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

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 61 = 99 (100%)
R 19 of 99 ~ 19.19%
G 19 of 99 ~ 19.19%
B 61 of 99 ~ 61.62%

%19.19
%19.19
%61.62

CMYK color model

#13133D color CMYK value is (69,69,0,76).

  • cyan value is 68.85%
  • magenta value is 68.85%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(69,69,0,76)
C69M69Y0K76 
(69%,69%,0%,76%)
(0.69/0.69/0.00/0.76)	

CMYK percentages

%68.85
%68.85
%0
%76.08

Codes

Color #13133D in popluar color models

13133D
RGB191961
HSL240°52.50%15.69%
HSB/HSV240°68.85%23.92%
CMYK68.85%68.85%0.00%
76.08%

Color #13133D in popluar number systems.

HEX13133D
Decimal191961
Binary1001110011111101
Octal232375

Shades and tints

Shades of #13133D

#13133D
(19,19,61)
#121238
(18,18,56)
#111133
(17,17,51)
#10102E
(16,16,46)
#0F0F29
(15,15,41)
#0E0E24
(14,14,36)
#0D0D1F
(13,13,31)
#0C0C1A
(12,12,26)
#0B0B15
(11,11,21)
#0A0A10
(10,10,16)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #13133D

#13133D
(19,19,61)
#28284E
(40,40,78)
#3D3D5F
(61,61,95)
#525270
(82,82,112)
#676781
(103,103,129)
#7C7C92
(124,124,146)
#9191A3
(145,145,163)
#A6A6B4
(166,166,180)
#BBBBC5
(187,187,197)
#D0D0D6
(208,208,214)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13133D; }

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

This text font color is #13133D.


Background Color

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

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

This div background color is #13133D.


Border color

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

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

This div border color is #13133D.


Opacity

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

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

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

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

This text has shadow with #13133D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13133D on black background.


Color preview on white background

This text has color #13133D on white background.



Black color preview on #13133D background

This text has black color on #13133D background.


White color preview on #13133D background

This text has white color on #13133D background.