COLOR #130B35

HEX: #130B35
RGB: (19,11,53)

Color info

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

RGB color model

#130B35 color RGB value is (19,11,53).

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

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 53 of 255 = 21%

19
11
53

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

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 53 = 83 (100%)
R 19 of 83 ~ 22.89%
G 11 of 83 ~ 13.25%
B 53 of 83 ~ 63.86%

%22.89
%13.25
%63.86

CMYK color model

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

  • cyan value is 64.15%
  • magenta value is 79.25%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(64,79,0,79)
C64M79Y0K79 
(64%,79%,0%,79%)
(0.64/0.79/0.00/0.79)	

CMYK percentages

%64.15
%79.25
%0
%79.22

Codes

Color #130B35 in popluar color models

130B35
RGB191153
HSL251°65.63%12.55%
HSB/HSV251°79.25%20.78%
CMYK64.15%79.25%0.00%
79.22%

Color #130B35 in popluar number systems.

HEX130B35
Decimal191153
Binary100111011110101
Octal231365

Shades and tints

Shades of #130B35

#130B35
(19,11,53)
#120A31
(18,10,49)
#11092D
(17,9,45)
#100829
(16,8,41)
#0F0725
(15,7,37)
#0E0621
(14,6,33)
#0D051D
(13,5,29)
#0C0419
(12,4,25)
#0B0315
(11,3,21)
#0A0211
(10,2,17)
#09010D
(9,1,13)
#000000
(0,0,0)

Tints of #130B35

#130B35
(19,11,53)
#282147
(40,33,71)
#3D3759
(61,55,89)
#524D6B
(82,77,107)
#67637D
(103,99,125)
#7C798F
(124,121,143)
#918FA1
(145,143,161)
#A6A5B3
(166,165,179)
#BBBBC5
(187,187,197)
#D0D1D7
(208,209,215)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130B35; }

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

This text font color is #130B35.


Background Color

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

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

This div background color is #130B35.


Border color

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

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

This div border color is #130B35.


Opacity

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

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

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

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

This text has shadow with #130B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B35 on black background.


Color preview on white background

This text has color #130B35 on white background.



Black color preview on #130B35 background

This text has black color on #130B35 background.


White color preview on #130B35 background

This text has white color on #130B35 background.