COLOR #130B38

HEX: #130B38
RGB: (19,11,56)

Color info

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

RGB color model

#130B38 color RGB value is (19,11,56).

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

RGB channels and saturation

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

19
11
56

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

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 56 = 86 (100%)
R 19 of 86 ~ 22.09%
G 11 of 86 ~ 12.79%
B 56 of 86 ~ 65.12%

%22.09
%12.79
%65.12

CMYK color model

#130B38 color CMYK value is (66,80,0,78).

  • cyan value is 66.07%
  • magenta value is 80.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(66,80,0,78)
C66M80Y0K78 
(66%,80%,0%,78%)
(0.66/0.80/0.00/0.78)	

CMYK percentages

%66.07
%80.36
%0
%78.04

Codes

Color #130B38 in popluar color models

130B38
RGB191156
HSL251°67.16%13.14%
HSB/HSV251°80.36%21.96%
CMYK66.07%80.36%0.00%
78.04%

Color #130B38 in popluar number systems.

HEX130B38
Decimal191156
Binary100111011111000
Octal231370

Shades and tints

Shades of #130B38

#130B38
(19,11,56)
#120A33
(18,10,51)
#11092E
(17,9,46)
#100829
(16,8,41)
#0F0724
(15,7,36)
#0E061F
(14,6,31)
#0D051A
(13,5,26)
#0C0415
(12,4,21)
#0B0310
(11,3,16)
#0A020B
(10,2,11)
#090106
(9,1,6)
#000000
(0,0,0)

Tints of #130B38

#130B38
(19,11,56)
#28214A
(40,33,74)
#3D375C
(61,55,92)
#524D6E
(82,77,110)
#676380
(103,99,128)
#7C7992
(124,121,146)
#918FA4
(145,143,164)
#A6A5B6
(166,165,182)
#BBBBC8
(187,187,200)
#D0D1DA
(208,209,218)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130B38; }

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

This text font color is #130B38.


Background Color

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

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

This div background color is #130B38.


Border color

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

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

This div border color is #130B38.


Opacity

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

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

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

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

This text has shadow with #130B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B38 on black background.


Color preview on white background

This text has color #130B38 on white background.



Black color preview on #130B38 background

This text has black color on #130B38 background.


White color preview on #130B38 background

This text has white color on #130B38 background.