COLOR #150C53

HEX: #150C53 RGB: (21,12,83)

Color info

#150C53 contains mainly blue color. Web safe color of #150C53 is #000066 (or #006).

RGB color model

#150C53 color RGB value is (21,12,83).

RGB: (21,12,83) (8%, 5%, 33%)

RGB channels and saturation

R 21 of 255 = 8%
G 12 of 255 = 5%
B 83 of 255 = 33%

21
12
83

R + G + B ~ 15%. #150C53 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 12 + 83 = 116 (100%)
R 21 of 116 ~ 18.1%
G 12 of 116 ~ 10.34%
B 83 of 116 ~ 71.55'%

%18.1
%71.55

CMYK color model

#150C53 color CMYK value is (75,86,0,67).

  • cyan value is 74.70%
  • magenta value is 85.54%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (75,86,0,67)
C75M86Y0K67 (75%, 86%, 0%, 67%)
(0.75 / 0.86 / 0.00 / 0.67)

CMYK percentages

%74.7
%85.54
%0
%67.45

Codes

Color #150C53 in popluar color models

15 0C 53
RGB 21 12 83
HSL 248° 74.74% 18.63%
HSB/HSV 248° 85.54% 32.55%
CMYK 74.70% 85.54% 0.00%
67.45%

Color #150C53 in popluar number systems.

HEX 15 0C 53
Decimal 21 12 83
Binary 10101 1100 1010011
Octal 25 14 123

Shades and tints

Shades of #150C53

#150C53
(21,12,83)
#140B4C
(20,11,76)
#130A45
(19,10,69)
#12093E
(18,9,62)
#110837
(17,8,55)
#100730
(16,7,48)
#0F0629
(15,6,41)
#0E0522
(14,5,34)
#0D041B
(13,4,27)
#0C0314
(12,3,20)
#0B020D
(11,2,13)
#000000
(0,0,0)

Tints of #150C53

#150C53
(21,12,83)
#2A2262
(42,34,98)
#3F3871
(63,56,113)
#544E80
(84,78,128)
#69648F
(105,100,143)
#7E7A9E
(126,122,158)
#9390AD
(147,144,173)
#A8A6BC
(168,166,188)
#BDBCCB
(189,188,203)
#D2D2DA
(210,210,218)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150C53 color. Also use rgb(21,12,83) instead hex code.

Text Font Color

.myTextColor { color: #150C53; }

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

This text font color is #150C53.

Background Color

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

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

This div background color is #150C53.

Border color

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

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

This div border color is #150C53.

Opacity

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

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

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

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

This text has shadow with #150C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150C53.

Preview

Color preview on black background

This text has color #150C53 on black background.


Color preview on white background

This text has color #150C53 on white background.


Black color preview on #150C53 background

This text has black color on #150C53 background.


White color preview on #150C53 background

This text has white color on #150C53 background.


Related colors

Complementary color

Complementary color for #hex is #EAF3AC.


I love getcolorcode.com

Triadic colors

1 #53150C and #0C5315 with #150C53 are triadic colors.

2 #530C15 and #0C1553 with #150C53 are triadic colors.