COLOR #1864A4

HEX: #1864A4 RGB: (24,100,164)

Color info

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

RGB color model

#1864A4 color RGB value is (24,100,164).

RGB: (24,100,164) (9%, 39%, 64%)

RGB channels and saturation

R 24 of 255 = 9%
G 100 of 255 = 39%
B 164 of 255 = 64%

24
100
164

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

Portions of RGB colors in percentages

R + G + B = 24 + 100 + 164 = 288 (100%)
R 24 of 288 ~ 8.33%
G 100 of 288 ~ 34.72%
B 164 of 288 ~ 56.94'%

%34.72
%56.94

CMYK color model

#1864A4 color CMYK value is (85,39,0,36).

  • cyan value is 85.37%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (85,39,0,36)
C85M39Y0K36 (85%, 39%, 0%, 36%)
(0.85 / 0.39 / 0.00 / 0.36)

CMYK percentages

%85.37
%39.02
%0
%35.69

Codes

Color #1864A4 in popluar color models

18 64 A4
RGB 24 100 164
HSL 207° 74.47% 36.86%
HSB/HSV 207° 85.37% 64.31%
CMYK 85.37% 39.02% 0.00%
35.69%

Color #1864A4 in popluar number systems.

HEX 18 64 A4
Decimal 24 100 164
Binary 11000 1100100 10100100
Octal 30 144 244

Shades and tints

Shades of #1864A4

#1864A4
(24,100,164)
#165B96
(22,91,150)
#145288
(20,82,136)
#12497A
(18,73,122)
#10406C
(16,64,108)
#0E375E
(14,55,94)
#0C2E50
(12,46,80)
#0A2542
(10,37,66)
#081C34
(8,28,52)
#061326
(6,19,38)
#040A18
(4,10,24)
#000000
(0,0,0)

Tints of #1864A4

#1864A4
(24,100,164)
#2D72AC
(45,114,172)
#4280B4
(66,128,180)
#578EBC
(87,142,188)
#6C9CC4
(108,156,196)
#81AACC
(129,170,204)
#96B8D4
(150,184,212)
#ABC6DC
(171,198,220)
#C0D4E4
(192,212,228)
#D5E2EC
(213,226,236)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1864A4 color. Also use rgb(24,100,164) instead hex code.

Text Font Color

.myTextColor { color: #1864A4; }

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

This text font color is #1864A4.

Background Color

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

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

This div background color is #1864A4.

Border color

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

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

This div border color is #1864A4.

Opacity

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

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

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

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

This text has shadow with #1864A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1864A4.

Preview

Color preview on black background

This text has color #1864A4 on black background.


Color preview on white background

This text has color #1864A4 on white background.


Black color preview on #1864A4 background

This text has black color on #1864A4 background.


White color preview on #1864A4 background

This text has white color on #1864A4 background.


Related colors

Complementary color

Complementary color for #hex is #E79B5B.


I love getcolorcode.com

Triadic colors

1 #A41864 and #64A418 with #1864A4 are triadic colors.

2 #A46418 and #6418A4 with #1864A4 are triadic colors.