COLOR #130CD7

HEX: #130CD7 RGB: (19,12,215)

Color info

#130CD7 contains mainly blue color. Web safe color of #130CD7 is #0000CC (or #00C).

RGB color model

#130CD7 color RGB value is (19,12,215).

RGB: (19,12,215) (7%, 5%, 84%)

RGB channels and saturation

R 19 of 255 = 7%
G 12 of 255 = 5%
B 215 of 255 = 84%

19
12
215

R + G + B ~ 32%. #130CD7 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 12 + 215 = 246 (100%)
R 19 of 246 ~ 7.72%
G 12 of 246 ~ 4.88%
B 215 of 246 ~ 87.4'%

%87.4

CMYK color model

#130CD7 color CMYK value is (91,94,0,16).

  • cyan value is 91.16%
  • magenta value is 94.42%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (91,94,0,16)
C91M94Y0K16 (91%, 94%, 0%, 16%)
(0.91 / 0.94 / 0.00 / 0.16)

CMYK percentages

%91.16
%94.42
%0
%15.69

Codes

Color #130CD7 in popluar color models

13 0C D7
RGB 19 12 215
HSL 242° 89.43% 44.51%
HSB/HSV 242° 94.42% 84.31%
CMYK 91.16% 94.42% 0.00%
15.69%

Color #130CD7 in popluar number systems.

HEX 13 0C D7
Decimal 19 12 215
Binary 10011 1100 11010111
Octal 23 14 327

Shades and tints

Shades of #130CD7

#130CD7
(19,12,215)
#120BC4
(18,11,196)
#110AB1
(17,10,177)
#10099E
(16,9,158)
#0F088B
(15,8,139)
#0E0778
(14,7,120)
#0D0665
(13,6,101)
#0C0552
(12,5,82)
#0B043F
(11,4,63)
#0A032C
(10,3,44)
#090219
(9,2,25)
#000000
(0,0,0)

Tints of #130CD7

#130CD7
(19,12,215)
#2822DA
(40,34,218)
#3D38DD
(61,56,221)
#524EE0
(82,78,224)
#6764E3
(103,100,227)
#7C7AE6
(124,122,230)
#9190E9
(145,144,233)
#A6A6EC
(166,166,236)
#BBBCEF
(187,188,239)
#D0D2F2
(208,210,242)
#E5E8F5
(229,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130CD7; }

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

This text font color is #130CD7.

Background Color

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

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

This div background color is #130CD7.

Border color

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

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

This div border color is #130CD7.

Opacity

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

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

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

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

This text has shadow with #130CD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130CD7.

Preview

Color preview on black background

This text has color #130CD7 on black background.


Color preview on white background

This text has color #130CD7 on white background.


Black color preview on #130CD7 background

This text has black color on #130CD7 background.


White color preview on #130CD7 background

This text has white color on #130CD7 background.


Related colors

Complementary color

Complementary color for #hex is #ECF328.


I love getcolorcode.com

Triadic colors

1 #D7130C and #0CD713 with #130CD7 are triadic colors.

2 #D70C13 and #0C13D7 with #130CD7 are triadic colors.