COLOR #151461

HEX: #151461
RGB: (21,20,97)

Color info

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

RGB color model

#151461 color RGB value is (21,20,97).

  • red value is 21;
  • green value is 20;
  • blue value is 97.
RGB:
(21,20,97)
(8%,8%,38%)

RGB channels and saturation

R 21 of 255 = 8%
G 20 of 255 = 8%
B 97 of 255 = 38%

21
20
97

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

Portions of RGB colors in percentages

R + G + B =
21 + 20 + 97 = 138 (100%)
R 21 of 138 ~ 15.22%
G 20 of 138 ~ 14.49%
B 97 of 138 ~ 70.29%

%15.22
%14.49
%70.29

CMYK color model

#151461 color CMYK value is (78,79,0,62).

  • cyan value is 78.35%
  • magenta value is 79.38%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(78,79,0,62)
C78M79Y0K62 
(78%,79%,0%,62%)
(0.78/0.79/0.00/0.62)	

CMYK percentages

%78.35
%79.38
%0
%61.96

Codes

Color #151461 in popluar color models

151461
RGB212097
HSL241°65.81%22.94%
HSB/HSV241°79.38%38.04%
CMYK78.35%79.38%0.00%
61.96%

Color #151461 in popluar number systems.

HEX151461
Decimal212097
Binary10101101001100001
Octal2524141

Shades and tints

Shades of #151461

#151461
(21,20,97)
#141359
(20,19,89)
#131251
(19,18,81)
#121149
(18,17,73)
#111041
(17,16,65)
#100F39
(16,15,57)
#0F0E31
(15,14,49)
#0E0D29
(14,13,41)
#0D0C21
(13,12,33)
#0C0B19
(12,11,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #151461

#151461
(21,20,97)
#2A296F
(42,41,111)
#3F3E7D
(63,62,125)
#54538B
(84,83,139)
#696899
(105,104,153)
#7E7DA7
(126,125,167)
#9392B5
(147,146,181)
#A8A7C3
(168,167,195)
#BDBCD1
(189,188,209)
#D2D1DF
(210,209,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151461; }

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

This text font color is #151461.


Background Color

.myBgColor { background-color: #151461; }

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

This div background color is #151461.


Border color

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

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

This div border color is #151461.


Opacity

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

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

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

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

This text has shadow with #151461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151461 on black background.


Color preview on white background

This text has color #151461 on white background.



Black color preview on #151461 background

This text has black color on #151461 background.


White color preview on #151461 background

This text has white color on #151461 background.