COLOR #1256D7

HEX: #1256D7 RGB: (18,86,215)

Color info

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

RGB color model

#1256D7 color RGB value is (18,86,215).

RGB: (18,86,215) (7%, 34%, 84%)

RGB channels and saturation

R 18 of 255 = 7%
G 86 of 255 = 34%
B 215 of 255 = 84%

18
86
215

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

Portions of RGB colors in percentages

R + G + B = 18 + 86 + 215 = 319 (100%)
R 18 of 319 ~ 5.64%
G 86 of 319 ~ 26.96%
B 215 of 319 ~ 67.4'%

%26.96
%67.4

CMYK color model

#1256D7 color CMYK value is (92,60,0,16).

  • cyan value is 91.63%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (92,60,0,16)
C92M60Y0K16 (92%, 60%, 0%, 16%)
(0.92 / 0.60 / 0.00 / 0.16)

CMYK percentages

%91.63
%60
%0
%15.69

Codes

Color #1256D7 in popluar color models

12 56 D7
RGB 18 86 215
HSL 219° 84.55% 45.69%
HSB/HSV 219° 91.63% 84.31%
CMYK 91.63% 60.00% 0.00%
15.69%

Color #1256D7 in popluar number systems.

HEX 12 56 D7
Decimal 18 86 215
Binary 10010 1010110 11010111
Octal 22 126 327

Shades and tints

Shades of #1256D7

#1256D7
(18,86,215)
#114FC4
(17,79,196)
#1048B1
(16,72,177)
#0F419E
(15,65,158)
#0E3A8B
(14,58,139)
#0D3378
(13,51,120)
#0C2C65
(12,44,101)
#0B2552
(11,37,82)
#0A1E3F
(10,30,63)
#09172C
(9,23,44)
#081019
(8,16,25)
#000000
(0,0,0)

Tints of #1256D7

#1256D7
(18,86,215)
#2765DA
(39,101,218)
#3C74DD
(60,116,221)
#5183E0
(81,131,224)
#6692E3
(102,146,227)
#7BA1E6
(123,161,230)
#90B0E9
(144,176,233)
#A5BFEC
(165,191,236)
#BACEEF
(186,206,239)
#CFDDF2
(207,221,242)
#E4ECF5
(228,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1256D7; }

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

This text font color is #1256D7.

Background Color

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

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

This div background color is #1256D7.

Border color

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

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

This div border color is #1256D7.

Opacity

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

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

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

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

This text has shadow with #1256D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1256D7.

Preview

Color preview on black background

This text has color #1256D7 on black background.


Color preview on white background

This text has color #1256D7 on white background.


Black color preview on #1256D7 background

This text has black color on #1256D7 background.


White color preview on #1256D7 background

This text has white color on #1256D7 background.


Related colors

Complementary color

Complementary color for #hex is #EDA928.


I love getcolorcode.com

Triadic colors

1 #D71256 and #56D712 with #1256D7 are triadic colors.

2 #D75612 and #5612D7 with #1256D7 are triadic colors.