COLOR #1256AB

HEX: #1256AB
RGB: (18,86,171)

Color info

#1256AB contains mainly blue color. Web safe color of #1256AB is #006699 (or #069).

RGB color model

#1256AB color RGB value is (18,86,171).

  • red value is 18;
  • green value is 86;
  • blue value is 171.
RGB:
(18,86,171)
(7%,34%,67%)

RGB channels and saturation

R 18 of 255 = 7%
G 86 of 255 = 34%
B 171 of 255 = 67%

18
86
171

R + G + B ~ 36%. #1256AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 86 + 171 = 275 (100%)
R 18 of 275 ~ 6.55%
G 86 of 275 ~ 31.27%
B 171 of 275 ~ 62.18%

%31.27
%62.18

CMYK color model

#1256AB color CMYK value is (89,50,0,33).

  • cyan value is 89.47%
  • magenta value is 49.71%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(89,50,0,33)
C89M50Y0K33 
(89%,50%,0%,33%)
(0.89/0.50/0.00/0.33)	

CMYK percentages

%89.47
%49.71
%0
%32.94

Codes

Color #1256AB in popluar color models

1256AB
RGB1886171
HSL213°80.95%37.06%
HSB/HSV213°89.47%67.06%
CMYK89.47%49.71%0.00%
32.94%

Color #1256AB in popluar number systems.

HEX1256AB
Decimal1886171
Binary10010101011010101011
Octal22126253

Shades and tints

Shades of #1256AB

#1256AB
(18,86,171)
#114F9C
(17,79,156)
#10488D
(16,72,141)
#0F417E
(15,65,126)
#0E3A6F
(14,58,111)
#0D3360
(13,51,96)
#0C2C51
(12,44,81)
#0B2542
(11,37,66)
#0A1E33
(10,30,51)
#091724
(9,23,36)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #1256AB

#1256AB
(18,86,171)
#2765B2
(39,101,178)
#3C74B9
(60,116,185)
#5183C0
(81,131,192)
#6692C7
(102,146,199)
#7BA1CE
(123,161,206)
#90B0D5
(144,176,213)
#A5BFDC
(165,191,220)
#BACEE3
(186,206,227)
#CFDDEA
(207,221,234)
#E4ECF1
(228,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1256AB color. Also use rgb(18,86,171) instead hex code.

Text Font Color

.myTextColor { color: #1256AB; }

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

This text font color is #1256AB.


Background Color

.myBgColor { background-color: #1256AB; }

<div style="background-color:#1256AB">Inner text</div>

This div background color is #1256AB.


Border color

.myBorderColor { border: 1px solid #1256AB; }

<div style="border:3px solid #1256AB">Div</div>

This div border color is #1256AB.


Opacity

.myOpacity80 { color: #1256AB; opacity: 0.8; }

<p style="color:#1256AB;opacity:0.8;">80%</p>

Text with #1256AB 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 #1256AB;}

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

This text has shadow with #1256AB color.

.textShadow {text-shadow: 3px 3px 1px #1256AB, 3px 3px 1px red;}

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

This text has shadow with #1256AB primary color and red secondary color.


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

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

This text has shadow with #1256AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1256AB on black background.


Color preview on white background

This text has color #1256AB on white background.



Black color preview on #1256AB background

This text has black color on #1256AB background.


White color preview on #1256AB background

This text has white color on #1256AB background.