COLOR #130F55

HEX: #130F55
RGB: (19,15,85)

Color info

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

RGB color model

#130F55 color RGB value is (19,15,85).

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

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 85 of 255 = 33%

19
15
85

R + G + B ~ 15%. #130F55 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 85 = 119 (100%)
R 19 of 119 ~ 15.97%
G 15 of 119 ~ 12.61%
B 85 of 119 ~ 71.43%

%15.97
%12.61
%71.43

CMYK color model

#130F55 color CMYK value is (78,82,0,67).

  • cyan value is 77.65%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(78,82,0,67)
C78M82Y0K67 
(78%,82%,0%,67%)
(0.78/0.82/0.00/0.67)	

CMYK percentages

%77.65
%82.35
%0
%66.67

Codes

Color #130F55 in popluar color models

130F55
RGB191585
HSL243°70.00%19.61%
HSB/HSV243°82.35%33.33%
CMYK77.65%82.35%0.00%
66.67%

Color #130F55 in popluar number systems.

HEX130F55
Decimal191585
Binary1001111111010101
Octal2317125

Shades and tints

Shades of #130F55

#130F55
(19,15,85)
#120E4E
(18,14,78)
#110D47
(17,13,71)
#100C40
(16,12,64)
#0F0B39
(15,11,57)
#0E0A32
(14,10,50)
#0D092B
(13,9,43)
#0C0824
(12,8,36)
#0B071D
(11,7,29)
#0A0616
(10,6,22)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #130F55

#130F55
(19,15,85)
#282464
(40,36,100)
#3D3973
(61,57,115)
#524E82
(82,78,130)
#676391
(103,99,145)
#7C78A0
(124,120,160)
#918DAF
(145,141,175)
#A6A2BE
(166,162,190)
#BBB7CD
(187,183,205)
#D0CCDC
(208,204,220)
#E5E1EB
(229,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F55; }

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

This text font color is #130F55.


Background Color

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

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

This div background color is #130F55.


Border color

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

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

This div border color is #130F55.


Opacity

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

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

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

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

This text has shadow with #130F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F55 on black background.


Color preview on white background

This text has color #130F55 on white background.



Black color preview on #130F55 background

This text has black color on #130F55 background.


White color preview on #130F55 background

This text has white color on #130F55 background.