COLOR #130844

HEX: #130844
RGB: (19,8,68)

Color info

#130844 contains mainly red and blue colors. Web safe color of #130844 is #000033 (or #003).

RGB color model

#130844 color RGB value is (19,8,68).

  • red value is 19;
  • green value is 8;
  • blue value is 68.
RGB:
(19,8,68)
(7%,3%,27%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 68 of 255 = 27%

19
8
68

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

Portions of RGB colors in percentages

R + G + B =
19 + 8 + 68 = 95 (100%)
R 19 of 95 ~ 20%
G 8 of 95 ~ 8.42%
B 68 of 95 ~ 71.58%

%20
%71.58

CMYK color model

#130844 color CMYK value is (72,88,0,73).

  • cyan value is 72.06%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(72,88,0,73)
C72M88Y0K73 
(72%,88%,0%,73%)
(0.72/0.88/0.00/0.73)	

CMYK percentages

%72.06
%88.24
%0
%73.33

Codes

Color #130844 in popluar color models

130844
RGB19868
HSL251°78.95%14.90%
HSB/HSV251°88.24%26.67%
CMYK72.06%88.24%0.00%
73.33%

Color #130844 in popluar number systems.

HEX130844
Decimal19868
Binary1001110001000100
Octal2310104

Shades and tints

Shades of #130844

#130844
(19,8,68)
#12083E
(18,8,62)
#110838
(17,8,56)
#100832
(16,8,50)
#0F082C
(15,8,44)
#0E0826
(14,8,38)
#0D0820
(13,8,32)
#0C081A
(12,8,26)
#0B0814
(11,8,20)
#0A080E
(10,8,14)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #130844

#130844
(19,8,68)
#281E55
(40,30,85)
#3D3466
(61,52,102)
#524A77
(82,74,119)
#676088
(103,96,136)
#7C7699
(124,118,153)
#918CAA
(145,140,170)
#A6A2BB
(166,162,187)
#BBB8CC
(187,184,204)
#D0CEDD
(208,206,221)
#E5E4EE
(229,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130844 color. Also use rgb(19,8,68) instead hex code.

Text Font Color

.myTextColor { color: #130844; }

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

This text font color is #130844.


Background Color

.myBgColor { background-color: #130844; }

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

This div background color is #130844.


Border color

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

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

This div border color is #130844.


Opacity

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

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

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

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

This text has shadow with #130844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130844 on black background.


Color preview on white background

This text has color #130844 on white background.



Black color preview on #130844 background

This text has black color on #130844 background.


White color preview on #130844 background

This text has white color on #130844 background.