COLOR #130835

HEX: #130835
RGB: (19,8,53)

Color info

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

RGB color model

#130835 color RGB value is (19,8,53).

  • red value is 19;
  • green value is 8;
  • blue value is 53.
RGB:
(19,8,53)
(7%,3%,21%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 53 of 255 = 21%

19
8
53

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

Portions of RGB colors in percentages

R + G + B =
19 + 8 + 53 = 80 (100%)
R 19 of 80 ~ 23.75%
G 8 of 80 ~ 10%
B 53 of 80 ~ 66.25%

%23.75
%10
%66.25

CMYK color model

#130835 color CMYK value is (64,85,0,79).

  • cyan value is 64.15%
  • magenta value is 84.91%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(64,85,0,79)
C64M85Y0K79 
(64%,85%,0%,79%)
(0.64/0.85/0.00/0.79)	

CMYK percentages

%64.15
%84.91
%0
%79.22

Codes

Color #130835 in popluar color models

130835
RGB19853
HSL255°73.77%11.96%
HSB/HSV255°84.91%20.78%
CMYK64.15%84.91%0.00%
79.22%

Color #130835 in popluar number systems.

HEX130835
Decimal19853
Binary100111000110101
Octal231065

Shades and tints

Shades of #130835

#130835
(19,8,53)
#120831
(18,8,49)
#11082D
(17,8,45)
#100829
(16,8,41)
#0F0825
(15,8,37)
#0E0821
(14,8,33)
#0D081D
(13,8,29)
#0C0819
(12,8,25)
#0B0815
(11,8,21)
#0A0811
(10,8,17)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #130835

#130835
(19,8,53)
#281E47
(40,30,71)
#3D3459
(61,52,89)
#524A6B
(82,74,107)
#67607D
(103,96,125)
#7C768F
(124,118,143)
#918CA1
(145,140,161)
#A6A2B3
(166,162,179)
#BBB8C5
(187,184,197)
#D0CED7
(208,206,215)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130835; }

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

This text font color is #130835.


Background Color

.myBgColor { background-color: #130835; }

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

This div background color is #130835.


Border color

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

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

This div border color is #130835.


Opacity

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

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

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

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

This text has shadow with #130835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130835 on black background.


Color preview on white background

This text has color #130835 on white background.



Black color preview on #130835 background

This text has black color on #130835 background.


White color preview on #130835 background

This text has white color on #130835 background.