COLOR #130B39

HEX: #130B39
RGB: (19,11,57)

Color info

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

RGB color model

#130B39 color RGB value is (19,11,57).

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

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 57 of 255 = 22%

19
11
57

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

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 57 = 87 (100%)
R 19 of 87 ~ 21.84%
G 11 of 87 ~ 12.64%
B 57 of 87 ~ 65.52%

%21.84
%12.64
%65.52

CMYK color model

#130B39 color CMYK value is (67,81,0,78).

  • cyan value is 66.67%
  • magenta value is 80.70%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(67,81,0,78)
C67M81Y0K78 
(67%,81%,0%,78%)
(0.67/0.81/0.00/0.78)	

CMYK percentages

%66.67
%80.7
%0
%77.65

Codes

Color #130B39 in popluar color models

130B39
RGB191157
HSL250°67.65%13.33%
HSB/HSV250°80.70%22.35%
CMYK66.67%80.70%0.00%
77.65%

Color #130B39 in popluar number systems.

HEX130B39
Decimal191157
Binary100111011111001
Octal231371

Shades and tints

Shades of #130B39

#130B39
(19,11,57)
#120A34
(18,10,52)
#11092F
(17,9,47)
#10082A
(16,8,42)
#0F0725
(15,7,37)
#0E0620
(14,6,32)
#0D051B
(13,5,27)
#0C0416
(12,4,22)
#0B0311
(11,3,17)
#0A020C
(10,2,12)
#090107
(9,1,7)
#000000
(0,0,0)

Tints of #130B39

#130B39
(19,11,57)
#28214B
(40,33,75)
#3D375D
(61,55,93)
#524D6F
(82,77,111)
#676381
(103,99,129)
#7C7993
(124,121,147)
#918FA5
(145,143,165)
#A6A5B7
(166,165,183)
#BBBBC9
(187,187,201)
#D0D1DB
(208,209,219)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130B39; }

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

This text font color is #130B39.


Background Color

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

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

This div background color is #130B39.


Border color

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

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

This div border color is #130B39.


Opacity

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

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

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

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

This text has shadow with #130B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B39 on black background.


Color preview on white background

This text has color #130B39 on white background.



Black color preview on #130B39 background

This text has black color on #130B39 background.


White color preview on #130B39 background

This text has white color on #130B39 background.