COLOR #1514B8

HEX: #1514B8
RGB: (21,20,184)

Color info

#1514B8 contains mainly blue color. Web safe color of #1514B8 is #0000CC (or #00C).

RGB color model

#1514B8 color RGB value is (21,20,184).

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

RGB channels and saturation

R 21 of 255 = 8%
G 20 of 255 = 8%
B 184 of 255 = 72%

21
20
184

R + G + B ~ 29%. #1514B8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 20 + 184 = 225 (100%)
R 21 of 225 ~ 9.33%
G 20 of 225 ~ 8.89%
B 184 of 225 ~ 81.78%

%81.78

CMYK color model

#1514B8 color CMYK value is (89,89,0,28).

  • cyan value is 88.59%
  • magenta value is 89.13%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(89,89,0,28)
C89M89Y0K28 
(89%,89%,0%,28%)
(0.89/0.89/0.00/0.28)	

CMYK percentages

%88.59
%89.13
%0
%27.84

Codes

Color #1514B8 in popluar color models

1514B8
RGB2120184
HSL240°80.39%40.00%
HSB/HSV240°89.13%72.16%
CMYK88.59%89.13%0.00%
27.84%

Color #1514B8 in popluar number systems.

HEX1514B8
Decimal2120184
Binary101011010010111000
Octal2524270

Shades and tints

Shades of #1514B8

#1514B8
(21,20,184)
#1413A8
(20,19,168)
#131298
(19,18,152)
#121188
(18,17,136)
#111078
(17,16,120)
#100F68
(16,15,104)
#0F0E58
(15,14,88)
#0E0D48
(14,13,72)
#0D0C38
(13,12,56)
#0C0B28
(12,11,40)
#0B0A18
(11,10,24)
#000000
(0,0,0)

Tints of #1514B8

#1514B8
(21,20,184)
#2A29BE
(42,41,190)
#3F3EC4
(63,62,196)
#5453CA
(84,83,202)
#6968D0
(105,104,208)
#7E7DD6
(126,125,214)
#9392DC
(147,146,220)
#A8A7E2
(168,167,226)
#BDBCE8
(189,188,232)
#D2D1EE
(210,209,238)
#E7E6F4
(231,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1514B8; }

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

This text font color is #1514B8.


Background Color

.myBgColor { background-color: #1514B8; }

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

This div background color is #1514B8.


Border color

.myBorderColor { border: 1px solid #1514B8; }

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

This div border color is #1514B8.


Opacity

.myOpacity80 { color: #1514B8; opacity: 0.8; }

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

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

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

This text has shadow with #1514B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1514B8 on black background.


Color preview on white background

This text has color #1514B8 on white background.



Black color preview on #1514B8 background

This text has black color on #1514B8 background.


White color preview on #1514B8 background

This text has white color on #1514B8 background.