COLOR #13A2F1

HEX: #13A2F1
RGB: (19,162,241)

Color info

#13A2F1 contains mainly blue color. Web safe color of #13A2F1 is #0099FF (or #09F).

RGB color model

#13A2F1 color RGB value is (19,162,241).

  • red value is 19;
  • green value is 162;
  • blue value is 241.
RGB:
(19,162,241)
(7%,64%,95%)

RGB channels and saturation

R 19 of 255 = 7%
G 162 of 255 = 64%
B 241 of 255 = 95%

19
162
241

R + G + B ~ 55%. #13A2F1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 162 + 241 = 422 (100%)
R 19 of 422 ~ 4.5%
G 162 of 422 ~ 38.39%
B 241 of 422 ~ 57.11%

%38.39
%57.11

CMYK color model

#13A2F1 color CMYK value is (92,33,0,5).

  • cyan value is 92.12%
  • magenta value is 32.78%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(92,33,0,5)
C92M33Y0K5 
(92%,33%,0%,5%)
(0.92/0.33/0.00/0.05)	

CMYK percentages

%92.12
%32.78
%0
%5.49

Codes

Color #13A2F1 in popluar color models

13A2F1
RGB19162241
HSL201°88.80%50.98%
HSB/HSV201°92.12%94.51%
CMYK92.12%32.78%0.00%
5.49%

Color #13A2F1 in popluar number systems.

HEX13A2F1
Decimal19162241
Binary100111010001011110001
Octal23242361

Shades and tints

Shades of #13A2F1

#13A2F1
(19,162,241)
#1294DC
(18,148,220)
#1186C7
(17,134,199)
#1078B2
(16,120,178)
#0F6A9D
(15,106,157)
#0E5C88
(14,92,136)
#0D4E73
(13,78,115)
#0C405E
(12,64,94)
#0B3249
(11,50,73)
#0A2434
(10,36,52)
#09161F
(9,22,31)
#000000
(0,0,0)

Tints of #13A2F1

#13A2F1
(19,162,241)
#28AAF2
(40,170,242)
#3DB2F3
(61,178,243)
#52BAF4
(82,186,244)
#67C2F5
(103,194,245)
#7CCAF6
(124,202,246)
#91D2F7
(145,210,247)
#A6DAF8
(166,218,248)
#BBE2F9
(187,226,249)
#D0EAFA
(208,234,250)
#E5F2FB
(229,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13A2F1 color. Also use rgb(19,162,241) instead hex code.

Text Font Color

.myTextColor { color: #13A2F1; }

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

This text font color is #13A2F1.


Background Color

.myBgColor { background-color: #13A2F1; }

<div style="background-color:#13A2F1">Inner text</div>

This div background color is #13A2F1.


Border color

.myBorderColor { border: 1px solid #13A2F1; }

<div style="border:3px solid #13A2F1">Div</div>

This div border color is #13A2F1.


Opacity

.myOpacity80 { color: #13A2F1; opacity: 0.8; }

<p style="color:#13A2F1;opacity:0.8;">80%</p>

Text with #13A2F1 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 #13A2F1;}

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

This text has shadow with #13A2F1 color.

.textShadow {text-shadow: 3px 3px 1px #13A2F1, 3px 3px 1px red;}

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

This text has shadow with #13A2F1 primary color and red secondary color.


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

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

This text has shadow with #13A2F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13A2F1 on black background.


Color preview on white background

This text has color #13A2F1 on white background.



Black color preview on #13A2F1 background

This text has black color on #13A2F1 background.


White color preview on #13A2F1 background

This text has white color on #13A2F1 background.