COLOR #15033C

HEX: #15033C
RGB: (21,3,60)

Color info

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

RGB color model

#15033C color RGB value is (21,3,60).

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

RGB channels and saturation

R 21 of 255 = 8%
G 3 of 255 = 1%
B 60 of 255 = 24%

21
3
60

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

Portions of RGB colors in percentages

R + G + B =
21 + 3 + 60 = 84 (100%)
R 21 of 84 ~ 25%
G 3 of 84 ~ 3.57%
B 60 of 84 ~ 71.43%

%25
%71.43

CMYK color model

#15033C color CMYK value is (65,95,0,76).

  • cyan value is 65.00%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(65,95,0,76)
C65M95Y0K76 
(65%,95%,0%,76%)
(0.65/0.95/0.00/0.76)	

CMYK percentages

%65
%95
%0
%76.47

Codes

Color #15033C in popluar color models

15033C
RGB21360
HSL259°90.48%12.35%
HSB/HSV259°95.00%23.53%
CMYK65.00%95.00%0.00%
76.47%

Color #15033C in popluar number systems.

HEX15033C
Decimal21360
Binary1010111111100
Octal25374

Shades and tints

Shades of #15033C

#15033C
(21,3,60)
#140337
(20,3,55)
#130332
(19,3,50)
#12032D
(18,3,45)
#110328
(17,3,40)
#100323
(16,3,35)
#0F031E
(15,3,30)
#0E0319
(14,3,25)
#0D0314
(13,3,20)
#0C030F
(12,3,15)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #15033C

#15033C
(21,3,60)
#2A194D
(42,25,77)
#3F2F5E
(63,47,94)
#54456F
(84,69,111)
#695B80
(105,91,128)
#7E7191
(126,113,145)
#9387A2
(147,135,162)
#A89DB3
(168,157,179)
#BDB3C4
(189,179,196)
#D2C9D5
(210,201,213)
#E7DFE6
(231,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15033C; }

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

This text font color is #15033C.


Background Color

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

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

This div background color is #15033C.


Border color

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

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

This div border color is #15033C.


Opacity

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

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

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

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

This text has shadow with #15033C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15033C on black background.


Color preview on white background

This text has color #15033C on white background.



Black color preview on #15033C background

This text has black color on #15033C background.


White color preview on #15033C background

This text has white color on #15033C background.