COLOR #1362C3

HEX: #1362C3
RGB: (19,98,195)

Color info

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

RGB color model

#1362C3 color RGB value is (19,98,195).

  • red value is 19;
  • green value is 98;
  • blue value is 195.
RGB:
(19,98,195)
(7%,38%,76%)

RGB channels and saturation

R 19 of 255 = 7%
G 98 of 255 = 38%
B 195 of 255 = 76%

19
98
195

R + G + B ~ 40%. #1362C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 98 + 195 = 312 (100%)
R 19 of 312 ~ 6.09%
G 98 of 312 ~ 31.41%
B 195 of 312 ~ 62.5%

%31.41
%62.5

CMYK color model

#1362C3 color CMYK value is (90,50,0,24).

  • cyan value is 90.26%
  • magenta value is 49.74%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(90,50,0,24)
C90M50Y0K24 
(90%,50%,0%,24%)
(0.90/0.50/0.00/0.24)	

CMYK percentages

%90.26
%49.74
%0
%23.53

Codes

Color #1362C3 in popluar color models

1362C3
RGB1998195
HSL213°82.24%41.96%
HSB/HSV213°90.26%76.47%
CMYK90.26%49.74%0.00%
23.53%

Color #1362C3 in popluar number systems.

HEX1362C3
Decimal1998195
Binary10011110001011000011
Octal23142303

Shades and tints

Shades of #1362C3

#1362C3
(19,98,195)
#125AB2
(18,90,178)
#1152A1
(17,82,161)
#104A90
(16,74,144)
#0F427F
(15,66,127)
#0E3A6E
(14,58,110)
#0D325D
(13,50,93)
#0C2A4C
(12,42,76)
#0B223B
(11,34,59)
#0A1A2A
(10,26,42)
#091219
(9,18,25)
#000000
(0,0,0)

Tints of #1362C3

#1362C3
(19,98,195)
#2870C8
(40,112,200)
#3D7ECD
(61,126,205)
#528CD2
(82,140,210)
#679AD7
(103,154,215)
#7CA8DC
(124,168,220)
#91B6E1
(145,182,225)
#A6C4E6
(166,196,230)
#BBD2EB
(187,210,235)
#D0E0F0
(208,224,240)
#E5EEF5
(229,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1362C3 color. Also use rgb(19,98,195) instead hex code.

Text Font Color

.myTextColor { color: #1362C3; }

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

This text font color is #1362C3.


Background Color

.myBgColor { background-color: #1362C3; }

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

This div background color is #1362C3.


Border color

.myBorderColor { border: 1px solid #1362C3; }

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

This div border color is #1362C3.


Opacity

.myOpacity80 { color: #1362C3; opacity: 0.8; }

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

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

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

This text has shadow with #1362C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1362C3 on black background.


Color preview on white background

This text has color #1362C3 on white background.



Black color preview on #1362C3 background

This text has black color on #1362C3 background.


White color preview on #1362C3 background

This text has white color on #1362C3 background.