COLOR #1218AC

HEX: #1218AC RGB: (18,24,172)

Color info

#1218AC contains mainly blue color. Web safe color of #1218AC is #000099 (or #009).

RGB color model

#1218AC color RGB value is (18,24,172).

RGB: (18,24,172) (7%, 9%, 67%)

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 172 of 255 = 67%

18
24
172

R + G + B ~ 28%. #1218AC is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 24 + 172 = 214 (100%)
R 18 of 214 ~ 8.41%
G 24 of 214 ~ 11.21%
B 172 of 214 ~ 80.37'%

%11.21
%80.37

CMYK color model

#1218AC color CMYK value is (90,86,0,33).

  • cyan value is 89.53%
  • magenta value is 86.05%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (90,86,0,33)
C90M86Y0K33 (90%, 86%, 0%, 33%)
(0.90 / 0.86 / 0.00 / 0.33)

CMYK percentages

%89.53
%86.05
%0
%32.55

Codes

Color #1218AC in popluar color models

12 18 AC
RGB 18 24 172
HSL 238° 81.05% 37.25%
HSB/HSV 238° 89.53% 67.45%
CMYK 89.53% 86.05% 0.00%
32.55%

Color #1218AC in popluar number systems.

HEX 12 18 AC
Decimal 18 24 172
Binary 10010 11000 10101100
Octal 22 30 254

Shades and tints

Shades of #1218AC

#1218AC
(18,24,172)
#11169D
(17,22,157)
#10148E
(16,20,142)
#0F127F
(15,18,127)
#0E1070
(14,16,112)
#0D0E61
(13,14,97)
#0C0C52
(12,12,82)
#0B0A43
(11,10,67)
#0A0834
(10,8,52)
#090625
(9,6,37)
#080416
(8,4,22)
#000000
(0,0,0)

Tints of #1218AC

#1218AC
(18,24,172)
#272DB3
(39,45,179)
#3C42BA
(60,66,186)
#5157C1
(81,87,193)
#666CC8
(102,108,200)
#7B81CF
(123,129,207)
#9096D6
(144,150,214)
#A5ABDD
(165,171,221)
#BAC0E4
(186,192,228)
#CFD5EB
(207,213,235)
#E4EAF2
(228,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1218AC color. Also use rgb(18,24,172) instead hex code.

Text Font Color

.myTextColor { color: #1218AC; }

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

This text font color is #1218AC.

Background Color

.myBgColor { background-color: #1218AC; }

<div style="background-color:#1218AC">Inner text</div>

This div background color is #1218AC.

Border color

.myBorderColor { border: 1px solid #1218AC; }

<div style="border:3px solid #1218AC">Div</div>

This div border color is #1218AC.

Opacity

.myOpacity80 { color: #1218AC; opacity: 0.8; }

<p style="color:#1218AC;opacity:0.8;">80%</p>

Text with #1218AC 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 #1218AC;}

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

This text has shadow with #1218AC color.


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

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

This text has shadow with #1218AC primary color and red secondary color.


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

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

This text has shadow with #1218AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1218AC.

Preview

Color preview on black background

This text has color #1218AC on black background.


Color preview on white background

This text has color #1218AC on white background.


Black color preview on #1218AC background

This text has black color on #1218AC background.


White color preview on #1218AC background

This text has white color on #1218AC background.


Related colors

Complementary color

Complementary color for #hex is #EDE753.


I love getcolorcode.com

Triadic colors

1 #AC1218 and #18AC12 with #1218AC are triadic colors.

2 #AC1812 and #1812AC with #1218AC are triadic colors.