COLOR #136BD1

HEX: #136BD1
RGB: (19,107,209)

Color info

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

RGB color model

#136BD1 color RGB value is (19,107,209).

  • red value is 19;
  • green value is 107;
  • blue value is 209.
RGB:
(19,107,209)
(7%,42%,82%)

RGB channels and saturation

R 19 of 255 = 7%
G 107 of 255 = 42%
B 209 of 255 = 82%

19
107
209

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

Portions of RGB colors in percentages

R + G + B =
19 + 107 + 209 = 335 (100%)
R 19 of 335 ~ 5.67%
G 107 of 335 ~ 31.94%
B 209 of 335 ~ 62.39%

%31.94
%62.39

CMYK color model

#136BD1 color CMYK value is (91,49,0,18).

  • cyan value is 90.91%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(91,49,0,18)
C91M49Y0K18 
(91%,49%,0%,18%)
(0.91/0.49/0.00/0.18)	

CMYK percentages

%90.91
%48.8
%0
%18.04

Codes

Color #136BD1 in popluar color models

136BD1
RGB19107209
HSL212°83.33%44.71%
HSB/HSV212°90.91%81.96%
CMYK90.91%48.80%0.00%
18.04%

Color #136BD1 in popluar number systems.

HEX136BD1
Decimal19107209
Binary10011110101111010001
Octal23153321

Shades and tints

Shades of #136BD1

#136BD1
(19,107,209)
#1262BE
(18,98,190)
#1159AB
(17,89,171)
#105098
(16,80,152)
#0F4785
(15,71,133)
#0E3E72
(14,62,114)
#0D355F
(13,53,95)
#0C2C4C
(12,44,76)
#0B2339
(11,35,57)
#0A1A26
(10,26,38)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #136BD1

#136BD1
(19,107,209)
#2878D5
(40,120,213)
#3D85D9
(61,133,217)
#5292DD
(82,146,221)
#679FE1
(103,159,225)
#7CACE5
(124,172,229)
#91B9E9
(145,185,233)
#A6C6ED
(166,198,237)
#BBD3F1
(187,211,241)
#D0E0F5
(208,224,245)
#E5EDF9
(229,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136BD1 color. Also use rgb(19,107,209) instead hex code.

Text Font Color

.myTextColor { color: #136BD1; }

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

This text font color is #136BD1.


Background Color

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

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

This div background color is #136BD1.


Border color

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

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

This div border color is #136BD1.


Opacity

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

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

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

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

This text has shadow with #136BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136BD1 on black background.


Color preview on white background

This text has color #136BD1 on white background.



Black color preview on #136BD1 background

This text has black color on #136BD1 background.


White color preview on #136BD1 background

This text has white color on #136BD1 background.