COLOR #130A2E

HEX: #130A2E RGB: (19,10,46)

Color info

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

RGB color model

#130A2E color RGB value is (19,10,46).

RGB: (19,10,46) (7%, 4%, 18%)

RGB channels and saturation

R 19 of 255 = 7%
G 10 of 255 = 4%
B 46 of 255 = 18%

19
10
46

R + G + B ~ 10%. #130A2E is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 10 + 46 = 75 (100%)
R 19 of 75 ~ 25.33%
G 10 of 75 ~ 13.33%
B 46 of 75 ~ 61.33'%

%25.33
%13.33
%61.33

CMYK color model

#130A2E color CMYK value is (59,78,0,82).

  • cyan value is 58.70%
  • magenta value is 78.26%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (59,78,0,82)
C59M78Y0K82 (59%, 78%, 0%, 82%)
(0.59 / 0.78 / 0.00 / 0.82)

CMYK percentages

%58.7
%78.26
%0
%81.96

Codes

Color #130A2E in popluar color models

13 0A 2E
RGB 19 10 46
HSL 255° 64.29% 10.98%
HSB/HSV 255° 78.26% 18.04%
CMYK 58.70% 78.26% 0.00%
81.96%

Color #130A2E in popluar number systems.

HEX 13 0A 2E
Decimal 19 10 46
Binary 10011 1010 101110
Octal 23 12 56

Shades and tints

Shades of #130A2E

#130A2E
(19,10,46)
#120A2A
(18,10,42)
#110A26
(17,10,38)
#100A22
(16,10,34)
#0F0A1E
(15,10,30)
#0E0A1A
(14,10,26)
#0D0A16
(13,10,22)
#0C0A12
(12,10,18)
#0B0A0E
(11,10,14)
#0A0A0A
(10,10,10)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #130A2E

#130A2E
(19,10,46)
#282041
(40,32,65)
#3D3654
(61,54,84)
#524C67
(82,76,103)
#67627A
(103,98,122)
#7C788D
(124,120,141)
#918EA0
(145,142,160)
#A6A4B3
(166,164,179)
#BBBAC6
(187,186,198)
#D0D0D9
(208,208,217)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130A2E color. Also use rgb(19,10,46) instead hex code.

Text Font Color

.myTextColor { color: #130A2E; }

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

This text font color is #130A2E.

Background Color

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

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

This div background color is #130A2E.

Border color

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

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

This div border color is #130A2E.

Opacity

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

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

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

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

This text has shadow with #130A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130A2E.

Preview

Color preview on black background

This text has color #130A2E on black background.


Color preview on white background

This text has color #130A2E on white background.


Black color preview on #130A2E background

This text has black color on #130A2E background.


White color preview on #130A2E background

This text has white color on #130A2E background.


Related colors

Complementary color

Complementary color for #hex is #ECF5D1.


I love getcolorcode.com

Triadic colors

1 #2E130A and #0A2E13 with #130A2E are triadic colors.

2 #2E0A13 and #0A132E with #130A2E are triadic colors.