COLOR #130E36

HEX: #130E36 RGB: (19,14,54)

Color info

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

RGB color model

#130E36 color RGB value is (19,14,54).

RGB: (19,14,54) (7%, 5%, 21%)

RGB channels and saturation

R 19 of 255 = 7%
G 14 of 255 = 5%
B 54 of 255 = 21%

19
14
54

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

Portions of RGB colors in percentages

R + G + B = 19 + 14 + 54 = 87 (100%)
R 19 of 87 ~ 21.84%
G 14 of 87 ~ 16.09%
B 54 of 87 ~ 62.07'%

%21.84
%16.09
%62.07

CMYK color model

#130E36 color CMYK value is (65,74,0,79).

  • cyan value is 64.81%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (65,74,0,79)
C65M74Y0K79 (65%, 74%, 0%, 79%)
(0.65 / 0.74 / 0.00 / 0.79)

CMYK percentages

%64.81
%74.07
%0
%78.82

Codes

Color #130E36 in popluar color models

13 0E 36
RGB 19 14 54
HSL 248° 58.82% 13.33%
HSB/HSV 248° 74.07% 21.18%
CMYK 64.81% 74.07% 0.00%
78.82%

Color #130E36 in popluar number systems.

HEX 13 0E 36
Decimal 19 14 54
Binary 10011 1110 110110
Octal 23 16 66

Shades and tints

Shades of #130E36

#130E36
(19,14,54)
#120D32
(18,13,50)
#110C2E
(17,12,46)
#100B2A
(16,11,42)
#0F0A26
(15,10,38)
#0E0922
(14,9,34)
#0D081E
(13,8,30)
#0C071A
(12,7,26)
#0B0616
(11,6,22)
#0A0512
(10,5,18)
#09040E
(9,4,14)
#000000
(0,0,0)

Tints of #130E36

#130E36
(19,14,54)
#282348
(40,35,72)
#3D385A
(61,56,90)
#524D6C
(82,77,108)
#67627E
(103,98,126)
#7C7790
(124,119,144)
#918CA2
(145,140,162)
#A6A1B4
(166,161,180)
#BBB6C6
(187,182,198)
#D0CBD8
(208,203,216)
#E5E0EA
(229,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130E36; }

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

This text font color is #130E36.

Background Color

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

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

This div background color is #130E36.

Border color

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

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

This div border color is #130E36.

Opacity

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

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

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

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

This text has shadow with #130E36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130E36.

Preview

Color preview on black background

This text has color #130E36 on black background.


Color preview on white background

This text has color #130E36 on white background.


Black color preview on #130E36 background

This text has black color on #130E36 background.


White color preview on #130E36 background

This text has white color on #130E36 background.


Related colors

Complementary color

Complementary color for #hex is #ECF1C9.


I love getcolorcode.com

Triadic colors

1 #36130E and #0E3613 with #130E36 are triadic colors.

2 #360E13 and #0E1336 with #130E36 are triadic colors.