COLOR #21509B

HEX: #21509B
RGB: (33,80,155)

Color info

#21509B contains mainly blue color. Web safe color of #21509B is #336699 (or #369).

RGB color model

#21509B color RGB value is (33,80,155).

  • red value is 33;
  • green value is 80;
  • blue value is 155.
RGB:
(33,80,155)
(13%,31%,61%)

RGB channels and saturation

R 33 of 255 = 13%
G 80 of 255 = 31%
B 155 of 255 = 61%

33
80
155

R + G + B ~ 35%. #21509B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 80 + 155 = 268 (100%)
R 33 of 268 ~ 12.31%
G 80 of 268 ~ 29.85%
B 155 of 268 ~ 57.84%

%12.31
%29.85
%57.84

CMYK color model

#21509B color CMYK value is (79,48,0,39).

  • cyan value is 78.71%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(79,48,0,39)
C79M48Y0K39 
(79%,48%,0%,39%)
(0.79/0.48/0.00/0.39)	

CMYK percentages

%78.71
%48.39
%0
%39.22

Codes

Color #21509B in popluar color models

21509B
RGB3380155
HSL217°64.89%36.86%
HSB/HSV217°78.71%60.78%
CMYK78.71%48.39%0.00%
39.22%

Color #21509B in popluar number systems.

HEX21509B
Decimal3380155
Binary100001101000010011011
Octal41120233

Shades and tints

Shades of #21509B

#21509B
(33,80,155)
#1E498D
(30,73,141)
#1B427F
(27,66,127)
#183B71
(24,59,113)
#153463
(21,52,99)
#122D55
(18,45,85)
#0F2647
(15,38,71)
#0C1F39
(12,31,57)
#09182B
(9,24,43)
#06111D
(6,17,29)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #21509B

#21509B
(33,80,155)
#355FA4
(53,95,164)
#496EAD
(73,110,173)
#5D7DB6
(93,125,182)
#718CBF
(113,140,191)
#859BC8
(133,155,200)
#99AAD1
(153,170,209)
#ADB9DA
(173,185,218)
#C1C8E3
(193,200,227)
#D5D7EC
(213,215,236)
#E9E6F5
(233,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21509B color. Also use rgb(33,80,155) instead hex code.

Text Font Color

.myTextColor { color: #21509B; }

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

This text font color is #21509B.


Background Color

.myBgColor { background-color: #21509B; }

<div style="background-color:#21509B">Inner text</div>

This div background color is #21509B.


Border color

.myBorderColor { border: 1px solid #21509B; }

<div style="border:3px solid #21509B">Div</div>

This div border color is #21509B.


Opacity

.myOpacity80 { color: #21509B; opacity: 0.8; }

<p style="color:#21509B;opacity:0.8;">80%</p>

Text with #21509B 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 #21509B;}

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

This text has shadow with #21509B color.

.textShadow {text-shadow: 3px 3px 1px #21509B, 3px 3px 1px red;}

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

This text has shadow with #21509B primary color and red secondary color.


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

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

This text has shadow with #21509B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #21509B;
-webkit-box-shadow: 1px 1px 3px 2px #21509B;
box-shadow:1px 1px 3px 2px #21509B;">
Div content here</div>
This div box has shadow with color #21509B.

Preview

Color preview on black background

This text has color #21509B on black background.


Color preview on white background

This text has color #21509B on white background.



Black color preview on #21509B background

This text has black color on #21509B background.


White color preview on #21509B background

This text has white color on #21509B background.