COLOR #13103E

HEX: #13103E
RGB: (19,16,62)

Color info

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

RGB color model

#13103E color RGB value is (19,16,62).

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

RGB channels and saturation

R 19 of 255 = 7%
G 16 of 255 = 6%
B 62 of 255 = 24%

19
16
62

R + G + B ~ 12%. #13103E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 16 + 62 = 97 (100%)
R 19 of 97 ~ 19.59%
G 16 of 97 ~ 16.49%
B 62 of 97 ~ 63.92%

%19.59
%16.49
%63.92

CMYK color model

#13103E color CMYK value is (69,74,0,76).

  • cyan value is 69.35%
  • magenta value is 74.19%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(69,74,0,76)
C69M74Y0K76 
(69%,74%,0%,76%)
(0.69/0.74/0.00/0.76)	

CMYK percentages

%69.35
%74.19
%0
%75.69

Codes

Color #13103E in popluar color models

13103E
RGB191662
HSL244°58.97%15.29%
HSB/HSV244°74.19%24.31%
CMYK69.35%74.19%0.00%
75.69%

Color #13103E in popluar number systems.

HEX13103E
Decimal191662
Binary1001110000111110
Octal232076

Shades and tints

Shades of #13103E

#13103E
(19,16,62)
#120F39
(18,15,57)
#110E34
(17,14,52)
#100D2F
(16,13,47)
#0F0C2A
(15,12,42)
#0E0B25
(14,11,37)
#0D0A20
(13,10,32)
#0C091B
(12,9,27)
#0B0816
(11,8,22)
#0A0711
(10,7,17)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #13103E

#13103E
(19,16,62)
#28254F
(40,37,79)
#3D3A60
(61,58,96)
#524F71
(82,79,113)
#676482
(103,100,130)
#7C7993
(124,121,147)
#918EA4
(145,142,164)
#A6A3B5
(166,163,181)
#BBB8C6
(187,184,198)
#D0CDD7
(208,205,215)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13103E color. Also use rgb(19,16,62) instead hex code.

Text Font Color

.myTextColor { color: #13103E; }

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

This text font color is #13103E.


Background Color

.myBgColor { background-color: #13103E; }

<div style="background-color:#13103E">Inner text</div>

This div background color is #13103E.


Border color

.myBorderColor { border: 1px solid #13103E; }

<div style="border:3px solid #13103E">Div</div>

This div border color is #13103E.


Opacity

.myOpacity80 { color: #13103E; opacity: 0.8; }

<p style="color:#13103E;opacity:0.8;">80%</p>

Text with #13103E 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 #13103E;}

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

This text has shadow with #13103E color.

.textShadow {text-shadow: 3px 3px 1px #13103E, 3px 3px 1px red;}

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

This text has shadow with #13103E primary color and red secondary color.


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

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

This text has shadow with #13103E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13103E on black background.


Color preview on white background

This text has color #13103E on white background.



Black color preview on #13103E background

This text has black color on #13103E background.


White color preview on #13103E background

This text has white color on #13103E background.