COLOR #130CC8

HEX: #130CC8
RGB: (19,12,200)

Color info

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

RGB color model

#130CC8 color RGB value is (19,12,200).

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

RGB channels and saturation

R 19 of 255 = 7%
G 12 of 255 = 5%
B 200 of 255 = 78%

19
12
200

R + G + B ~ 30%. #130CC8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 12 + 200 = 231 (100%)
R 19 of 231 ~ 8.23%
G 12 of 231 ~ 5.19%
B 200 of 231 ~ 86.58%

%86.58

CMYK color model

#130CC8 color CMYK value is (91,94,0,22).

  • cyan value is 90.50%
  • magenta value is 94.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(91,94,0,22)
C91M94Y0K22 
(91%,94%,0%,22%)
(0.91/0.94/0.00/0.22)	

CMYK percentages

%90.5
%94
%0
%21.57

Codes

Color #130CC8 in popluar color models

130CC8
RGB1912200
HSL242°88.68%41.57%
HSB/HSV242°94.00%78.43%
CMYK90.50%94.00%0.00%
21.57%

Color #130CC8 in popluar number systems.

HEX130CC8
Decimal1912200
Binary10011110011001000
Octal2314310

Shades and tints

Shades of #130CC8

#130CC8
(19,12,200)
#120BB6
(18,11,182)
#110AA4
(17,10,164)
#100992
(16,9,146)
#0F0880
(15,8,128)
#0E076E
(14,7,110)
#0D065C
(13,6,92)
#0C054A
(12,5,74)
#0B0438
(11,4,56)
#0A0326
(10,3,38)
#090214
(9,2,20)
#000000
(0,0,0)

Tints of #130CC8

#130CC8
(19,12,200)
#2822CD
(40,34,205)
#3D38D2
(61,56,210)
#524ED7
(82,78,215)
#6764DC
(103,100,220)
#7C7AE1
(124,122,225)
#9190E6
(145,144,230)
#A6A6EB
(166,166,235)
#BBBCF0
(187,188,240)
#D0D2F5
(208,210,245)
#E5E8FA
(229,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130CC8; }

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

This text font color is #130CC8.


Background Color

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

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

This div background color is #130CC8.


Border color

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

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

This div border color is #130CC8.


Opacity

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

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

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

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

This text has shadow with #130CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130CC8 on black background.


Color preview on white background

This text has color #130CC8 on white background.



Black color preview on #130CC8 background

This text has black color on #130CC8 background.


White color preview on #130CC8 background

This text has white color on #130CC8 background.