COLOR #130243

HEX: #130243 RGB: (19,2,67)

Color info

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

RGB color model

#130243 color RGB value is (19,2,67).

RGB: (19,2,67) (7%, 1%, 26%)

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 67 of 255 = 26%

19
2
67

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

Portions of RGB colors in percentages

R + G + B = 19 + 2 + 67 = 88 (100%)
R 19 of 88 ~ 21.59%
G 2 of 88 ~ 2.27%
B 67 of 88 ~ 76.14'%

%21.59
%76.14

CMYK color model

#130243 color CMYK value is (72,97,0,74).

  • cyan value is 71.64%
  • magenta value is 97.01%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (72,97,0,74)
C72M97Y0K74 (72%, 97%, 0%, 74%)
(0.72 / 0.97 / 0.00 / 0.74)

CMYK percentages

%71.64
%97.01
%0
%73.73

Codes

Color #130243 in popluar color models

13 02 43
RGB 19 2 67
HSL 256° 94.20% 13.53%
HSB/HSV 256° 97.01% 26.27%
CMYK 71.64% 97.01% 0.00%
73.73%

Color #130243 in popluar number systems.

HEX 13 02 43
Decimal 19 2 67
Binary 10011 10 1000011
Octal 23 2 103

Shades and tints

Shades of #130243

#130243
(19,2,67)
#12023D
(18,2,61)
#110237
(17,2,55)
#100231
(16,2,49)
#0F022B
(15,2,43)
#0E0225
(14,2,37)
#0D021F
(13,2,31)
#0C0219
(12,2,25)
#0B0213
(11,2,19)
#0A020D
(10,2,13)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #130243

#130243
(19,2,67)
#281954
(40,25,84)
#3D3065
(61,48,101)
#524776
(82,71,118)
#675E87
(103,94,135)
#7C7598
(124,117,152)
#918CA9
(145,140,169)
#A6A3BA
(166,163,186)
#BBBACB
(187,186,203)
#D0D1DC
(208,209,220)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130243 color. Also use rgb(19,2,67) instead hex code.

Text Font Color

.myTextColor { color: #130243; }

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

This text font color is #130243.

Background Color

.myBgColor { background-color: #130243; }

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

This div background color is #130243.

Border color

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

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

This div border color is #130243.

Opacity

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

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

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

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

This text has shadow with #130243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130243.

Preview

Color preview on black background

This text has color #130243 on black background.


Color preview on white background

This text has color #130243 on white background.


Black color preview on #130243 background

This text has black color on #130243 background.


White color preview on #130243 background

This text has white color on #130243 background.


Related colors

Complementary color

Complementary color for #hex is #ECFDBC.


I love getcolorcode.com

Triadic colors

1 #431302 and #024313 with #130243 are triadic colors.

2 #430213 and #021343 with #130243 are triadic colors.