COLOR #130A2D

HEX: #130A2D
RGB: (19,10,45)

Color info

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

RGB color model

#130A2D color RGB value is (19,10,45).

  • red value is 19;
  • green value is 10;
  • blue value is 45.
RGB:
(19,10,45)
(7%,4%,18%)

RGB channels and saturation

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

19
10
45

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

Portions of RGB colors in percentages

R + G + B =
19 + 10 + 45 = 74 (100%)
R 19 of 74 ~ 25.68%
G 10 of 74 ~ 13.51%
B 45 of 74 ~ 60.81%

%25.68
%13.51
%60.81

CMYK color model

#130A2D color CMYK value is (58,78,0,82).

  • cyan value is 57.78%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(58,78,0,82)
C58M78Y0K82 
(58%,78%,0%,82%)
(0.58/0.78/0.00/0.82)	

CMYK percentages

%57.78
%77.78
%0
%82.35

Codes

Color #130A2D in popluar color models

130A2D
RGB191045
HSL255°63.64%10.78%
HSB/HSV255°77.78%17.65%
CMYK57.78%77.78%0.00%
82.35%

Color #130A2D in popluar number systems.

HEX130A2D
Decimal191045
Binary100111010101101
Octal231255

Shades and tints

Shades of #130A2D

#130A2D
(19,10,45)
#120A29
(18,10,41)
#110A25
(17,10,37)
#100A21
(16,10,33)
#0F0A1D
(15,10,29)
#0E0A19
(14,10,25)
#0D0A15
(13,10,21)
#0C0A11
(12,10,17)
#0B0A0D
(11,10,13)
#0A0A09
(10,10,9)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #130A2D

#130A2D
(19,10,45)
#282040
(40,32,64)
#3D3653
(61,54,83)
#524C66
(82,76,102)
#676279
(103,98,121)
#7C788C
(124,120,140)
#918E9F
(145,142,159)
#A6A4B2
(166,164,178)
#BBBAC5
(187,186,197)
#D0D0D8
(208,208,216)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130A2D; }

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

This text font color is #130A2D.


Background Color

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

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

This div background color is #130A2D.


Border color

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

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

This div border color is #130A2D.


Opacity

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

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

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

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

This text has shadow with #130A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130A2D on black background.


Color preview on white background

This text has color #130A2D on white background.



Black color preview on #130A2D background

This text has black color on #130A2D background.


White color preview on #130A2D background

This text has white color on #130A2D background.