COLOR #15067D

HEX: #15067D
RGB: (21,6,125)

Color info

#15067D contains mainly blue color. Web safe color of #15067D is #000066 (or #006).

RGB color model

#15067D color RGB value is (21,6,125).

  • red value is 21;
  • green value is 6;
  • blue value is 125.
RGB:
(21,6,125)
(8%,2%,49%)

RGB channels and saturation

R 21 of 255 = 8%
G 6 of 255 = 2%
B 125 of 255 = 49%

21
6
125

R + G + B ~ 20%. #15067D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 125 = 152 (100%)
R 21 of 152 ~ 13.82%
G 6 of 152 ~ 3.95%
B 125 of 152 ~ 82.24%

%13.82
%82.24

CMYK color model

#15067D color CMYK value is (83,95,0,51).

  • cyan value is 83.20%
  • magenta value is 95.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(83,95,0,51)
C83M95Y0K51 
(83%,95%,0%,51%)
(0.83/0.95/0.00/0.51)	

CMYK percentages

%83.2
%95.2
%0
%50.98

Codes

Color #15067D in popluar color models

15067D
RGB216125
HSL248°90.84%25.69%
HSB/HSV248°95.20%49.02%
CMYK83.20%95.20%0.00%
50.98%

Color #15067D in popluar number systems.

HEX15067D
Decimal216125
Binary101011101111101
Octal256175

Shades and tints

Shades of #15067D

#15067D
(21,6,125)
#140672
(20,6,114)
#130667
(19,6,103)
#12065C
(18,6,92)
#110651
(17,6,81)
#100646
(16,6,70)
#0F063B
(15,6,59)
#0E0630
(14,6,48)
#0D0625
(13,6,37)
#0C061A
(12,6,26)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #15067D

#15067D
(21,6,125)
#2A1C88
(42,28,136)
#3F3293
(63,50,147)
#54489E
(84,72,158)
#695EA9
(105,94,169)
#7E74B4
(126,116,180)
#938ABF
(147,138,191)
#A8A0CA
(168,160,202)
#BDB6D5
(189,182,213)
#D2CCE0
(210,204,224)
#E7E2EB
(231,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15067D color. Also use rgb(21,6,125) instead hex code.

Text Font Color

.myTextColor { color: #15067D; }

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

This text font color is #15067D.


Background Color

.myBgColor { background-color: #15067D; }

<div style="background-color:#15067D">Inner text</div>

This div background color is #15067D.


Border color

.myBorderColor { border: 1px solid #15067D; }

<div style="border:3px solid #15067D">Div</div>

This div border color is #15067D.


Opacity

.myOpacity80 { color: #15067D; opacity: 0.8; }

<p style="color:#15067D;opacity:0.8;">80%</p>

Text with #15067D 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 #15067D;}

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

This text has shadow with #15067D color.

.textShadow {text-shadow: 3px 3px 1px #15067D, 3px 3px 1px red;}

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

This text has shadow with #15067D primary color and red secondary color.


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

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

This text has shadow with #15067D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15067D on black background.


Color preview on white background

This text has color #15067D on white background.



Black color preview on #15067D background

This text has black color on #15067D background.


White color preview on #15067D background

This text has white color on #15067D background.