COLOR #136EC9

HEX: #136EC9
RGB: (19,110,201)

Color info

#136EC9 contains mainly blue color. Web safe color of #136EC9 is #0066CC (or #06C).

RGB color model

#136EC9 color RGB value is (19,110,201).

  • red value is 19;
  • green value is 110;
  • blue value is 201.
RGB:
(19,110,201)
(7%,43%,79%)

RGB channels and saturation

R 19 of 255 = 7%
G 110 of 255 = 43%
B 201 of 255 = 79%

19
110
201

R + G + B ~ 43%. #136EC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 110 + 201 = 330 (100%)
R 19 of 330 ~ 5.76%
G 110 of 330 ~ 33.33%
B 201 of 330 ~ 60.91%

%33.33
%60.91

CMYK color model

#136EC9 color CMYK value is (91,45,0,21).

  • cyan value is 90.55%
  • magenta value is 45.27%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(91,45,0,21)
C91M45Y0K21 
(91%,45%,0%,21%)
(0.91/0.45/0.00/0.21)	

CMYK percentages

%90.55
%45.27
%0
%21.18

Codes

Color #136EC9 in popluar color models

136EC9
RGB19110201
HSL210°82.73%43.14%
HSB/HSV210°90.55%78.82%
CMYK90.55%45.27%0.00%
21.18%

Color #136EC9 in popluar number systems.

HEX136EC9
Decimal19110201
Binary10011110111011001001
Octal23156311

Shades and tints

Shades of #136EC9

#136EC9
(19,110,201)
#1264B7
(18,100,183)
#115AA5
(17,90,165)
#105093
(16,80,147)
#0F4681
(15,70,129)
#0E3C6F
(14,60,111)
#0D325D
(13,50,93)
#0C284B
(12,40,75)
#0B1E39
(11,30,57)
#0A1427
(10,20,39)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #136EC9

#136EC9
(19,110,201)
#287BCD
(40,123,205)
#3D88D1
(61,136,209)
#5295D5
(82,149,213)
#67A2D9
(103,162,217)
#7CAFDD
(124,175,221)
#91BCE1
(145,188,225)
#A6C9E5
(166,201,229)
#BBD6E9
(187,214,233)
#D0E3ED
(208,227,237)
#E5F0F1
(229,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136EC9 color. Also use rgb(19,110,201) instead hex code.

Text Font Color

.myTextColor { color: #136EC9; }

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

This text font color is #136EC9.


Background Color

.myBgColor { background-color: #136EC9; }

<div style="background-color:#136EC9">Inner text</div>

This div background color is #136EC9.


Border color

.myBorderColor { border: 1px solid #136EC9; }

<div style="border:3px solid #136EC9">Div</div>

This div border color is #136EC9.


Opacity

.myOpacity80 { color: #136EC9; opacity: 0.8; }

<p style="color:#136EC9;opacity:0.8;">80%</p>

Text with #136EC9 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 #136EC9;}

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

This text has shadow with #136EC9 color.

.textShadow {text-shadow: 3px 3px 1px #136EC9, 3px 3px 1px red;}

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

This text has shadow with #136EC9 primary color and red secondary color.


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

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

This text has shadow with #136EC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136EC9 on black background.


Color preview on white background

This text has color #136EC9 on white background.



Black color preview on #136EC9 background

This text has black color on #136EC9 background.


White color preview on #136EC9 background

This text has white color on #136EC9 background.