COLOR #13A7E2

HEX: #13A7E2
RGB: (19,167,226)

Color info

#13A7E2 contains mainly green and blue colors. Web safe color of #13A7E2 is #0099CC (or #09C).

RGB color model

#13A7E2 color RGB value is (19,167,226).

  • red value is 19;
  • green value is 167;
  • blue value is 226.
RGB:
(19,167,226)
(7%,65%,89%)

RGB channels and saturation

R 19 of 255 = 7%
G 167 of 255 = 65%
B 226 of 255 = 89%

19
167
226

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

Portions of RGB colors in percentages

R + G + B =
19 + 167 + 226 = 412 (100%)
R 19 of 412 ~ 4.61%
G 167 of 412 ~ 40.53%
B 226 of 412 ~ 54.85%

%40.53
%54.85

CMYK color model

#13A7E2 color CMYK value is (92,26,0,11).

  • cyan value is 91.59%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(92,26,0,11)
C92M26Y0K11 
(92%,26%,0%,11%)
(0.92/0.26/0.00/0.11)	

CMYK percentages

%91.59
%26.11
%0
%11.37

Codes

Color #13A7E2 in popluar color models

13A7E2
RGB19167226
HSL197°84.49%48.04%
HSB/HSV197°91.59%88.63%
CMYK91.59%26.11%0.00%
11.37%

Color #13A7E2 in popluar number systems.

HEX13A7E2
Decimal19167226
Binary100111010011111100010
Octal23247342

Shades and tints

Shades of #13A7E2

#13A7E2
(19,167,226)
#1298CE
(18,152,206)
#1189BA
(17,137,186)
#107AA6
(16,122,166)
#0F6B92
(15,107,146)
#0E5C7E
(14,92,126)
#0D4D6A
(13,77,106)
#0C3E56
(12,62,86)
#0B2F42
(11,47,66)
#0A202E
(10,32,46)
#09111A
(9,17,26)
#000000
(0,0,0)

Tints of #13A7E2

#13A7E2
(19,167,226)
#28AFE4
(40,175,228)
#3DB7E6
(61,183,230)
#52BFE8
(82,191,232)
#67C7EA
(103,199,234)
#7CCFEC
(124,207,236)
#91D7EE
(145,215,238)
#A6DFF0
(166,223,240)
#BBE7F2
(187,231,242)
#D0EFF4
(208,239,244)
#E5F7F6
(229,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13A7E2 color. Also use rgb(19,167,226) instead hex code.

Text Font Color

.myTextColor { color: #13A7E2; }

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

This text font color is #13A7E2.


Background Color

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

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

This div background color is #13A7E2.


Border color

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

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

This div border color is #13A7E2.


Opacity

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

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

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

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

This text has shadow with #13A7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13A7E2 on black background.


Color preview on white background

This text has color #13A7E2 on white background.



Black color preview on #13A7E2 background

This text has black color on #13A7E2 background.


White color preview on #13A7E2 background

This text has white color on #13A7E2 background.