COLOR #130F58

HEX: #130F58
RGB: (19,15,88)

Color info

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

RGB color model

#130F58 color RGB value is (19,15,88).

  • red value is 19;
  • green value is 15;
  • blue value is 88.
RGB:
(19,15,88)
(7%,6%,35%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 88 of 255 = 35%

19
15
88

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

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 88 = 122 (100%)
R 19 of 122 ~ 15.57%
G 15 of 122 ~ 12.3%
B 88 of 122 ~ 72.13%

%15.57
%12.3
%72.13

CMYK color model

#130F58 color CMYK value is (78,83,0,65).

  • cyan value is 78.41%
  • magenta value is 82.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(78,83,0,65)
C78M83Y0K65 
(78%,83%,0%,65%)
(0.78/0.83/0.00/0.65)	

CMYK percentages

%78.41
%82.95
%0
%65.49

Codes

Color #130F58 in popluar color models

130F58
RGB191588
HSL243°70.87%20.20%
HSB/HSV243°82.95%34.51%
CMYK78.41%82.95%0.00%
65.49%

Color #130F58 in popluar number systems.

HEX130F58
Decimal191588
Binary1001111111011000
Octal2317130

Shades and tints

Shades of #130F58

#130F58
(19,15,88)
#120E50
(18,14,80)
#110D48
(17,13,72)
#100C40
(16,12,64)
#0F0B38
(15,11,56)
#0E0A30
(14,10,48)
#0D0928
(13,9,40)
#0C0820
(12,8,32)
#0B0718
(11,7,24)
#0A0610
(10,6,16)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #130F58

#130F58
(19,15,88)
#282467
(40,36,103)
#3D3976
(61,57,118)
#524E85
(82,78,133)
#676394
(103,99,148)
#7C78A3
(124,120,163)
#918DB2
(145,141,178)
#A6A2C1
(166,162,193)
#BBB7D0
(187,183,208)
#D0CCDF
(208,204,223)
#E5E1EE
(229,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130F58 color. Also use rgb(19,15,88) instead hex code.

Text Font Color

.myTextColor { color: #130F58; }

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

This text font color is #130F58.


Background Color

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

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

This div background color is #130F58.


Border color

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

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

This div border color is #130F58.


Opacity

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

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

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

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

This text has shadow with #130F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F58 on black background.


Color preview on white background

This text has color #130F58 on white background.



Black color preview on #130F58 background

This text has black color on #130F58 background.


White color preview on #130F58 background

This text has white color on #130F58 background.