COLOR #126AB1

HEX: #126AB1
RGB: (18,106,177)

Color info

#126AB1 contains mainly blue color. Web safe color of #126AB1 is #006699 (or #069).

RGB color model

#126AB1 color RGB value is (18,106,177).

  • red value is 18;
  • green value is 106;
  • blue value is 177.
RGB:
(18,106,177)
(7%,42%,69%)

RGB channels and saturation

R 18 of 255 = 7%
G 106 of 255 = 42%
B 177 of 255 = 69%

18
106
177

R + G + B ~ 39%. #126AB1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 106 + 177 = 301 (100%)
R 18 of 301 ~ 5.98%
G 106 of 301 ~ 35.22%
B 177 of 301 ~ 58.8%

%35.22
%58.8

CMYK color model

#126AB1 color CMYK value is (90,40,0,31).

  • cyan value is 89.83%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(90,40,0,31)
C90M40Y0K31 
(90%,40%,0%,31%)
(0.90/0.40/0.00/0.31)	

CMYK percentages

%89.83
%40.11
%0
%30.59

Codes

Color #126AB1 in popluar color models

126AB1
RGB18106177
HSL207°81.54%38.24%
HSB/HSV207°89.83%69.41%
CMYK89.83%40.11%0.00%
30.59%

Color #126AB1 in popluar number systems.

HEX126AB1
Decimal18106177
Binary10010110101010110001
Octal22152261

Shades and tints

Shades of #126AB1

#126AB1
(18,106,177)
#1161A1
(17,97,161)
#105891
(16,88,145)
#0F4F81
(15,79,129)
#0E4671
(14,70,113)
#0D3D61
(13,61,97)
#0C3451
(12,52,81)
#0B2B41
(11,43,65)
#0A2231
(10,34,49)
#091921
(9,25,33)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #126AB1

#126AB1
(18,106,177)
#2777B8
(39,119,184)
#3C84BF
(60,132,191)
#5191C6
(81,145,198)
#669ECD
(102,158,205)
#7BABD4
(123,171,212)
#90B8DB
(144,184,219)
#A5C5E2
(165,197,226)
#BAD2E9
(186,210,233)
#CFDFF0
(207,223,240)
#E4ECF7
(228,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126AB1 color. Also use rgb(18,106,177) instead hex code.

Text Font Color

.myTextColor { color: #126AB1; }

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

This text font color is #126AB1.


Background Color

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

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

This div background color is #126AB1.


Border color

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

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

This div border color is #126AB1.


Opacity

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

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

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

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

This text has shadow with #126AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126AB1 on black background.


Color preview on white background

This text has color #126AB1 on white background.



Black color preview on #126AB1 background

This text has black color on #126AB1 background.


White color preview on #126AB1 background

This text has white color on #126AB1 background.