COLOR #150245

HEX: #150245 RGB: (21,2,69)

Color info

#150245 contains mainly red and blue colors. Web safe color of #150245 is #000033 (or #003).

RGB color model

#150245 color RGB value is (21,2,69).

RGB: (21,2,69) (8%, 1%, 27%)

RGB channels and saturation

R 21 of 255 = 8%
G 2 of 255 = 1%
B 69 of 255 = 27%

21
2
69

R + G + B ~ 12%. #150245 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 2 + 69 = 92 (100%)
R 21 of 92 ~ 22.83%
G 2 of 92 ~ 2.17%
B 69 of 92 ~ 75'%

%22.83
%75

CMYK color model

#150245 color CMYK value is (70,97,0,73).

  • cyan value is 69.57%
  • magenta value is 97.10%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (70,97,0,73)
C70M97Y0K73 (70%, 97%, 0%, 73%)
(0.70 / 0.97 / 0.00 / 0.73)

CMYK percentages

%69.57
%97.1
%0
%72.94

Codes

Color #150245 in popluar color models

15 02 45
RGB 21 2 69
HSL 257° 94.37% 13.92%
HSB/HSV 257° 97.10% 27.06%
CMYK 69.57% 97.10% 0.00%
72.94%

Color #150245 in popluar number systems.

HEX 15 02 45
Decimal 21 2 69
Binary 10101 10 1000101
Octal 25 2 105

Shades and tints

Shades of #150245

#150245
(21,2,69)
#14023F
(20,2,63)
#130239
(19,2,57)
#120233
(18,2,51)
#11022D
(17,2,45)
#100227
(16,2,39)
#0F0221
(15,2,33)
#0E021B
(14,2,27)
#0D0215
(13,2,21)
#0C020F
(12,2,15)
#0B0209
(11,2,9)
#000000
(0,0,0)

Tints of #150245

#150245
(21,2,69)
#2A1955
(42,25,85)
#3F3065
(63,48,101)
#544775
(84,71,117)
#695E85
(105,94,133)
#7E7595
(126,117,149)
#938CA5
(147,140,165)
#A8A3B5
(168,163,181)
#BDBAC5
(189,186,197)
#D2D1D5
(210,209,213)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150245 color. Also use rgb(21,2,69) instead hex code.

Text Font Color

.myTextColor { color: #150245; }

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

This text font color is #150245.

Background Color

.myBgColor { background-color: #150245; }

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

This div background color is #150245.

Border color

.myBorderColor { border: 1px solid #150245; }

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

This div border color is #150245.

Opacity

.myOpacity80 { color: #150245; opacity: 0.8; }

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

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

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

This text has shadow with #150245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150245.

Preview

Color preview on black background

This text has color #150245 on black background.


Color preview on white background

This text has color #150245 on white background.


Black color preview on #150245 background

This text has black color on #150245 background.


White color preview on #150245 background

This text has white color on #150245 background.


Related colors

Complementary color

Complementary color for #hex is #EAFDBA.


I love getcolorcode.com

Triadic colors

1 #451502 and #024515 with #150245 are triadic colors.

2 #450215 and #021545 with #150245 are triadic colors.