COLOR #019DE5

HEX: #019DE5
RGB: (1,157,229)

Color info

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

RGB color model

#019DE5 color RGB value is (1,157,229).

  • red value is 1;
  • green value is 157;
  • blue value is 229.
RGB:
(1,157,229)
(0%,62%,90%)

RGB channels and saturation

R 1 of 255 = 0%
G 157 of 255 = 62%
B 229 of 255 = 90%

1
157
229

R + G + B ~ 51%. #019DE5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 157 + 229 = 387 (100%)
R 1 of 387 ~ 0.26%
G 157 of 387 ~ 40.57%
B 229 of 387 ~ 59.17%

%40.57
%59.17

CMYK color model

#019DE5 color CMYK value is (100,31,0,10).

  • cyan value is 99.56%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(100,31,0,10)
C100M31Y0K10 
(100%,31%,0%,10%)
(1.00/0.31/0.00/0.10)	

CMYK percentages

%99.56
%31.44
%0
%10.2

Codes

Color #019DE5 in popluar color models

019DE5
RGB1157229
HSL199°99.13%45.10%
HSB/HSV199°99.56%89.80%
CMYK99.56%31.44%0.00%
10.20%

Color #019DE5 in popluar number systems.

HEX019DE5
Decimal1157229
Binary11001110111100101
Octal1235345

Shades and tints

Shades of #019DE5

#019DE5
(1,157,229)
#018FD1
(1,143,209)
#0181BD
(1,129,189)
#0173A9
(1,115,169)
#016595
(1,101,149)
#015781
(1,87,129)
#01496D
(1,73,109)
#013B59
(1,59,89)
#012D45
(1,45,69)
#011F31
(1,31,49)
#01111D
(1,17,29)
#000000
(0,0,0)

Tints of #019DE5

#019DE5
(1,157,229)
#18A5E7
(24,165,231)
#2FADE9
(47,173,233)
#46B5EB
(70,181,235)
#5DBDED
(93,189,237)
#74C5EF
(116,197,239)
#8BCDF1
(139,205,241)
#A2D5F3
(162,213,243)
#B9DDF5
(185,221,245)
#D0E5F7
(208,229,247)
#E7EDF9
(231,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #019DE5 color. Also use rgb(1,157,229) instead hex code.

Text Font Color

.myTextColor { color: #019DE5; }

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

This text font color is #019DE5.


Background Color

.myBgColor { background-color: #019DE5; }

<div style="background-color:#019DE5">Inner text</div>

This div background color is #019DE5.


Border color

.myBorderColor { border: 1px solid #019DE5; }

<div style="border:3px solid #019DE5">Div</div>

This div border color is #019DE5.


Opacity

.myOpacity80 { color: #019DE5; opacity: 0.8; }

<p style="color:#019DE5;opacity:0.8;">80%</p>

Text with #019DE5 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 #019DE5;}

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

This text has shadow with #019DE5 color.

.textShadow {text-shadow: 3px 3px 1px #019DE5, 3px 3px 1px red;}

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

This text has shadow with #019DE5 primary color and red secondary color.


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

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

This text has shadow with #019DE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #019DE5 on black background.


Color preview on white background

This text has color #019DE5 on white background.



Black color preview on #019DE5 background

This text has black color on #019DE5 background.


White color preview on #019DE5 background

This text has white color on #019DE5 background.