COLOR #15085B

HEX: #15085B RGB: (21,8,91)

Color info

#15085B contains mainly blue color. Web safe color of #15085B is #000066 (or #006).

RGB color model

#15085B color RGB value is (21,8,91).

RGB: (21,8,91) (8%, 3%, 36%)

RGB channels and saturation

R 21 of 255 = 8%
G 8 of 255 = 3%
B 91 of 255 = 36%

21
8
91

R + G + B ~ 16%. #15085B is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 8 + 91 = 120 (100%)
R 21 of 120 ~ 17.5%
G 8 of 120 ~ 6.67%
B 91 of 120 ~ 75.83'%

%17.5
%75.83

CMYK color model

#15085B color CMYK value is (77,91,0,64).

  • cyan value is 76.92%
  • magenta value is 91.21%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (77,91,0,64)
C77M91Y0K64 (77%, 91%, 0%, 64%)
(0.77 / 0.91 / 0.00 / 0.64)

CMYK percentages

%76.92
%91.21
%0
%64.31

Codes

Color #15085B in popluar color models

15 08 5B
RGB 21 8 91
HSL 249° 83.84% 19.41%
HSB/HSV 249° 91.21% 35.69%
CMYK 76.92% 91.21% 0.00%
64.31%

Color #15085B in popluar number systems.

HEX 15 08 5B
Decimal 21 8 91
Binary 10101 1000 1011011
Octal 25 10 133

Shades and tints

Shades of #15085B

#15085B
(21,8,91)
#140853
(20,8,83)
#13084B
(19,8,75)
#120843
(18,8,67)
#11083B
(17,8,59)
#100833
(16,8,51)
#0F082B
(15,8,43)
#0E0823
(14,8,35)
#0D081B
(13,8,27)
#0C0813
(12,8,19)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #15085B

#15085B
(21,8,91)
#2A1E69
(42,30,105)
#3F3477
(63,52,119)
#544A85
(84,74,133)
#696093
(105,96,147)
#7E76A1
(126,118,161)
#938CAF
(147,140,175)
#A8A2BD
(168,162,189)
#BDB8CB
(189,184,203)
#D2CED9
(210,206,217)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15085B color. Also use rgb(21,8,91) instead hex code.

Text Font Color

.myTextColor { color: #15085B; }

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

This text font color is #15085B.

Background Color

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

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

This div background color is #15085B.

Border color

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

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

This div border color is #15085B.

Opacity

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

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

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

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

This text has shadow with #15085B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15085B.

Preview

Color preview on black background

This text has color #15085B on black background.


Color preview on white background

This text has color #15085B on white background.


Black color preview on #15085B background

This text has black color on #15085B background.


White color preview on #15085B background

This text has white color on #15085B background.


Related colors

Complementary color

Complementary color for #hex is #EAF7A4.


I love getcolorcode.com

Triadic colors

1 #5B1508 and #085B15 with #15085B are triadic colors.

2 #5B0815 and #08155B with #15085B are triadic colors.