COLOR #136CC7

HEX: #136CC7
RGB: (19,108,199)

Color info

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

RGB color model

#136CC7 color RGB value is (19,108,199).

  • red value is 19;
  • green value is 108;
  • blue value is 199.
RGB:
(19,108,199)
(7%,42%,78%)

RGB channels and saturation

R 19 of 255 = 7%
G 108 of 255 = 42%
B 199 of 255 = 78%

19
108
199

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

Portions of RGB colors in percentages

R + G + B =
19 + 108 + 199 = 326 (100%)
R 19 of 326 ~ 5.83%
G 108 of 326 ~ 33.13%
B 199 of 326 ~ 61.04%

%33.13
%61.04

CMYK color model

#136CC7 color CMYK value is (90,46,0,22).

  • cyan value is 90.45%
  • magenta value is 45.73%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(90,46,0,22)
C90M46Y0K22 
(90%,46%,0%,22%)
(0.90/0.46/0.00/0.22)	

CMYK percentages

%90.45
%45.73
%0
%21.96

Codes

Color #136CC7 in popluar color models

136CC7
RGB19108199
HSL210°82.57%42.75%
HSB/HSV210°90.45%78.04%
CMYK90.45%45.73%0.00%
21.96%

Color #136CC7 in popluar number systems.

HEX136CC7
Decimal19108199
Binary10011110110011000111
Octal23154307

Shades and tints

Shades of #136CC7

#136CC7
(19,108,199)
#1263B5
(18,99,181)
#115AA3
(17,90,163)
#105191
(16,81,145)
#0F487F
(15,72,127)
#0E3F6D
(14,63,109)
#0D365B
(13,54,91)
#0C2D49
(12,45,73)
#0B2437
(11,36,55)
#0A1B25
(10,27,37)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #136CC7

#136CC7
(19,108,199)
#2879CC
(40,121,204)
#3D86D1
(61,134,209)
#5293D6
(82,147,214)
#67A0DB
(103,160,219)
#7CADE0
(124,173,224)
#91BAE5
(145,186,229)
#A6C7EA
(166,199,234)
#BBD4EF
(187,212,239)
#D0E1F4
(208,225,244)
#E5EEF9
(229,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136CC7 color. Also use rgb(19,108,199) instead hex code.

Text Font Color

.myTextColor { color: #136CC7; }

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

This text font color is #136CC7.


Background Color

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

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

This div background color is #136CC7.


Border color

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

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

This div border color is #136CC7.


Opacity

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

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

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

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

This text has shadow with #136CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136CC7 on black background.


Color preview on white background

This text has color #136CC7 on white background.



Black color preview on #136CC7 background

This text has black color on #136CC7 background.


White color preview on #136CC7 background

This text has white color on #136CC7 background.