COLOR #221B5D

HEX: #221B5D RGB: (34,27,93)

Color info

#221B5D contains mainly red and blue colors. Web safe color of #221B5D is #333366 (or #336).

RGB color model

#221B5D color RGB value is (34,27,93).

RGB: (34,27,93) (13%, 11%, 36%)

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 93 of 255 = 36%

34
27
93

R + G + B ~ 20%. #221B5D is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 27 + 93 = 154 (100%)
R 34 of 154 ~ 22.08%
G 27 of 154 ~ 17.53%
B 93 of 154 ~ 60.39'%

%22.08
%17.53
%60.39

CMYK color model

#221B5D color CMYK value is (63,71,0,64).

  • cyan value is 63.44%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (63,71,0,64)
C63M71Y0K64 (63%, 71%, 0%, 64%)
(0.63 / 0.71 / 0.00 / 0.64)

CMYK percentages

%63.44
%70.97
%0
%63.53

Codes

Color #221B5D in popluar color models

22 1B 5D
RGB 34 27 93
HSL 246° 55.00% 23.53%
HSB/HSV 246° 70.97% 36.47%
CMYK 63.44% 70.97% 0.00%
63.53%

Color #221B5D in popluar number systems.

HEX 22 1B 5D
Decimal 34 27 93
Binary 100010 11011 1011101
Octal 42 33 135

Shades and tints

Shades of #221B5D

#221B5D
(34,27,93)
#1F1955
(31,25,85)
#1C174D
(28,23,77)
#191545
(25,21,69)
#16133D
(22,19,61)
#131135
(19,17,53)
#100F2D
(16,15,45)
#0D0D25
(13,13,37)
#0A0B1D
(10,11,29)
#070915
(7,9,21)
#04070D
(4,7,13)
#000000
(0,0,0)

Tints of #221B5D

#221B5D
(34,27,93)
#362F6B
(54,47,107)
#4A4379
(74,67,121)
#5E5787
(94,87,135)
#726B95
(114,107,149)
#867FA3
(134,127,163)
#9A93B1
(154,147,177)
#AEA7BF
(174,167,191)
#C2BBCD
(194,187,205)
#D6CFDB
(214,207,219)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221B5D color. Also use rgb(34,27,93) instead hex code.

Text Font Color

.myTextColor { color: #221B5D; }

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

This text font color is #221B5D.

Background Color

.myBgColor { background-color: #221B5D; }

<div style="background-color:#221B5D">Inner text</div>

This div background color is #221B5D.

Border color

.myBorderColor { border: 1px solid #221B5D; }

<div style="border:3px solid #221B5D">Div</div>

This div border color is #221B5D.

Opacity

.myOpacity80 { color: #221B5D; opacity: 0.8; }

<p style="color:#221B5D;opacity:0.8;">80%</p>

Text with #221B5D 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 #221B5D;}

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

This text has shadow with #221B5D color.


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

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

This text has shadow with #221B5D primary color and red secondary color.


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

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

This text has shadow with #221B5D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #221B5D.

Preview

Color preview on black background

This text has color #221B5D on black background.


Color preview on white background

This text has color #221B5D on white background.


Black color preview on #221B5D background

This text has black color on #221B5D background.


White color preview on #221B5D background

This text has white color on #221B5D background.


Related colors

Complementary color

Complementary color for #hex is #DDE4A2.


I love getcolorcode.com

Triadic colors

1 #5D221B and #1B5D22 with #221B5D are triadic colors.

2 #5D1B22 and #1B225D with #221B5D are triadic colors.