COLOR #130BFA

HEX: #130BFA
RGB: (19,11,250)

Color info

#130BFA contains mainly blue color. Web safe color of #130BFA is #0000FF (or #00F).

RGB color model

#130BFA color RGB value is (19,11,250).

  • red value is 19;
  • green value is 11;
  • blue value is 250.
RGB:
(19,11,250)
(7%,4%,98%)

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 250 of 255 = 98%

19
11
250

R + G + B ~ 36%. #130BFA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 250 = 280 (100%)
R 19 of 280 ~ 6.79%
G 11 of 280 ~ 3.93%
B 250 of 280 ~ 89.29%

%89.29

CMYK color model

#130BFA color CMYK value is (92,96,0,2).

  • cyan value is 92.40%
  • magenta value is 95.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(92,96,0,2)
C92M96Y0K2 
(92%,96%,0%,2%)
(0.92/0.96/0.00/0.02)	

CMYK percentages

%92.4
%95.6
%0
%1.96

Codes

Color #130BFA in popluar color models

130BFA
RGB1911250
HSL242°95.98%51.18%
HSB/HSV242°95.60%98.04%
CMYK92.40%95.60%0.00%
1.96%

Color #130BFA in popluar number systems.

HEX130BFA
Decimal1911250
Binary10011101111111010
Octal2313372

Shades and tints

Shades of #130BFA

#130BFA
(19,11,250)
#120AE4
(18,10,228)
#1109CE
(17,9,206)
#1008B8
(16,8,184)
#0F07A2
(15,7,162)
#0E068C
(14,6,140)
#0D0576
(13,5,118)
#0C0460
(12,4,96)
#0B034A
(11,3,74)
#0A0234
(10,2,52)
#09011E
(9,1,30)
#000000
(0,0,0)

Tints of #130BFA

#130BFA
(19,11,250)
#2821FA
(40,33,250)
#3D37FA
(61,55,250)
#524DFA
(82,77,250)
#6763FA
(103,99,250)
#7C79FA
(124,121,250)
#918FFA
(145,143,250)
#A6A5FA
(166,165,250)
#BBBBFA
(187,187,250)
#D0D1FA
(208,209,250)
#E5E7FA
(229,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130BFA color. Also use rgb(19,11,250) instead hex code.

Text Font Color

.myTextColor { color: #130BFA; }

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

This text font color is #130BFA.


Background Color

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

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

This div background color is #130BFA.


Border color

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

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

This div border color is #130BFA.


Opacity

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

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

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

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

This text has shadow with #130BFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130BFA on black background.


Color preview on white background

This text has color #130BFA on white background.



Black color preview on #130BFA background

This text has black color on #130BFA background.


White color preview on #130BFA background

This text has white color on #130BFA background.