COLOR #130B6A

HEX: #130B6A
RGB: (19,11,106)

Color info

#130B6A contains mainly blue color. Web safe color of #130B6A is #000066 (or #006).

RGB color model

#130B6A color RGB value is (19,11,106).

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

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 106 of 255 = 42%

19
11
106

R + G + B ~ 18%. #130B6A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 106 = 136 (100%)
R 19 of 136 ~ 13.97%
G 11 of 136 ~ 8.09%
B 106 of 136 ~ 77.94%

%13.97
%77.94

CMYK color model

#130B6A color CMYK value is (82,90,0,58).

  • cyan value is 82.08%
  • magenta value is 89.62%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(82,90,0,58)
C82M90Y0K58 
(82%,90%,0%,58%)
(0.82/0.90/0.00/0.58)	

CMYK percentages

%82.08
%89.62
%0
%58.43

Codes

Color #130B6A in popluar color models

130B6A
RGB1911106
HSL245°81.20%22.94%
HSB/HSV245°89.62%41.57%
CMYK82.08%89.62%0.00%
58.43%

Color #130B6A in popluar number systems.

HEX130B6A
Decimal1911106
Binary1001110111101010
Octal2313152

Shades and tints

Shades of #130B6A

#130B6A
(19,11,106)
#120A61
(18,10,97)
#110958
(17,9,88)
#10084F
(16,8,79)
#0F0746
(15,7,70)
#0E063D
(14,6,61)
#0D0534
(13,5,52)
#0C042B
(12,4,43)
#0B0322
(11,3,34)
#0A0219
(10,2,25)
#090110
(9,1,16)
#000000
(0,0,0)

Tints of #130B6A

#130B6A
(19,11,106)
#282177
(40,33,119)
#3D3784
(61,55,132)
#524D91
(82,77,145)
#67639E
(103,99,158)
#7C79AB
(124,121,171)
#918FB8
(145,143,184)
#A6A5C5
(166,165,197)
#BBBBD2
(187,187,210)
#D0D1DF
(208,209,223)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130B6A; }

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

This text font color is #130B6A.


Background Color

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

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

This div background color is #130B6A.


Border color

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

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

This div border color is #130B6A.


Opacity

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

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

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

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

This text has shadow with #130B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B6A on black background.


Color preview on white background

This text has color #130B6A on white background.



Black color preview on #130B6A background

This text has black color on #130B6A background.


White color preview on #130B6A background

This text has white color on #130B6A background.