COLOR #130E35

HEX: #130E35 RGB: (19,14,53)

Color info

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

RGB color model

#130E35 color RGB value is (19,14,53).

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

RGB channels and saturation

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

19
14
53

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

Portions of RGB colors in percentages

R + G + B = 19 + 14 + 53 = 86 (100%)
R 19 of 86 ~ 22.09%
G 14 of 86 ~ 16.28%
B 53 of 86 ~ 61.63'%

%22.09
%16.28
%61.63

CMYK color model

#130E35 color CMYK value is (64,74,0,79).

  • cyan value is 64.15%
  • magenta value is 73.58%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (64,74,0,79)
C64M74Y0K79 (64%, 74%, 0%, 79%)
(0.64 / 0.74 / 0.00 / 0.79)

CMYK percentages

%64.15
%73.58
%0
%79.22

Codes

Color #130E35 in popluar color models

13 0E 35
RGB 19 14 53
HSL 248° 58.21% 13.14%
HSB/HSV 248° 73.58% 20.78%
CMYK 64.15% 73.58% 0.00%
79.22%

Color #130E35 in popluar number systems.

HEX 13 0E 35
Decimal 19 14 53
Binary 10011 1110 110101
Octal 23 16 65

Shades and tints

Shades of #130E35

#130E35
(19,14,53)
#120D31
(18,13,49)
#110C2D
(17,12,45)
#100B29
(16,11,41)
#0F0A25
(15,10,37)
#0E0921
(14,9,33)
#0D081D
(13,8,29)
#0C0719
(12,7,25)
#0B0615
(11,6,21)
#0A0511
(10,5,17)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #130E35

#130E35
(19,14,53)
#282347
(40,35,71)
#3D3859
(61,56,89)
#524D6B
(82,77,107)
#67627D
(103,98,125)
#7C778F
(124,119,143)
#918CA1
(145,140,161)
#A6A1B3
(166,161,179)
#BBB6C5
(187,182,197)
#D0CBD7
(208,203,215)
#E5E0E9
(229,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130E35; }

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

This text font color is #130E35.

Background Color

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

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

This div background color is #130E35.

Border color

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

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

This div border color is #130E35.

Opacity

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

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

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

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

This text has shadow with #130E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130E35.

Preview

Color preview on black background

This text has color #130E35 on black background.


Color preview on white background

This text has color #130E35 on white background.


Black color preview on #130E35 background

This text has black color on #130E35 background.


White color preview on #130E35 background

This text has white color on #130E35 background.


Related colors

Complementary color

Complementary color for #hex is #ECF1CA.


I love getcolorcode.com

Triadic colors

1 #35130E and #0E3513 with #130E35 are triadic colors.

2 #350E13 and #0E1335 with #130E35 are triadic colors.