COLOR #130657

HEX: #130657
RGB: (19,6,87)

Color info

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

RGB color model

#130657 color RGB value is (19,6,87).

  • red value is 19;
  • green value is 6;
  • blue value is 87.
RGB:
(19,6,87)
(7%,2%,34%)

RGB channels and saturation

R 19 of 255 = 7%
G 6 of 255 = 2%
B 87 of 255 = 34%

19
6
87

R + G + B ~ 14%. #130657 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 87 = 112 (100%)
R 19 of 112 ~ 16.96%
G 6 of 112 ~ 5.36%
B 87 of 112 ~ 77.68%

%16.96
%77.68

CMYK color model

#130657 color CMYK value is (78,93,0,66).

  • cyan value is 78.16%
  • magenta value is 93.10%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(78,93,0,66)
C78M93Y0K66 
(78%,93%,0%,66%)
(0.78/0.93/0.00/0.66)	

CMYK percentages

%78.16
%93.1
%0
%65.88

Codes

Color #130657 in popluar color models

130657
RGB19687
HSL250°87.10%18.24%
HSB/HSV250°93.10%34.12%
CMYK78.16%93.10%0.00%
65.88%

Color #130657 in popluar number systems.

HEX130657
Decimal19687
Binary100111101010111
Octal236127

Shades and tints

Shades of #130657

#130657
(19,6,87)
#120650
(18,6,80)
#110649
(17,6,73)
#100642
(16,6,66)
#0F063B
(15,6,59)
#0E0634
(14,6,52)
#0D062D
(13,6,45)
#0C0626
(12,6,38)
#0B061F
(11,6,31)
#0A0618
(10,6,24)
#090611
(9,6,17)
#000000
(0,0,0)

Tints of #130657

#130657
(19,6,87)
#281C66
(40,28,102)
#3D3275
(61,50,117)
#524884
(82,72,132)
#675E93
(103,94,147)
#7C74A2
(124,116,162)
#918AB1
(145,138,177)
#A6A0C0
(166,160,192)
#BBB6CF
(187,182,207)
#D0CCDE
(208,204,222)
#E5E2ED
(229,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130657 color. Also use rgb(19,6,87) instead hex code.

Text Font Color

.myTextColor { color: #130657; }

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

This text font color is #130657.


Background Color

.myBgColor { background-color: #130657; }

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

This div background color is #130657.


Border color

.myBorderColor { border: 1px solid #130657; }

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

This div border color is #130657.


Opacity

.myOpacity80 { color: #130657; opacity: 0.8; }

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

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

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

This text has shadow with #130657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130657 on black background.


Color preview on white background

This text has color #130657 on white background.



Black color preview on #130657 background

This text has black color on #130657 background.


White color preview on #130657 background

This text has white color on #130657 background.