COLOR #126EC5

HEX: #126EC5
RGB: (18,110,197)

Color info

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

RGB color model

#126EC5 color RGB value is (18,110,197).

  • red value is 18;
  • green value is 110;
  • blue value is 197.
RGB:
(18,110,197)
(7%,43%,77%)

RGB channels and saturation

R 18 of 255 = 7%
G 110 of 255 = 43%
B 197 of 255 = 77%

18
110
197

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

Portions of RGB colors in percentages

R + G + B =
18 + 110 + 197 = 325 (100%)
R 18 of 325 ~ 5.54%
G 110 of 325 ~ 33.85%
B 197 of 325 ~ 60.62%

%33.85
%60.62

CMYK color model

#126EC5 color CMYK value is (91,44,0,23).

  • cyan value is 90.86%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(91,44,0,23)
C91M44Y0K23 
(91%,44%,0%,23%)
(0.91/0.44/0.00/0.23)	

CMYK percentages

%90.86
%44.16
%0
%22.75

Codes

Color #126EC5 in popluar color models

126EC5
RGB18110197
HSL209°83.26%42.16%
HSB/HSV209°90.86%77.25%
CMYK90.86%44.16%0.00%
22.75%

Color #126EC5 in popluar number systems.

HEX126EC5
Decimal18110197
Binary10010110111011000101
Octal22156305

Shades and tints

Shades of #126EC5

#126EC5
(18,110,197)
#1164B4
(17,100,180)
#105AA3
(16,90,163)
#0F5092
(15,80,146)
#0E4681
(14,70,129)
#0D3C70
(13,60,112)
#0C325F
(12,50,95)
#0B284E
(11,40,78)
#0A1E3D
(10,30,61)
#09142C
(9,20,44)
#080A1B
(8,10,27)
#000000
(0,0,0)

Tints of #126EC5

#126EC5
(18,110,197)
#277BCA
(39,123,202)
#3C88CF
(60,136,207)
#5195D4
(81,149,212)
#66A2D9
(102,162,217)
#7BAFDE
(123,175,222)
#90BCE3
(144,188,227)
#A5C9E8
(165,201,232)
#BAD6ED
(186,214,237)
#CFE3F2
(207,227,242)
#E4F0F7
(228,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126EC5 color. Also use rgb(18,110,197) instead hex code.

Text Font Color

.myTextColor { color: #126EC5; }

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

This text font color is #126EC5.


Background Color

.myBgColor { background-color: #126EC5; }

<div style="background-color:#126EC5">Inner text</div>

This div background color is #126EC5.


Border color

.myBorderColor { border: 1px solid #126EC5; }

<div style="border:3px solid #126EC5">Div</div>

This div border color is #126EC5.


Opacity

.myOpacity80 { color: #126EC5; opacity: 0.8; }

<p style="color:#126EC5;opacity:0.8;">80%</p>

Text with #126EC5 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 #126EC5;}

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

This text has shadow with #126EC5 color.

.textShadow {text-shadow: 3px 3px 1px #126EC5, 3px 3px 1px red;}

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

This text has shadow with #126EC5 primary color and red secondary color.


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

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

This text has shadow with #126EC5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126EC5 on black background.


Color preview on white background

This text has color #126EC5 on white background.



Black color preview on #126EC5 background

This text has black color on #126EC5 background.


White color preview on #126EC5 background

This text has white color on #126EC5 background.