COLOR #151855

HEX: #151855 RGB: (21,24,85)

Color info

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

RGB color model

#151855 color RGB value is (21,24,85).

RGB: (21,24,85) (8%, 9%, 33%)

RGB channels and saturation

R 21 of 255 = 8%
G 24 of 255 = 9%
B 85 of 255 = 33%

21
24
85

R + G + B ~ 17%. #151855 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 24 + 85 = 130 (100%)
R 21 of 130 ~ 16.15%
G 24 of 130 ~ 18.46%
B 85 of 130 ~ 65.38'%

%16.15
%18.46
%65.38

CMYK color model

#151855 color CMYK value is (75,72,0,67).

  • cyan value is 75.29%
  • magenta value is 71.76%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (75,72,0,67)
C75M72Y0K67 (75%, 72%, 0%, 67%)
(0.75 / 0.72 / 0.00 / 0.67)

CMYK percentages

%75.29
%71.76
%0
%66.67

Codes

Color #151855 in popluar color models

15 18 55
RGB 21 24 85
HSL 237° 60.38% 20.78%
HSB/HSV 237° 75.29% 33.33%
CMYK 75.29% 71.76% 0.00%
66.67%

Color #151855 in popluar number systems.

HEX 15 18 55
Decimal 21 24 85
Binary 10101 11000 1010101
Octal 25 30 125

Shades and tints

Shades of #151855

#151855
(21,24,85)
#14164E
(20,22,78)
#131447
(19,20,71)
#121240
(18,18,64)
#111039
(17,16,57)
#100E32
(16,14,50)
#0F0C2B
(15,12,43)
#0E0A24
(14,10,36)
#0D081D
(13,8,29)
#0C0616
(12,6,22)
#0B040F
(11,4,15)
#000000
(0,0,0)

Tints of #151855

#151855
(21,24,85)
#2A2D64
(42,45,100)
#3F4273
(63,66,115)
#545782
(84,87,130)
#696C91
(105,108,145)
#7E81A0
(126,129,160)
#9396AF
(147,150,175)
#A8ABBE
(168,171,190)
#BDC0CD
(189,192,205)
#D2D5DC
(210,213,220)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151855 color. Also use rgb(21,24,85) instead hex code.

Text Font Color

.myTextColor { color: #151855; }

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

This text font color is #151855.

Background Color

.myBgColor { background-color: #151855; }

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

This div background color is #151855.

Border color

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

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

This div border color is #151855.

Opacity

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

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

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

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

This text has shadow with #151855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151855.

Preview

Color preview on black background

This text has color #151855 on black background.


Color preview on white background

This text has color #151855 on white background.


Black color preview on #151855 background

This text has black color on #151855 background.


White color preview on #151855 background

This text has white color on #151855 background.


Related colors

Complementary color

Complementary color for #hex is #EAE7AA.


I love getcolorcode.com

Triadic colors

1 #551518 and #185515 with #151855 are triadic colors.

2 #551815 and #181555 with #151855 are triadic colors.