COLOR #1356BD

HEX: #1356BD
RGB: (19,86,189)

Color info

#1356BD contains mainly blue color. Web safe color of #1356BD is #0066CC (or #06C).

RGB color model

#1356BD color RGB value is (19,86,189).

  • red value is 19;
  • green value is 86;
  • blue value is 189.
RGB:
(19,86,189)
(7%,34%,74%)

RGB channels and saturation

R 19 of 255 = 7%
G 86 of 255 = 34%
B 189 of 255 = 74%

19
86
189

R + G + B ~ 38%. #1356BD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 86 + 189 = 294 (100%)
R 19 of 294 ~ 6.46%
G 86 of 294 ~ 29.25%
B 189 of 294 ~ 64.29%

%29.25
%64.29

CMYK color model

#1356BD color CMYK value is (90,54,0,26).

  • cyan value is 89.95%
  • magenta value is 54.50%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(90,54,0,26)
C90M54Y0K26 
(90%,54%,0%,26%)
(0.90/0.54/0.00/0.26)	

CMYK percentages

%89.95
%54.5
%0
%25.88

Codes

Color #1356BD in popluar color models

1356BD
RGB1986189
HSL216°81.73%40.78%
HSB/HSV216°89.95%74.12%
CMYK89.95%54.50%0.00%
25.88%

Color #1356BD in popluar number systems.

HEX1356BD
Decimal1986189
Binary10011101011010111101
Octal23126275

Shades and tints

Shades of #1356BD

#1356BD
(19,86,189)
#124FAC
(18,79,172)
#11489B
(17,72,155)
#10418A
(16,65,138)
#0F3A79
(15,58,121)
#0E3368
(14,51,104)
#0D2C57
(13,44,87)
#0C2546
(12,37,70)
#0B1E35
(11,30,53)
#0A1724
(10,23,36)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #1356BD

#1356BD
(19,86,189)
#2865C3
(40,101,195)
#3D74C9
(61,116,201)
#5283CF
(82,131,207)
#6792D5
(103,146,213)
#7CA1DB
(124,161,219)
#91B0E1
(145,176,225)
#A6BFE7
(166,191,231)
#BBCEED
(187,206,237)
#D0DDF3
(208,221,243)
#E5ECF9
(229,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1356BD color. Also use rgb(19,86,189) instead hex code.

Text Font Color

.myTextColor { color: #1356BD; }

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

This text font color is #1356BD.


Background Color

.myBgColor { background-color: #1356BD; }

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

This div background color is #1356BD.


Border color

.myBorderColor { border: 1px solid #1356BD; }

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

This div border color is #1356BD.


Opacity

.myOpacity80 { color: #1356BD; opacity: 0.8; }

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

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

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

This text has shadow with #1356BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1356BD on black background.


Color preview on white background

This text has color #1356BD on white background.



Black color preview on #1356BD background

This text has black color on #1356BD background.


White color preview on #1356BD background

This text has white color on #1356BD background.