COLOR #13033C

HEX: #13033C RGB: (19,3,60)

Color info

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

RGB color model

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

RGB: (19,3,60) (7%, 1%, 24%)

RGB channels and saturation

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

19
3
60

R + G + B ~ 11%. #13033C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 3 + 60 = 82 (100%)
R 19 of 82 ~ 23.17%
G 3 of 82 ~ 3.66%
B 60 of 82 ~ 73.17'%

%23.17
%73.17

CMYK color model

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

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

CMYK percentages

%68.33
%95
%0
%76.47

Codes

Color #13033C in popluar color models

13 03 3C
RGB 19 3 60
HSL 257° 90.48% 12.35%
HSB/HSV 257° 95.00% 23.53%
CMYK 68.33% 95.00% 0.00%
76.47%

Color #13033C in popluar number systems.

HEX 13 03 3C
Decimal 19 3 60
Binary 10011 11 111100
Octal 23 3 74

Shades and tints

Shades of #13033C

#13033C
(19,3,60)
#120337
(18,3,55)
#110332
(17,3,50)
#10032D
(16,3,45)
#0F0328
(15,3,40)
#0E0323
(14,3,35)
#0D031E
(13,3,30)
#0C0319
(12,3,25)
#0B0314
(11,3,20)
#0A030F
(10,3,15)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #13033C

#13033C
(19,3,60)
#28194D
(40,25,77)
#3D2F5E
(61,47,94)
#52456F
(82,69,111)
#675B80
(103,91,128)
#7C7191
(124,113,145)
#9187A2
(145,135,162)
#A69DB3
(166,157,179)
#BBB3C4
(187,179,196)
#D0C9D5
(208,201,213)
#E5DFE6
(229,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13033C; }

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

This text font color is #13033C.

Background Color

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

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

This div background color is #13033C.

Border color

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

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

This div border color is #13033C.

Opacity

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

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

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

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

This text has shadow with #13033C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13033C.

Preview

Color preview on black background

This text has color #13033C on black background.


Color preview on white background

This text has color #13033C on white background.


Black color preview on #13033C background

This text has black color on #13033C background.


White color preview on #13033C background

This text has white color on #13033C background.


Related colors

Complementary color

Complementary color for #hex is #ECFCC3.


I love getcolorcode.com

Triadic colors

1 #3C1303 and #033C13 with #13033C are triadic colors.

2 #3C0313 and #03133C with #13033C are triadic colors.