COLOR #15095A

HEX: #15095A RGB: (21,9,90)

Color info

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

RGB color model

#15095A color RGB value is (21,9,90).

RGB: (21,9,90) (8%, 4%, 35%)

RGB channels and saturation

R 21 of 255 = 8%
G 9 of 255 = 4%
B 90 of 255 = 35%

21
9
90

R + G + B ~ 16%. #15095A is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 9 + 90 = 120 (100%)
R 21 of 120 ~ 17.5%
G 9 of 120 ~ 7.5%
B 90 of 120 ~ 75'%

%17.5
%75

CMYK color model

#15095A color CMYK value is (77,90,0,65).

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

CMYK: (77,90,0,65)
C77M90Y0K65 (77%, 90%, 0%, 65%)
(0.77 / 0.90 / 0.00 / 0.65)

CMYK percentages

%76.67
%90
%0
%64.71

Codes

Color #15095A in popluar color models

15 09 5A
RGB 21 9 90
HSL 249° 81.82% 19.41%
HSB/HSV 249° 90.00% 35.29%
CMYK 76.67% 90.00% 0.00%
64.71%

Color #15095A in popluar number systems.

HEX 15 09 5A
Decimal 21 9 90
Binary 10101 1001 1011010
Octal 25 11 132

Shades and tints

Shades of #15095A

#15095A
(21,9,90)
#140952
(20,9,82)
#13094A
(19,9,74)
#120942
(18,9,66)
#11093A
(17,9,58)
#100932
(16,9,50)
#0F092A
(15,9,42)
#0E0922
(14,9,34)
#0D091A
(13,9,26)
#0C0912
(12,9,18)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #15095A

#15095A
(21,9,90)
#2A1F69
(42,31,105)
#3F3578
(63,53,120)
#544B87
(84,75,135)
#696196
(105,97,150)
#7E77A5
(126,119,165)
#938DB4
(147,141,180)
#A8A3C3
(168,163,195)
#BDB9D2
(189,185,210)
#D2CFE1
(210,207,225)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15095A; }

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

This text font color is #15095A.

Background Color

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

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

This div background color is #15095A.

Border color

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

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

This div border color is #15095A.

Opacity

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

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

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

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

This text has shadow with #15095A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15095A.

Preview

Color preview on black background

This text has color #15095A on black background.


Color preview on white background

This text has color #15095A on white background.


Black color preview on #15095A background

This text has black color on #15095A background.


White color preview on #15095A background

This text has white color on #15095A background.


Related colors

Complementary color

Complementary color for #hex is #EAF6A5.


I love getcolorcode.com

Triadic colors

1 #5A1509 and #095A15 with #15095A are triadic colors.

2 #5A0915 and #09155A with #15095A are triadic colors.