COLOR #136BE1

HEX: #136BE1
RGB: (19,107,225)

Color info

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

RGB color model

#136BE1 color RGB value is (19,107,225).

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

RGB channels and saturation

R 19 of 255 = 7%
G 107 of 255 = 42%
B 225 of 255 = 88%

19
107
225

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

Portions of RGB colors in percentages

R + G + B =
19 + 107 + 225 = 351 (100%)
R 19 of 351 ~ 5.41%
G 107 of 351 ~ 30.48%
B 225 of 351 ~ 64.1%

%30.48
%64.1

CMYK color model

#136BE1 color CMYK value is (92,52,0,12).

  • cyan value is 91.56%
  • magenta value is 52.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(92,52,0,12)
C92M52Y0K12 
(92%,52%,0%,12%)
(0.92/0.52/0.00/0.12)	

CMYK percentages

%91.56
%52.44
%0
%11.76

Codes

Color #136BE1 in popluar color models

136BE1
RGB19107225
HSL214°84.43%47.84%
HSB/HSV214°91.56%88.24%
CMYK91.56%52.44%0.00%
11.76%

Color #136BE1 in popluar number systems.

HEX136BE1
Decimal19107225
Binary10011110101111100001
Octal23153341

Shades and tints

Shades of #136BE1

#136BE1
(19,107,225)
#1262CD
(18,98,205)
#1159B9
(17,89,185)
#1050A5
(16,80,165)
#0F4791
(15,71,145)
#0E3E7D
(14,62,125)
#0D3569
(13,53,105)
#0C2C55
(12,44,85)
#0B2341
(11,35,65)
#0A1A2D
(10,26,45)
#091119
(9,17,25)
#000000
(0,0,0)

Tints of #136BE1

#136BE1
(19,107,225)
#2878E3
(40,120,227)
#3D85E5
(61,133,229)
#5292E7
(82,146,231)
#679FE9
(103,159,233)
#7CACEB
(124,172,235)
#91B9ED
(145,185,237)
#A6C6EF
(166,198,239)
#BBD3F1
(187,211,241)
#D0E0F3
(208,224,243)
#E5EDF5
(229,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136BE1; }

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

This text font color is #136BE1.


Background Color

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

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

This div background color is #136BE1.


Border color

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

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

This div border color is #136BE1.


Opacity

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

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

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

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

This text has shadow with #136BE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136BE1 on black background.


Color preview on white background

This text has color #136BE1 on white background.



Black color preview on #136BE1 background

This text has black color on #136BE1 background.


White color preview on #136BE1 background

This text has white color on #136BE1 background.