COLOR #1340BB

HEX: #1340BB
RGB: (19,64,187)

Color info

#1340BB contains mainly blue color. Web safe color of #1340BB is #0033CC (or #03C).

RGB color model

#1340BB color RGB value is (19,64,187).

  • red value is 19;
  • green value is 64;
  • blue value is 187.
RGB:
(19,64,187)
(7%,25%,73%)

RGB channels and saturation

R 19 of 255 = 7%
G 64 of 255 = 25%
B 187 of 255 = 73%

19
64
187

R + G + B ~ 35%. #1340BB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 64 + 187 = 270 (100%)
R 19 of 270 ~ 7.04%
G 64 of 270 ~ 23.7%
B 187 of 270 ~ 69.26%

%23.7
%69.26

CMYK color model

#1340BB color CMYK value is (90,66,0,27).

  • cyan value is 89.84%
  • magenta value is 65.78%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(90,66,0,27)
C90M66Y0K27 
(90%,66%,0%,27%)
(0.90/0.66/0.00/0.27)	

CMYK percentages

%89.84
%65.78
%0
%26.67

Codes

Color #1340BB in popluar color models

1340BB
RGB1964187
HSL224°81.55%40.39%
HSB/HSV224°89.84%73.33%
CMYK89.84%65.78%0.00%
26.67%

Color #1340BB in popluar number systems.

HEX1340BB
Decimal1964187
Binary10011100000010111011
Octal23100273

Shades and tints

Shades of #1340BB

#1340BB
(19,64,187)
#123BAA
(18,59,170)
#113699
(17,54,153)
#103188
(16,49,136)
#0F2C77
(15,44,119)
#0E2766
(14,39,102)
#0D2255
(13,34,85)
#0C1D44
(12,29,68)
#0B1833
(11,24,51)
#0A1322
(10,19,34)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #1340BB

#1340BB
(19,64,187)
#2851C1
(40,81,193)
#3D62C7
(61,98,199)
#5273CD
(82,115,205)
#6784D3
(103,132,211)
#7C95D9
(124,149,217)
#91A6DF
(145,166,223)
#A6B7E5
(166,183,229)
#BBC8EB
(187,200,235)
#D0D9F1
(208,217,241)
#E5EAF7
(229,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1340BB color. Also use rgb(19,64,187) instead hex code.

Text Font Color

.myTextColor { color: #1340BB; }

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

This text font color is #1340BB.


Background Color

.myBgColor { background-color: #1340BB; }

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

This div background color is #1340BB.


Border color

.myBorderColor { border: 1px solid #1340BB; }

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

This div border color is #1340BB.


Opacity

.myOpacity80 { color: #1340BB; opacity: 0.8; }

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

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

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

This text has shadow with #1340BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1340BB on black background.


Color preview on white background

This text has color #1340BB on white background.



Black color preview on #1340BB background

This text has black color on #1340BB background.


White color preview on #1340BB background

This text has white color on #1340BB background.