COLOR #13003C

HEX: #13003C
RGB: (19,0,60)

Color info

#13003C contains only red and blue colors. Web safe color of #13003C is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

19
0
60

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

Portions of RGB colors in percentages

R + G + B =
19 + 0 + 60 = 79 (100%)
R 19 of 79 ~ 24.05%
G 0 of 79 ~ 0%
B 60 of 79 ~ 75.95%

%24.05
%75.95

CMYK color model

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

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

CMYK percentages

%68.33
%100
%0
%76.47

Codes

Color #13003C in popluar color models

13003C
RGB19060
HSL259°100.00%11.76%
HSB/HSV259°100.00%23.53%
CMYK68.33%100.00%0.00%
76.47%

Color #13003C in popluar number systems.

HEX13003C
Decimal19060
Binary100110111100
Octal23074

Shades and tints

Shades of #13003C

#13003C
(19,0,60)
#120037
(18,0,55)
#110032
(17,0,50)
#10002D
(16,0,45)
#0F0028
(15,0,40)
#0E0023
(14,0,35)
#0D001E
(13,0,30)
#0C0019
(12,0,25)
#0B0014
(11,0,20)
#0A000F
(10,0,15)
#09000A
(9,0,10)
#000000
(0,0,0)

Tints of #13003C

#13003C
(19,0,60)
#28174D
(40,23,77)
#3D2E5E
(61,46,94)
#52456F
(82,69,111)
#675C80
(103,92,128)
#7C7391
(124,115,145)
#918AA2
(145,138,162)
#A6A1B3
(166,161,179)
#BBB8C4
(187,184,196)
#D0CFD5
(208,207,213)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13003C; }

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

This text font color is #13003C.


Background Color

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

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

This div background color is #13003C.


Border color

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

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

This div border color is #13003C.


Opacity

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

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

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

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

This text has shadow with #13003C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13003C on black background.


Color preview on white background

This text has color #13003C on white background.



Black color preview on #13003C background

This text has black color on #13003C background.


White color preview on #13003C background

This text has white color on #13003C background.