COLOR #130628

HEX: #130628 RGB: (19,6,40)

Color info

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

RGB color model

#130628 color RGB value is (19,6,40).

RGB: (19,6,40) (7%, 2%, 16%)

RGB channels and saturation

R 19 of 255 = 7%
G 6 of 255 = 2%
B 40 of 255 = 16%

19
6
40

R + G + B ~ 8%. #130628 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 6 + 40 = 65 (100%)
R 19 of 65 ~ 29.23%
G 6 of 65 ~ 9.23%
B 40 of 65 ~ 61.54'%

%29.23
%61.54

CMYK color model

#130628 color CMYK value is (53,85,0,84).

  • cyan value is 52.50%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (53,85,0,84)
C53M85Y0K84 (53%, 85%, 0%, 84%)
(0.53 / 0.85 / 0.00 / 0.84)

CMYK percentages

%52.5
%85
%0
%84.31

Codes

Color #130628 in popluar color models

13 06 28
RGB 19 6 40
HSL 263° 73.91% 9.02%
HSB/HSV 263° 85.00% 15.69%
CMYK 52.50% 85.00% 0.00%
84.31%

Color #130628 in popluar number systems.

HEX 13 06 28
Decimal 19 6 40
Binary 10011 110 101000
Octal 23 6 50

Shades and tints

Shades of #130628

#130628
(19,6,40)
#120625
(18,6,37)
#110622
(17,6,34)
#10061F
(16,6,31)
#0F061C
(15,6,28)
#0E0619
(14,6,25)
#0D0616
(13,6,22)
#0C0613
(12,6,19)
#0B0610
(11,6,16)
#0A060D
(10,6,13)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #130628

#130628
(19,6,40)
#281C3B
(40,28,59)
#3D324E
(61,50,78)
#524861
(82,72,97)
#675E74
(103,94,116)
#7C7487
(124,116,135)
#918A9A
(145,138,154)
#A6A0AD
(166,160,173)
#BBB6C0
(187,182,192)
#D0CCD3
(208,204,211)
#E5E2E6
(229,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130628 color. Also use rgb(19,6,40) instead hex code.

Text Font Color

.myTextColor { color: #130628; }

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

This text font color is #130628.

Background Color

.myBgColor { background-color: #130628; }

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

This div background color is #130628.

Border color

.myBorderColor { border: 1px solid #130628; }

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

This div border color is #130628.

Opacity

.myOpacity80 { color: #130628; opacity: 0.8; }

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

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

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

This text has shadow with #130628 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130628.

Preview

Color preview on black background

This text has color #130628 on black background.


Color preview on white background

This text has color #130628 on white background.


Black color preview on #130628 background

This text has black color on #130628 background.


White color preview on #130628 background

This text has white color on #130628 background.


Related colors

Complementary color

Complementary color for #hex is #ECF9D7.


I love getcolorcode.com

Triadic colors

1 #281306 and #062813 with #130628 are triadic colors.

2 #280613 and #061328 with #130628 are triadic colors.