COLOR #1721A4

HEX: #1721A4 RGB: (23,33,164)

Color info

#1721A4 contains mainly blue color. Web safe color of #1721A4 is #003399 (or #039).

RGB color model

#1721A4 color RGB value is (23,33,164).

RGB: (23,33,164) (9%, 13%, 64%)

RGB channels and saturation

R 23 of 255 = 9%
G 33 of 255 = 13%
B 164 of 255 = 64%

23
33
164

R + G + B ~ 29%. #1721A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 33 + 164 = 220 (100%)
R 23 of 220 ~ 10.45%
G 33 of 220 ~ 15%
B 164 of 220 ~ 74.55'%

%15
%74.55

CMYK color model

#1721A4 color CMYK value is (86,80,0,36).

  • cyan value is 85.98%
  • magenta value is 79.88%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (86,80,0,36)
C86M80Y0K36 (86%, 80%, 0%, 36%)
(0.86 / 0.80 / 0.00 / 0.36)

CMYK percentages

%85.98
%79.88
%0
%35.69

Codes

Color #1721A4 in popluar color models

17 21 A4
RGB 23 33 164
HSL 236° 75.40% 36.67%
HSB/HSV 236° 85.98% 64.31%
CMYK 85.98% 79.88% 0.00%
35.69%

Color #1721A4 in popluar number systems.

HEX 17 21 A4
Decimal 23 33 164
Binary 10111 100001 10100100
Octal 27 41 244

Shades and tints

Shades of #1721A4

#1721A4
(23,33,164)
#151E96
(21,30,150)
#131B88
(19,27,136)
#11187A
(17,24,122)
#0F156C
(15,21,108)
#0D125E
(13,18,94)
#0B0F50
(11,15,80)
#090C42
(9,12,66)
#070934
(7,9,52)
#050626
(5,6,38)
#030318
(3,3,24)
#000000
(0,0,0)

Tints of #1721A4

#1721A4
(23,33,164)
#2C35AC
(44,53,172)
#4149B4
(65,73,180)
#565DBC
(86,93,188)
#6B71C4
(107,113,196)
#8085CC
(128,133,204)
#9599D4
(149,153,212)
#AAADDC
(170,173,220)
#BFC1E4
(191,193,228)
#D4D5EC
(212,213,236)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1721A4 color. Also use rgb(23,33,164) instead hex code.

Text Font Color

.myTextColor { color: #1721A4; }

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

This text font color is #1721A4.

Background Color

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

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

This div background color is #1721A4.

Border color

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

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

This div border color is #1721A4.

Opacity

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

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

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

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

This text has shadow with #1721A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1721A4.

Preview

Color preview on black background

This text has color #1721A4 on black background.


Color preview on white background

This text has color #1721A4 on white background.


Black color preview on #1721A4 background

This text has black color on #1721A4 background.


White color preview on #1721A4 background

This text has white color on #1721A4 background.


Related colors

Complementary color

Complementary color for #hex is #E8DE5B.


I love getcolorcode.com

Triadic colors

1 #A41721 and #21A417 with #1721A4 are triadic colors.

2 #A42117 and #2117A4 with #1721A4 are triadic colors.