COLOR #130B28

HEX: #130B28
RGB: (19,11,40)

Color info

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

RGB color model

#130B28 color RGB value is (19,11,40).

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

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 40 of 255 = 16%

19
11
40

R + G + B ~ 9%. #130B28 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 40 = 70 (100%)
R 19 of 70 ~ 27.14%
G 11 of 70 ~ 15.71%
B 40 of 70 ~ 57.14%

%27.14
%15.71
%57.14

CMYK color model

#130B28 color CMYK value is (53,73,0,84).

  • cyan value is 52.50%
  • magenta value is 72.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(53,73,0,84)
C53M73Y0K84 
(53%,73%,0%,84%)
(0.53/0.73/0.00/0.84)	

CMYK percentages

%52.5
%72.5
%0
%84.31

Codes

Color #130B28 in popluar color models

130B28
RGB191140
HSL257°56.86%10.00%
HSB/HSV257°72.50%15.69%
CMYK52.50%72.50%0.00%
84.31%

Color #130B28 in popluar number systems.

HEX130B28
Decimal191140
Binary100111011101000
Octal231350

Shades and tints

Shades of #130B28

#130B28
(19,11,40)
#120A25
(18,10,37)
#110922
(17,9,34)
#10081F
(16,8,31)
#0F071C
(15,7,28)
#0E0619
(14,6,25)
#0D0516
(13,5,22)
#0C0413
(12,4,19)
#0B0310
(11,3,16)
#0A020D
(10,2,13)
#09010A
(9,1,10)
#000000
(0,0,0)

Tints of #130B28

#130B28
(19,11,40)
#28213B
(40,33,59)
#3D374E
(61,55,78)
#524D61
(82,77,97)
#676374
(103,99,116)
#7C7987
(124,121,135)
#918F9A
(145,143,154)
#A6A5AD
(166,165,173)
#BBBBC0
(187,187,192)
#D0D1D3
(208,209,211)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130B28; }

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

This text font color is #130B28.


Background Color

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

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

This div background color is #130B28.


Border color

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

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

This div border color is #130B28.


Opacity

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

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

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

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

This text has shadow with #130B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B28 on black background.


Color preview on white background

This text has color #130B28 on white background.



Black color preview on #130B28 background

This text has black color on #130B28 background.


White color preview on #130B28 background

This text has white color on #130B28 background.