COLOR #1266A4

HEX: #1266A4 RGB: (18,102,164)

Color info

#1266A4 contains mainly blue color. Web safe color of #1266A4 is #006699 (or #069).

RGB color model

#1266A4 color RGB value is (18,102,164).

RGB: (18,102,164) (7%, 40%, 64%)

RGB channels and saturation

R 18 of 255 = 7%
G 102 of 255 = 40%
B 164 of 255 = 64%

18
102
164

R + G + B ~ 37%. #1266A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 102 + 164 = 284 (100%)
R 18 of 284 ~ 6.34%
G 102 of 284 ~ 35.92%
B 164 of 284 ~ 57.75'%

%35.92
%57.75

CMYK color model

#1266A4 color CMYK value is (89,38,0,36).

  • cyan value is 89.02%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (89,38,0,36)
C89M38Y0K36 (89%, 38%, 0%, 36%)
(0.89 / 0.38 / 0.00 / 0.36)

CMYK percentages

%89.02
%37.8
%0
%35.69

Codes

Color #1266A4 in popluar color models

12 66 A4
RGB 18 102 164
HSL 205° 80.22% 35.69%
HSB/HSV 205° 89.02% 64.31%
CMYK 89.02% 37.80% 0.00%
35.69%

Color #1266A4 in popluar number systems.

HEX 12 66 A4
Decimal 18 102 164
Binary 10010 1100110 10100100
Octal 22 146 244

Shades and tints

Shades of #1266A4

#1266A4
(18,102,164)
#115D96
(17,93,150)
#105488
(16,84,136)
#0F4B7A
(15,75,122)
#0E426C
(14,66,108)
#0D395E
(13,57,94)
#0C3050
(12,48,80)
#0B2742
(11,39,66)
#0A1E34
(10,30,52)
#091526
(9,21,38)
#080C18
(8,12,24)
#000000
(0,0,0)

Tints of #1266A4

#1266A4
(18,102,164)
#2773AC
(39,115,172)
#3C80B4
(60,128,180)
#518DBC
(81,141,188)
#669AC4
(102,154,196)
#7BA7CC
(123,167,204)
#90B4D4
(144,180,212)
#A5C1DC
(165,193,220)
#BACEE4
(186,206,228)
#CFDBEC
(207,219,236)
#E4E8F4
(228,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1266A4 color. Also use rgb(18,102,164) instead hex code.

Text Font Color

.myTextColor { color: #1266A4; }

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

This text font color is #1266A4.

Background Color

.myBgColor { background-color: #1266A4; }

<div style="background-color:#1266A4">Inner text</div>

This div background color is #1266A4.

Border color

.myBorderColor { border: 1px solid #1266A4; }

<div style="border:3px solid #1266A4">Div</div>

This div border color is #1266A4.

Opacity

.myOpacity80 { color: #1266A4; opacity: 0.8; }

<p style="color:#1266A4;opacity:0.8;">80%</p>

Text with #1266A4 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 #1266A4;}

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

This text has shadow with #1266A4 color.


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

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

This text has shadow with #1266A4 primary color and red secondary color.


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

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

This text has shadow with #1266A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1266A4.

Preview

Color preview on black background

This text has color #1266A4 on black background.


Color preview on white background

This text has color #1266A4 on white background.


Black color preview on #1266A4 background

This text has black color on #1266A4 background.


White color preview on #1266A4 background

This text has white color on #1266A4 background.


Related colors

Complementary color

Complementary color for #hex is #ED995B.


I love getcolorcode.com

Triadic colors

1 #A41266 and #66A412 with #1266A4 are triadic colors.

2 #A46612 and #6612A4 with #1266A4 are triadic colors.