COLOR #15033B

HEX: #15033B
RGB: (21,3,59)

Color info

#15033B contains red, green and blue colors in about the same proportion. Web safe color of #15033B is #000033 (or #003).

RGB color model

#15033B color RGB value is (21,3,59).

  • red value is 21;
  • green value is 3;
  • blue value is 59.
RGB:
(21,3,59)
(8%,1%,23%)

RGB channels and saturation

R 21 of 255 = 8%
G 3 of 255 = 1%
B 59 of 255 = 23%

21
3
59

R + G + B ~ 11%. #15033B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 3 + 59 = 83 (100%)
R 21 of 83 ~ 25.3%
G 3 of 83 ~ 3.61%
B 59 of 83 ~ 71.08%

%25.3
%71.08

CMYK color model

#15033B color CMYK value is (64,95,0,77).

  • cyan value is 64.41%
  • magenta value is 94.92%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(64,95,0,77)
C64M95Y0K77 
(64%,95%,0%,77%)
(0.64/0.95/0.00/0.77)	

CMYK percentages

%64.41
%94.92
%0
%76.86

Codes

Color #15033B in popluar color models

15033B
RGB21359
HSL259°90.32%12.16%
HSB/HSV259°94.92%23.14%
CMYK64.41%94.92%0.00%
76.86%

Color #15033B in popluar number systems.

HEX15033B
Decimal21359
Binary1010111111011
Octal25373

Shades and tints

Shades of #15033B

#15033B
(21,3,59)
#140336
(20,3,54)
#130331
(19,3,49)
#12032C
(18,3,44)
#110327
(17,3,39)
#100322
(16,3,34)
#0F031D
(15,3,29)
#0E0318
(14,3,24)
#0D0313
(13,3,19)
#0C030E
(12,3,14)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #15033B

#15033B
(21,3,59)
#2A194C
(42,25,76)
#3F2F5D
(63,47,93)
#54456E
(84,69,110)
#695B7F
(105,91,127)
#7E7190
(126,113,144)
#9387A1
(147,135,161)
#A89DB2
(168,157,178)
#BDB3C3
(189,179,195)
#D2C9D4
(210,201,212)
#E7DFE5
(231,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15033B color. Also use rgb(21,3,59) instead hex code.

Text Font Color

.myTextColor { color: #15033B; }

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

This text font color is #15033B.


Background Color

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

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

This div background color is #15033B.


Border color

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

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

This div border color is #15033B.


Opacity

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

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

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

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

This text has shadow with #15033B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15033B on black background.


Color preview on white background

This text has color #15033B on white background.



Black color preview on #15033B background

This text has black color on #15033B background.


White color preview on #15033B background

This text has white color on #15033B background.