COLOR #1505A1

HEX: #1505A1
RGB: (21,5,161)

Color info

#1505A1 contains mainly blue color. Web safe color of #1505A1 is #000099 (or #009).

RGB color model

#1505A1 color RGB value is (21,5,161).

  • red value is 21;
  • green value is 5;
  • blue value is 161.
RGB:
(21,5,161)
(8%,2%,63%)

RGB channels and saturation

R 21 of 255 = 8%
G 5 of 255 = 2%
B 161 of 255 = 63%

21
5
161

R + G + B ~ 24%. #1505A1 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 5 + 161 = 187 (100%)
R 21 of 187 ~ 11.23%
G 5 of 187 ~ 2.67%
B 161 of 187 ~ 86.1%

%11.23
%86.1

CMYK color model

#1505A1 color CMYK value is (87,97,0,37).

  • cyan value is 86.96%
  • magenta value is 96.89%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(87,97,0,37)
C87M97Y0K37 
(87%,97%,0%,37%)
(0.87/0.97/0.00/0.37)	

CMYK percentages

%86.96
%96.89
%0
%36.86

Codes

Color #1505A1 in popluar color models

1505A1
RGB215161
HSL246°93.98%32.55%
HSB/HSV246°96.89%63.14%
CMYK86.96%96.89%0.00%
36.86%

Color #1505A1 in popluar number systems.

HEX1505A1
Decimal215161
Binary1010110110100001
Octal255241

Shades and tints

Shades of #1505A1

#1505A1
(21,5,161)
#140593
(20,5,147)
#130585
(19,5,133)
#120577
(18,5,119)
#110569
(17,5,105)
#10055B
(16,5,91)
#0F054D
(15,5,77)
#0E053F
(14,5,63)
#0D0531
(13,5,49)
#0C0523
(12,5,35)
#0B0515
(11,5,21)
#000000
(0,0,0)

Tints of #1505A1

#1505A1
(21,5,161)
#2A1BA9
(42,27,169)
#3F31B1
(63,49,177)
#5447B9
(84,71,185)
#695DC1
(105,93,193)
#7E73C9
(126,115,201)
#9389D1
(147,137,209)
#A89FD9
(168,159,217)
#BDB5E1
(189,181,225)
#D2CBE9
(210,203,233)
#E7E1F1
(231,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1505A1 color. Also use rgb(21,5,161) instead hex code.

Text Font Color

.myTextColor { color: #1505A1; }

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

This text font color is #1505A1.


Background Color

.myBgColor { background-color: #1505A1; }

<div style="background-color:#1505A1">Inner text</div>

This div background color is #1505A1.


Border color

.myBorderColor { border: 1px solid #1505A1; }

<div style="border:3px solid #1505A1">Div</div>

This div border color is #1505A1.


Opacity

.myOpacity80 { color: #1505A1; opacity: 0.8; }

<p style="color:#1505A1;opacity:0.8;">80%</p>

Text with #1505A1 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 #1505A1;}

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

This text has shadow with #1505A1 color.

.textShadow {text-shadow: 3px 3px 1px #1505A1, 3px 3px 1px red;}

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

This text has shadow with #1505A1 primary color and red secondary color.


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

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

This text has shadow with #1505A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1505A1 on black background.


Color preview on white background

This text has color #1505A1 on white background.



Black color preview on #1505A1 background

This text has black color on #1505A1 background.


White color preview on #1505A1 background

This text has white color on #1505A1 background.