COLOR #150743

HEX: #150743 RGB: (21,7,67)

Color info

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

RGB color model

#150743 color RGB value is (21,7,67).

RGB: (21,7,67) (8%, 3%, 26%)

RGB channels and saturation

R 21 of 255 = 8%
G 7 of 255 = 3%
B 67 of 255 = 26%

21
7
67

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

Portions of RGB colors in percentages

R + G + B = 21 + 7 + 67 = 95 (100%)
R 21 of 95 ~ 22.11%
G 7 of 95 ~ 7.37%
B 67 of 95 ~ 70.53'%

%22.11
%70.53

CMYK color model

#150743 color CMYK value is (69,90,0,74).

  • cyan value is 68.66%
  • magenta value is 89.55%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK: (69,90,0,74) C69M90Y0K74 (69%,90%,0%,74%) (0.69/0.90/0.00/0.74) 

CMYK percentages

%68.66
%89.55
%0
%73.73

Codes

Color #150743 in popluar color models

15 07 43
RGB 21 7 67
HSL 254° 81.08% 14.51%
HSB/HSV 254° 89.55% 26.27%
CMYK 68.66% 89.55% 0.00%
73.73%

Color #150743 in popluar number systems.

HEX 15 07 43
Decimal 21 7 67
Binary 10101 111 1000011
Octal 25 7 103

Shades and tints

Shades of #150743

#150743
(21,7,67)
#14073D
(20,7,61)
#130737
(19,7,55)
#120731
(18,7,49)
#11072B
(17,7,43)
#100725
(16,7,37)
#0F071F
(15,7,31)
#0E0719
(14,7,25)
#0D0713
(13,7,19)
#0C070D
(12,7,13)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #150743

#150743
(21,7,67)
#2A1D54
(42,29,84)
#3F3365
(63,51,101)
#544976
(84,73,118)
#695F87
(105,95,135)
#7E7598
(126,117,152)
#938BA9
(147,139,169)
#A8A1BA
(168,161,186)
#BDB7CB
(189,183,203)
#D2CDDC
(210,205,220)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150743; }

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

This text font color is #150743.

Background Color

.myBgColor { background-color: #150743; }

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

This div background color is #150743.

Border color

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

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

This div border color is #150743.

Opacity

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

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

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

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

This text has shadow with #150743 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150743.

Preview

Color preview on black background

This text has color #150743 on black background.


Color preview on white background

This text has color #150743 on white background.


Black color preview on #150743 background

This text has black color on #150743 background.


White color preview on #150743 background

This text has white color on #150743 background.


Related colors

Complementary color

Complementary color for #hex is #EAF8BC.


I love getcolorcode.com

Triadic colors

1 #431507 and #074315 with #150743 are triadic colors.

2 #430715 and #071543 with #150743 are triadic colors.