COLOR #130D50

HEX: #130D50 RGB: (19,13,80)

Color info

#130D50 contains mainly blue color. Web safe color of #130D50 is #000066 (or #006).

RGB color model

#130D50 color RGB value is (19,13,80).

RGB: (19,13,80) (7%, 5%, 31%)

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 80 of 255 = 31%

19
13
80

R + G + B ~ 14%. #130D50 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 13 + 80 = 112 (100%)
R 19 of 112 ~ 16.96%
G 13 of 112 ~ 11.61%
B 80 of 112 ~ 71.43'%

%16.96
%11.61
%71.43

CMYK color model

#130D50 color CMYK value is (76,84,0,69).

  • cyan value is 76.25%
  • magenta value is 83.75%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (76,84,0,69)
C76M84Y0K69 (76%, 84%, 0%, 69%)
(0.76 / 0.84 / 0.00 / 0.69)

CMYK percentages

%76.25
%83.75
%0
%68.63

Codes

Color #130D50 in popluar color models

13 0D 50
RGB 19 13 80
HSL 245° 72.04% 18.24%
HSB/HSV 245° 83.75% 31.37%
CMYK 76.25% 83.75% 0.00%
68.63%

Color #130D50 in popluar number systems.

HEX 13 0D 50
Decimal 19 13 80
Binary 10011 1101 1010000
Octal 23 15 120

Shades and tints

Shades of #130D50

#130D50
(19,13,80)
#120C49
(18,12,73)
#110B42
(17,11,66)
#100A3B
(16,10,59)
#0F0934
(15,9,52)
#0E082D
(14,8,45)
#0D0726
(13,7,38)
#0C061F
(12,6,31)
#0B0518
(11,5,24)
#0A0411
(10,4,17)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #130D50

#130D50
(19,13,80)
#28235F
(40,35,95)
#3D396E
(61,57,110)
#524F7D
(82,79,125)
#67658C
(103,101,140)
#7C7B9B
(124,123,155)
#9191AA
(145,145,170)
#A6A7B9
(166,167,185)
#BBBDC8
(187,189,200)
#D0D3D7
(208,211,215)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130D50 color. Also use rgb(19,13,80) instead hex code.

Text Font Color

.myTextColor { color: #130D50; }

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

This text font color is #130D50.

Background Color

.myBgColor { background-color: #130D50; }

<div style="background-color:#130D50">Inner text</div>

This div background color is #130D50.

Border color

.myBorderColor { border: 1px solid #130D50; }

<div style="border:3px solid #130D50">Div</div>

This div border color is #130D50.

Opacity

.myOpacity80 { color: #130D50; opacity: 0.8; }

<p style="color:#130D50;opacity:0.8;">80%</p>

Text with #130D50 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 #130D50;}

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

This text has shadow with #130D50 color.


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

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

This text has shadow with #130D50 primary color and red secondary color.


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

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

This text has shadow with #130D50 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #130D50.

Preview

Color preview on black background

This text has color #130D50 on black background.


Color preview on white background

This text has color #130D50 on white background.


Black color preview on #130D50 background

This text has black color on #130D50 background.


White color preview on #130D50 background

This text has white color on #130D50 background.


Related colors

Complementary color

Complementary color for #hex is #ECF2AF.


I love getcolorcode.com

Triadic colors

1 #50130D and #0D5013 with #130D50 are triadic colors.

2 #500D13 and #0D1350 with #130D50 are triadic colors.