COLOR #151861

HEX: #151861 RGB: (21,24,97)

Color info

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

RGB color model

#151861 color RGB value is (21,24,97).

RGB: (21,24,97) (8%, 9%, 38%)

RGB channels and saturation

R 21 of 255 = 8%
G 24 of 255 = 9%
B 97 of 255 = 38%

21
24
97

R + G + B ~ 18%. #151861 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 24 + 97 = 142 (100%)
R 21 of 142 ~ 14.79%
G 24 of 142 ~ 16.9%
B 97 of 142 ~ 68.31'%

%14.79
%16.9
%68.31

CMYK color model

#151861 color CMYK value is (78,75,0,62).

  • cyan value is 78.35%
  • magenta value is 75.26%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (78,75,0,62)
C78M75Y0K62 (78%, 75%, 0%, 62%)
(0.78 / 0.75 / 0.00 / 0.62)

CMYK percentages

%78.35
%75.26
%0
%61.96

Codes

Color #151861 in popluar color models

15 18 61
RGB 21 24 97
HSL 238° 64.41% 23.14%
HSB/HSV 238° 78.35% 38.04%
CMYK 78.35% 75.26% 0.00%
61.96%

Color #151861 in popluar number systems.

HEX 15 18 61
Decimal 21 24 97
Binary 10101 11000 1100001
Octal 25 30 141

Shades and tints

Shades of #151861

#151861
(21,24,97)
#141659
(20,22,89)
#131451
(19,20,81)
#121249
(18,18,73)
#111041
(17,16,65)
#100E39
(16,14,57)
#0F0C31
(15,12,49)
#0E0A29
(14,10,41)
#0D0821
(13,8,33)
#0C0619
(12,6,25)
#0B0411
(11,4,17)
#000000
(0,0,0)

Tints of #151861

#151861
(21,24,97)
#2A2D6F
(42,45,111)
#3F427D
(63,66,125)
#54578B
(84,87,139)
#696C99
(105,108,153)
#7E81A7
(126,129,167)
#9396B5
(147,150,181)
#A8ABC3
(168,171,195)
#BDC0D1
(189,192,209)
#D2D5DF
(210,213,223)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151861; }

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

This text font color is #151861.

Background Color

.myBgColor { background-color: #151861; }

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

This div background color is #151861.

Border color

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

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

This div border color is #151861.

Opacity

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

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

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

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

This text has shadow with #151861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151861.

Preview

Color preview on black background

This text has color #151861 on black background.


Color preview on white background

This text has color #151861 on white background.


Black color preview on #151861 background

This text has black color on #151861 background.


White color preview on #151861 background

This text has white color on #151861 background.


Related colors

Complementary color

Complementary color for #hex is #EAE79E.


I love getcolorcode.com

Triadic colors

1 #611518 and #186115 with #151861 are triadic colors.

2 #611815 and #181561 with #151861 are triadic colors.