COLOR #15075A

HEX: #15075A RGB: (21,7,90)

Color info

#15075A contains mainly blue color. Web safe color of #15075A is #000066 (or #006).

RGB color model

#15075A color RGB value is (21,7,90).

RGB: (21,7,90) (8%, 3%, 35%)

RGB channels and saturation

R 21 of 255 = 8%
G 7 of 255 = 3%
B 90 of 255 = 35%

21
7
90

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

Portions of RGB colors in percentages

R + G + B = 21 + 7 + 90 = 118 (100%)
R 21 of 118 ~ 17.8%
G 7 of 118 ~ 5.93%
B 90 of 118 ~ 76.27'%

%17.8
%76.27

CMYK color model

#15075A color CMYK value is (77,92,0,65).

  • cyan value is 76.67%
  • magenta value is 92.22%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (77,92,0,65)
C77M92Y0K65 (77%, 92%, 0%, 65%)
(0.77 / 0.92 / 0.00 / 0.65)

CMYK percentages

%76.67
%92.22
%0
%64.71

Codes

Color #15075A in popluar color models

15 07 5A
RGB 21 7 90
HSL 250° 85.57% 19.02%
HSB/HSV 250° 92.22% 35.29%
CMYK 76.67% 92.22% 0.00%
64.71%

Color #15075A in popluar number systems.

HEX 15 07 5A
Decimal 21 7 90
Binary 10101 111 1011010
Octal 25 7 132

Shades and tints

Shades of #15075A

#15075A
(21,7,90)
#140752
(20,7,82)
#13074A
(19,7,74)
#120742
(18,7,66)
#11073A
(17,7,58)
#100732
(16,7,50)
#0F072A
(15,7,42)
#0E0722
(14,7,34)
#0D071A
(13,7,26)
#0C0712
(12,7,18)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #15075A

#15075A
(21,7,90)
#2A1D69
(42,29,105)
#3F3378
(63,51,120)
#544987
(84,73,135)
#695F96
(105,95,150)
#7E75A5
(126,117,165)
#938BB4
(147,139,180)
#A8A1C3
(168,161,195)
#BDB7D2
(189,183,210)
#D2CDE1
(210,205,225)
#E7E3F0
(231,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15075A color. Also use rgb(21,7,90) instead hex code.

Text Font Color

.myTextColor { color: #15075A; }

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

This text font color is #15075A.

Background Color

.myBgColor { background-color: #15075A; }

<div style="background-color:#15075A">Inner text</div>

This div background color is #15075A.

Border color

.myBorderColor { border: 1px solid #15075A; }

<div style="border:3px solid #15075A">Div</div>

This div border color is #15075A.

Opacity

.myOpacity80 { color: #15075A; opacity: 0.8; }

<p style="color:#15075A;opacity:0.8;">80%</p>

Text with #15075A 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 #15075A;}

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

This text has shadow with #15075A color.


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

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

This text has shadow with #15075A primary color and red secondary color.


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

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

This text has shadow with #15075A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15075A.

Preview

Color preview on black background

This text has color #15075A on black background.


Color preview on white background

This text has color #15075A on white background.


Black color preview on #15075A background

This text has black color on #15075A background.


White color preview on #15075A background

This text has white color on #15075A background.


Related colors

Complementary color

Complementary color for #hex is #EAF8A5.


I love getcolorcode.com

Triadic colors

1 #5A1507 and #075A15 with #15075A are triadic colors.

2 #5A0715 and #07155A with #15075A are triadic colors.