COLOR #130E81

HEX: #130E81 RGB: (19,14,129)

Color info

#130E81 contains mainly blue color. Web safe color of #130E81 is #000099 (or #009).

RGB color model

#130E81 color RGB value is (19,14,129).

RGB: (19,14,129) (7%, 5%, 51%)

RGB channels and saturation

R 19 of 255 = 7%
G 14 of 255 = 5%
B 129 of 255 = 51%

19
14
129

R + G + B ~ 21%. #130E81 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 14 + 129 = 162 (100%)
R 19 of 162 ~ 11.73%
G 14 of 162 ~ 8.64%
B 129 of 162 ~ 79.63'%

%11.73
%79.63

CMYK color model

#130E81 color CMYK value is (85,89,0,49).

  • cyan value is 85.27%
  • magenta value is 89.15%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (85,89,0,49)
C85M89Y0K49 (85%, 89%, 0%, 49%)
(0.85 / 0.89 / 0.00 / 0.49)

CMYK percentages

%85.27
%89.15
%0
%49.41

Codes

Color #130E81 in popluar color models

13 0E 81
RGB 19 14 129
HSL 243° 80.42% 28.04%
HSB/HSV 243° 89.15% 50.59%
CMYK 85.27% 89.15% 0.00%
49.41%

Color #130E81 in popluar number systems.

HEX 13 0E 81
Decimal 19 14 129
Binary 10011 1110 10000001
Octal 23 16 201

Shades and tints

Shades of #130E81

#130E81
(19,14,129)
#120D76
(18,13,118)
#110C6B
(17,12,107)
#100B60
(16,11,96)
#0F0A55
(15,10,85)
#0E094A
(14,9,74)
#0D083F
(13,8,63)
#0C0734
(12,7,52)
#0B0629
(11,6,41)
#0A051E
(10,5,30)
#090413
(9,4,19)
#000000
(0,0,0)

Tints of #130E81

#130E81
(19,14,129)
#28238C
(40,35,140)
#3D3897
(61,56,151)
#524DA2
(82,77,162)
#6762AD
(103,98,173)
#7C77B8
(124,119,184)
#918CC3
(145,140,195)
#A6A1CE
(166,161,206)
#BBB6D9
(187,182,217)
#D0CBE4
(208,203,228)
#E5E0EF
(229,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130E81 color. Also use rgb(19,14,129) instead hex code.

Text Font Color

.myTextColor { color: #130E81; }

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

This text font color is #130E81.

Background Color

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

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

This div background color is #130E81.

Border color

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

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

This div border color is #130E81.

Opacity

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

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

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

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

This text has shadow with #130E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130E81.

Preview

Color preview on black background

This text has color #130E81 on black background.


Color preview on white background

This text has color #130E81 on white background.


Black color preview on #130E81 background

This text has black color on #130E81 background.


White color preview on #130E81 background

This text has white color on #130E81 background.


Related colors

Complementary color

Complementary color for #hex is #ECF17E.


I love getcolorcode.com

Triadic colors

1 #81130E and #0E8113 with #130E81 are triadic colors.

2 #810E13 and #0E1381 with #130E81 are triadic colors.