COLOR #150A38

HEX: #150A38
RGB: (21,10,56)

Color info

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

RGB color model

#150A38 color RGB value is (21,10,56).

  • red value is 21;
  • green value is 10;
  • blue value is 56.
RGB:
(21,10,56)
(8%,4%,22%)

RGB channels and saturation

R 21 of 255 = 8%
G 10 of 255 = 4%
B 56 of 255 = 22%

21
10
56

R + G + B ~ 11%. #150A38 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 10 + 56 = 87 (100%)
R 21 of 87 ~ 24.14%
G 10 of 87 ~ 11.49%
B 56 of 87 ~ 64.37%

%24.14
%11.49
%64.37

CMYK color model

#150A38 color CMYK value is (63,82,0,78).

  • cyan value is 62.50%
  • magenta value is 82.14%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(63,82,0,78)
C63M82Y0K78 
(63%,82%,0%,78%)
(0.63/0.82/0.00/0.78)	

CMYK percentages

%62.5
%82.14
%0
%78.04

Codes

Color #150A38 in popluar color models

150A38
RGB211056
HSL254°69.70%12.94%
HSB/HSV254°82.14%21.96%
CMYK62.50%82.14%0.00%
78.04%

Color #150A38 in popluar number systems.

HEX150A38
Decimal211056
Binary101011010111000
Octal251270

Shades and tints

Shades of #150A38

#150A38
(21,10,56)
#140A33
(20,10,51)
#130A2E
(19,10,46)
#120A29
(18,10,41)
#110A24
(17,10,36)
#100A1F
(16,10,31)
#0F0A1A
(15,10,26)
#0E0A15
(14,10,21)
#0D0A10
(13,10,16)
#0C0A0B
(12,10,11)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #150A38

#150A38
(21,10,56)
#2A204A
(42,32,74)
#3F365C
(63,54,92)
#544C6E
(84,76,110)
#696280
(105,98,128)
#7E7892
(126,120,146)
#938EA4
(147,142,164)
#A8A4B6
(168,164,182)
#BDBAC8
(189,186,200)
#D2D0DA
(210,208,218)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150A38 color. Also use rgb(21,10,56) instead hex code.

Text Font Color

.myTextColor { color: #150A38; }

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

This text font color is #150A38.


Background Color

.myBgColor { background-color: #150A38; }

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

This div background color is #150A38.


Border color

.myBorderColor { border: 1px solid #150A38; }

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

This div border color is #150A38.


Opacity

.myOpacity80 { color: #150A38; opacity: 0.8; }

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

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

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

This text has shadow with #150A38 color.

.textShadow {text-shadow: 3px 3px 1px #150A38, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150A38 on black background.


Color preview on white background

This text has color #150A38 on white background.



Black color preview on #150A38 background

This text has black color on #150A38 background.


White color preview on #150A38 background

This text has white color on #150A38 background.