COLOR #1346D5

HEX: #1346D5
RGB: (19,70,213)

Color info

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

RGB color model

#1346D5 color RGB value is (19,70,213).

  • red value is 19;
  • green value is 70;
  • blue value is 213.
RGB:
(19,70,213)
(7%,27%,84%)

RGB channels and saturation

R 19 of 255 = 7%
G 70 of 255 = 27%
B 213 of 255 = 84%

19
70
213

R + G + B ~ 39%. #1346D5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 70 + 213 = 302 (100%)
R 19 of 302 ~ 6.29%
G 70 of 302 ~ 23.18%
B 213 of 302 ~ 70.53%

%23.18
%70.53

CMYK color model

#1346D5 color CMYK value is (91,67,0,16).

  • cyan value is 91.08%
  • magenta value is 67.14%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(91,67,0,16)
C91M67Y0K16 
(91%,67%,0%,16%)
(0.91/0.67/0.00/0.16)	

CMYK percentages

%91.08
%67.14
%0
%16.47

Codes

Color #1346D5 in popluar color models

1346D5
RGB1970213
HSL224°83.62%45.49%
HSB/HSV224°91.08%83.53%
CMYK91.08%67.14%0.00%
16.47%

Color #1346D5 in popluar number systems.

HEX1346D5
Decimal1970213
Binary10011100011011010101
Octal23106325

Shades and tints

Shades of #1346D5

#1346D5
(19,70,213)
#1240C2
(18,64,194)
#113AAF
(17,58,175)
#10349C
(16,52,156)
#0F2E89
(15,46,137)
#0E2876
(14,40,118)
#0D2263
(13,34,99)
#0C1C50
(12,28,80)
#0B163D
(11,22,61)
#0A102A
(10,16,42)
#090A17
(9,10,23)
#000000
(0,0,0)

Tints of #1346D5

#1346D5
(19,70,213)
#2856D8
(40,86,216)
#3D66DB
(61,102,219)
#5276DE
(82,118,222)
#6786E1
(103,134,225)
#7C96E4
(124,150,228)
#91A6E7
(145,166,231)
#A6B6EA
(166,182,234)
#BBC6ED
(187,198,237)
#D0D6F0
(208,214,240)
#E5E6F3
(229,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1346D5 color. Also use rgb(19,70,213) instead hex code.

Text Font Color

.myTextColor { color: #1346D5; }

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

This text font color is #1346D5.


Background Color

.myBgColor { background-color: #1346D5; }

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

This div background color is #1346D5.


Border color

.myBorderColor { border: 1px solid #1346D5; }

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

This div border color is #1346D5.


Opacity

.myOpacity80 { color: #1346D5; opacity: 0.8; }

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

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

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

This text has shadow with #1346D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1346D5 on black background.


Color preview on white background

This text has color #1346D5 on white background.



Black color preview on #1346D5 background

This text has black color on #1346D5 background.


White color preview on #1346D5 background

This text has white color on #1346D5 background.