COLOR #130440

HEX: #130440
RGB: (19,4,64)

Color info

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

RGB color model

#130440 color RGB value is (19,4,64).

  • red value is 19;
  • green value is 4;
  • blue value is 64.
RGB:
(19,4,64)
(7%,2%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 4 of 255 = 2%
B 64 of 255 = 25%

19
4
64

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

Portions of RGB colors in percentages

R + G + B =
19 + 4 + 64 = 87 (100%)
R 19 of 87 ~ 21.84%
G 4 of 87 ~ 4.6%
B 64 of 87 ~ 73.56%

%21.84
%73.56

CMYK color model

#130440 color CMYK value is (70,94,0,75).

  • cyan value is 70.31%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(70,94,0,75)
C70M94Y0K75 
(70%,94%,0%,75%)
(0.70/0.94/0.00/0.75)	

CMYK percentages

%70.31
%93.75
%0
%74.9

Codes

Color #130440 in popluar color models

130440
RGB19464
HSL255°88.24%13.33%
HSB/HSV255°93.75%25.10%
CMYK70.31%93.75%0.00%
74.90%

Color #130440 in popluar number systems.

HEX130440
Decimal19464
Binary100111001000000
Octal234100

Shades and tints

Shades of #130440

#130440
(19,4,64)
#12043B
(18,4,59)
#110436
(17,4,54)
#100431
(16,4,49)
#0F042C
(15,4,44)
#0E0427
(14,4,39)
#0D0422
(13,4,34)
#0C041D
(12,4,29)
#0B0418
(11,4,24)
#0A0413
(10,4,19)
#09040E
(9,4,14)
#000000
(0,0,0)

Tints of #130440

#130440
(19,4,64)
#281A51
(40,26,81)
#3D3062
(61,48,98)
#524673
(82,70,115)
#675C84
(103,92,132)
#7C7295
(124,114,149)
#9188A6
(145,136,166)
#A69EB7
(166,158,183)
#BBB4C8
(187,180,200)
#D0CAD9
(208,202,217)
#E5E0EA
(229,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130440 color. Also use rgb(19,4,64) instead hex code.

Text Font Color

.myTextColor { color: #130440; }

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

This text font color is #130440.


Background Color

.myBgColor { background-color: #130440; }

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

This div background color is #130440.


Border color

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

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

This div border color is #130440.


Opacity

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

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

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

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

This text has shadow with #130440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130440 on black background.


Color preview on white background

This text has color #130440 on white background.



Black color preview on #130440 background

This text has black color on #130440 background.


White color preview on #130440 background

This text has white color on #130440 background.