COLOR #151688

HEX: #151688
RGB: (21,22,136)

Color info

#151688 contains mainly blue color. Web safe color of #151688 is #000099 (or #009).

RGB color model

#151688 color RGB value is (21,22,136).

  • red value is 21;
  • green value is 22;
  • blue value is 136.
RGB:
(21,22,136)
(8%,9%,53%)

RGB channels and saturation

R 21 of 255 = 8%
G 22 of 255 = 9%
B 136 of 255 = 53%

21
22
136

R + G + B ~ 23%. #151688 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 22 + 136 = 179 (100%)
R 21 of 179 ~ 11.73%
G 22 of 179 ~ 12.29%
B 136 of 179 ~ 75.98%

%11.73
%12.29
%75.98

CMYK color model

#151688 color CMYK value is (85,84,0,47).

  • cyan value is 84.56%
  • magenta value is 83.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(85,84,0,47)
C85M84Y0K47 
(85%,84%,0%,47%)
(0.85/0.84/0.00/0.47)	

CMYK percentages

%84.56
%83.82
%0
%46.67

Codes

Color #151688 in popluar color models

151688
RGB2122136
HSL239°73.25%30.78%
HSB/HSV239°84.56%53.33%
CMYK84.56%83.82%0.00%
46.67%

Color #151688 in popluar number systems.

HEX151688
Decimal2122136
Binary101011011010001000
Octal2526210

Shades and tints

Shades of #151688

#151688
(21,22,136)
#14147C
(20,20,124)
#131270
(19,18,112)
#121064
(18,16,100)
#110E58
(17,14,88)
#100C4C
(16,12,76)
#0F0A40
(15,10,64)
#0E0834
(14,8,52)
#0D0628
(13,6,40)
#0C041C
(12,4,28)
#0B0210
(11,2,16)
#000000
(0,0,0)

Tints of #151688

#151688
(21,22,136)
#2A2B92
(42,43,146)
#3F409C
(63,64,156)
#5455A6
(84,85,166)
#696AB0
(105,106,176)
#7E7FBA
(126,127,186)
#9394C4
(147,148,196)
#A8A9CE
(168,169,206)
#BDBED8
(189,190,216)
#D2D3E2
(210,211,226)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151688 color. Also use rgb(21,22,136) instead hex code.

Text Font Color

.myTextColor { color: #151688; }

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

This text font color is #151688.


Background Color

.myBgColor { background-color: #151688; }

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

This div background color is #151688.


Border color

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

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

This div border color is #151688.


Opacity

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

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

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

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

This text has shadow with #151688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151688 on black background.


Color preview on white background

This text has color #151688 on white background.



Black color preview on #151688 background

This text has black color on #151688 background.


White color preview on #151688 background

This text has white color on #151688 background.