COLOR #130C59

HEX: #130C59
RGB: (19,12,89)

Color info

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

RGB color model

#130C59 color RGB value is (19,12,89).

  • red value is 19;
  • green value is 12;
  • blue value is 89.
RGB:
(19,12,89)
(7%,5%,35%)

RGB channels and saturation

R 19 of 255 = 7%
G 12 of 255 = 5%
B 89 of 255 = 35%

19
12
89

R + G + B ~ 16%. #130C59 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 12 + 89 = 120 (100%)
R 19 of 120 ~ 15.83%
G 12 of 120 ~ 10%
B 89 of 120 ~ 74.17%

%15.83
%10
%74.17

CMYK color model

#130C59 color CMYK value is (79,87,0,65).

  • cyan value is 78.65%
  • magenta value is 86.52%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(79,87,0,65)
C79M87Y0K65 
(79%,87%,0%,65%)
(0.79/0.87/0.00/0.65)	

CMYK percentages

%78.65
%86.52
%0
%65.1

Codes

Color #130C59 in popluar color models

130C59
RGB191289
HSL245°76.24%19.80%
HSB/HSV245°86.52%34.90%
CMYK78.65%86.52%0.00%
65.10%

Color #130C59 in popluar number systems.

HEX130C59
Decimal191289
Binary1001111001011001
Octal2314131

Shades and tints

Shades of #130C59

#130C59
(19,12,89)
#120B51
(18,11,81)
#110A49
(17,10,73)
#100941
(16,9,65)
#0F0839
(15,8,57)
#0E0731
(14,7,49)
#0D0629
(13,6,41)
#0C0521
(12,5,33)
#0B0419
(11,4,25)
#0A0311
(10,3,17)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #130C59

#130C59
(19,12,89)
#282268
(40,34,104)
#3D3877
(61,56,119)
#524E86
(82,78,134)
#676495
(103,100,149)
#7C7AA4
(124,122,164)
#9190B3
(145,144,179)
#A6A6C2
(166,166,194)
#BBBCD1
(187,188,209)
#D0D2E0
(208,210,224)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130C59 color. Also use rgb(19,12,89) instead hex code.

Text Font Color

.myTextColor { color: #130C59; }

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

This text font color is #130C59.


Background Color

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

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

This div background color is #130C59.


Border color

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

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

This div border color is #130C59.


Opacity

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

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

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

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

This text has shadow with #130C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130C59 on black background.


Color preview on white background

This text has color #130C59 on white background.



Black color preview on #130C59 background

This text has black color on #130C59 background.


White color preview on #130C59 background

This text has white color on #130C59 background.