COLOR #136FC2

HEX: #136FC2
RGB: (19,111,194)

Color info

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

RGB color model

#136FC2 color RGB value is (19,111,194).

  • red value is 19;
  • green value is 111;
  • blue value is 194.
RGB:
(19,111,194)
(7%,44%,76%)

RGB channels and saturation

R 19 of 255 = 7%
G 111 of 255 = 44%
B 194 of 255 = 76%

19
111
194

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

Portions of RGB colors in percentages

R + G + B =
19 + 111 + 194 = 324 (100%)
R 19 of 324 ~ 5.86%
G 111 of 324 ~ 34.26%
B 194 of 324 ~ 59.88%

%34.26
%59.88

CMYK color model

#136FC2 color CMYK value is (90,43,0,24).

  • cyan value is 90.21%
  • magenta value is 42.78%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(90,43,0,24)
C90M43Y0K24 
(90%,43%,0%,24%)
(0.90/0.43/0.00/0.24)	

CMYK percentages

%90.21
%42.78
%0
%23.92

Codes

Color #136FC2 in popluar color models

136FC2
RGB19111194
HSL208°82.16%41.76%
HSB/HSV208°90.21%76.08%
CMYK90.21%42.78%0.00%
23.92%

Color #136FC2 in popluar number systems.

HEX136FC2
Decimal19111194
Binary10011110111111000010
Octal23157302

Shades and tints

Shades of #136FC2

#136FC2
(19,111,194)
#1265B1
(18,101,177)
#115BA0
(17,91,160)
#10518F
(16,81,143)
#0F477E
(15,71,126)
#0E3D6D
(14,61,109)
#0D335C
(13,51,92)
#0C294B
(12,41,75)
#0B1F3A
(11,31,58)
#0A1529
(10,21,41)
#090B18
(9,11,24)
#000000
(0,0,0)

Tints of #136FC2

#136FC2
(19,111,194)
#287CC7
(40,124,199)
#3D89CC
(61,137,204)
#5296D1
(82,150,209)
#67A3D6
(103,163,214)
#7CB0DB
(124,176,219)
#91BDE0
(145,189,224)
#A6CAE5
(166,202,229)
#BBD7EA
(187,215,234)
#D0E4EF
(208,228,239)
#E5F1F4
(229,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136FC2 color. Also use rgb(19,111,194) instead hex code.

Text Font Color

.myTextColor { color: #136FC2; }

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

This text font color is #136FC2.


Background Color

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

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

This div background color is #136FC2.


Border color

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

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

This div border color is #136FC2.


Opacity

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

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

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

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

This text has shadow with #136FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136FC2 on black background.


Color preview on white background

This text has color #136FC2 on white background.



Black color preview on #136FC2 background

This text has black color on #136FC2 background.


White color preview on #136FC2 background

This text has white color on #136FC2 background.