COLOR #15025B

HEX: #15025B
RGB: (21,2,91)

Color info

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

RGB color model

#15025B color RGB value is (21,2,91).

  • red value is 21;
  • green value is 2;
  • blue value is 91.
RGB: (21,2,91) (8%,1%,36%)

RGB channels and saturation

R 21 of 255 = 8%
G 2 of 255 = 1%
B 91 of 255 = 36%

21
2
91

R + G + B ~ 15%. #15025B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 2 + 91 = 114 (100%)
R 21 of 114 ~ 18.42%
G 2 of 114 ~ 1.75%
B 91 of 114 ~ 79.82%

%18.42
%79.82

CMYK color model

#15025B color CMYK value is (77,98,0,64).

  • cyan value is 76.92%
  • magenta value is 97.80%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (77,98,0,64) C77M98Y0K64 (77%,98%,0%,64%) (0.77/0.98/0.00/0.64)

CMYK percentages

%76.92
%97.8
%0
%64.31

Codes

Color #15025B in popluar color models

15025B
RGB21291
HSL253°95.70%18.24%
HSB/HSV253°97.80%35.69%
CMYK76.92%97.80%0.00%
64.31%

Color #15025B in popluar number systems.

HEX15025B
Decimal21291
Binary10101101011011
Octal252133

Shades and tints

Shades of #15025B

#15025B
(21,2,91)
#140253
(20,2,83)
#13024B
(19,2,75)
#120243
(18,2,67)
#11023B
(17,2,59)
#100233
(16,2,51)
#0F022B
(15,2,43)
#0E0223
(14,2,35)
#0D021B
(13,2,27)
#0C0213
(12,2,19)
#0B020B
(11,2,11)
#000000
(0,0,0)

Tints of #15025B

#15025B
(21,2,91)
#2A1969
(42,25,105)
#3F3077
(63,48,119)
#544785
(84,71,133)
#695E93
(105,94,147)
#7E75A1
(126,117,161)
#938CAF
(147,140,175)
#A8A3BD
(168,163,189)
#BDBACB
(189,186,203)
#D2D1D9
(210,209,217)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15025B; }

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

This text font color is #15025B.


Background Color

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

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

This div background color is #15025B.


Border color

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

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

This div border color is #15025B.


Opacity

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

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

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

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

This text has shadow with #15025B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #15025B on black background.


Color preview on white background

This text has color #15025B on white background.



Black color preview on #15025B background

This text has black color on #15025B background.


White color preview on #15025B background

This text has white color on #15025B background.