COLOR #139DEB

HEX: #139DEB
RGB: (19,157,235)

Color info

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

RGB color model

#139DEB color RGB value is (19,157,235).

  • red value is 19;
  • green value is 157;
  • blue value is 235.
RGB:
(19,157,235)
(7%,62%,92%)

RGB channels and saturation

R 19 of 255 = 7%
G 157 of 255 = 62%
B 235 of 255 = 92%

19
157
235

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

Portions of RGB colors in percentages

R + G + B =
19 + 157 + 235 = 411 (100%)
R 19 of 411 ~ 4.62%
G 157 of 411 ~ 38.2%
B 235 of 411 ~ 57.18%

%38.2
%57.18

CMYK color model

#139DEB color CMYK value is (92,33,0,8).

  • cyan value is 91.91%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(92,33,0,8)
C92M33Y0K8 
(92%,33%,0%,8%)
(0.92/0.33/0.00/0.08)	

CMYK percentages

%91.91
%33.19
%0
%7.84

Codes

Color #139DEB in popluar color models

139DEB
RGB19157235
HSL202°85.04%49.80%
HSB/HSV202°91.91%92.16%
CMYK91.91%33.19%0.00%
7.84%

Color #139DEB in popluar number systems.

HEX139DEB
Decimal19157235
Binary100111001110111101011
Octal23235353

Shades and tints

Shades of #139DEB

#139DEB
(19,157,235)
#128FD6
(18,143,214)
#1181C1
(17,129,193)
#1073AC
(16,115,172)
#0F6597
(15,101,151)
#0E5782
(14,87,130)
#0D496D
(13,73,109)
#0C3B58
(12,59,88)
#0B2D43
(11,45,67)
#0A1F2E
(10,31,46)
#091119
(9,17,25)
#000000
(0,0,0)

Tints of #139DEB

#139DEB
(19,157,235)
#28A5EC
(40,165,236)
#3DADED
(61,173,237)
#52B5EE
(82,181,238)
#67BDEF
(103,189,239)
#7CC5F0
(124,197,240)
#91CDF1
(145,205,241)
#A6D5F2
(166,213,242)
#BBDDF3
(187,221,243)
#D0E5F4
(208,229,244)
#E5EDF5
(229,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #139DEB color. Also use rgb(19,157,235) instead hex code.

Text Font Color

.myTextColor { color: #139DEB; }

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

This text font color is #139DEB.


Background Color

.myBgColor { background-color: #139DEB; }

<div style="background-color:#139DEB">Inner text</div>

This div background color is #139DEB.


Border color

.myBorderColor { border: 1px solid #139DEB; }

<div style="border:3px solid #139DEB">Div</div>

This div border color is #139DEB.


Opacity

.myOpacity80 { color: #139DEB; opacity: 0.8; }

<p style="color:#139DEB;opacity:0.8;">80%</p>

Text with #139DEB 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 #139DEB;}

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

This text has shadow with #139DEB color.

.textShadow {text-shadow: 3px 3px 1px #139DEB, 3px 3px 1px red;}

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

This text has shadow with #139DEB primary color and red secondary color.


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

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

This text has shadow with #139DEB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #139DEB on black background.


Color preview on white background

This text has color #139DEB on white background.



Black color preview on #139DEB background

This text has black color on #139DEB background.


White color preview on #139DEB background

This text has white color on #139DEB background.