COLOR #19A2E4

HEX: #19A2E4
RGB: (25,162,228)

Color info

#19A2E4 contains mainly blue color. Web safe color of #19A2E4 is #0099CC (or #09C).

RGB color model

#19A2E4 color RGB value is (25,162,228).

  • red value is 25;
  • green value is 162;
  • blue value is 228.
RGB:
(25,162,228)
(10%,64%,89%)

RGB channels and saturation

R 25 of 255 = 10%
G 162 of 255 = 64%
B 228 of 255 = 89%

25
162
228

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

Portions of RGB colors in percentages

R + G + B =
25 + 162 + 228 = 415 (100%)
R 25 of 415 ~ 6.02%
G 162 of 415 ~ 39.04%
B 228 of 415 ~ 54.94%

%39.04
%54.94

CMYK color model

#19A2E4 color CMYK value is (89,29,0,11).

  • cyan value is 89.04%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(89,29,0,11)
C89M29Y0K11 
(89%,29%,0%,11%)
(0.89/0.29/0.00/0.11)	

CMYK percentages

%89.04
%28.95
%0
%10.59

Codes

Color #19A2E4 in popluar color models

19A2E4
RGB25162228
HSL200°80.24%49.61%
HSB/HSV200°89.04%89.41%
CMYK89.04%28.95%0.00%
10.59%

Color #19A2E4 in popluar number systems.

HEX19A2E4
Decimal25162228
Binary110011010001011100100
Octal31242344

Shades and tints

Shades of #19A2E4

#19A2E4
(25,162,228)
#1794D0
(23,148,208)
#1586BC
(21,134,188)
#1378A8
(19,120,168)
#116A94
(17,106,148)
#0F5C80
(15,92,128)
#0D4E6C
(13,78,108)
#0B4058
(11,64,88)
#093244
(9,50,68)
#072430
(7,36,48)
#05161C
(5,22,28)
#000000
(0,0,0)

Tints of #19A2E4

#19A2E4
(25,162,228)
#2DAAE6
(45,170,230)
#41B2E8
(65,178,232)
#55BAEA
(85,186,234)
#69C2EC
(105,194,236)
#7DCAEE
(125,202,238)
#91D2F0
(145,210,240)
#A5DAF2
(165,218,242)
#B9E2F4
(185,226,244)
#CDEAF6
(205,234,246)
#E1F2F8
(225,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19A2E4 color. Also use rgb(25,162,228) instead hex code.

Text Font Color

.myTextColor { color: #19A2E4; }

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

This text font color is #19A2E4.


Background Color

.myBgColor { background-color: #19A2E4; }

<div style="background-color:#19A2E4">Inner text</div>

This div background color is #19A2E4.


Border color

.myBorderColor { border: 1px solid #19A2E4; }

<div style="border:3px solid #19A2E4">Div</div>

This div border color is #19A2E4.


Opacity

.myOpacity80 { color: #19A2E4; opacity: 0.8; }

<p style="color:#19A2E4;opacity:0.8;">80%</p>

Text with #19A2E4 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 #19A2E4;}

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

This text has shadow with #19A2E4 color.

.textShadow {text-shadow: 3px 3px 1px #19A2E4, 3px 3px 1px red;}

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

This text has shadow with #19A2E4 primary color and red secondary color.


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

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

This text has shadow with #19A2E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19A2E4 on black background.


Color preview on white background

This text has color #19A2E4 on white background.



Black color preview on #19A2E4 background

This text has black color on #19A2E4 background.


White color preview on #19A2E4 background

This text has white color on #19A2E4 background.