COLOR #1392D2

HEX: #1392D2
RGB: (19,146,210)

Color info

#1392D2 contains mainly blue color. Web safe color of #1392D2 is #0099CC (or #09C).

RGB color model

#1392D2 color RGB value is (19,146,210).

  • red value is 19;
  • green value is 146;
  • blue value is 210.
RGB:
(19,146,210)
(7%,57%,82%)

RGB channels and saturation

R 19 of 255 = 7%
G 146 of 255 = 57%
B 210 of 255 = 82%

19
146
210

R + G + B ~ 49%. #1392D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 146 + 210 = 375 (100%)
R 19 of 375 ~ 5.07%
G 146 of 375 ~ 38.93%
B 210 of 375 ~ 56%

%38.93
%56

CMYK color model

#1392D2 color CMYK value is (91,30,0,18).

  • cyan value is 90.95%
  • magenta value is 30.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(91,30,0,18)
C91M30Y0K18 
(91%,30%,0%,18%)
(0.91/0.30/0.00/0.18)	

CMYK percentages

%90.95
%30.48
%0
%17.65

Codes

Color #1392D2 in popluar color models

1392D2
RGB19146210
HSL200°83.41%44.90%
HSB/HSV200°90.95%82.35%
CMYK90.95%30.48%0.00%
17.65%

Color #1392D2 in popluar number systems.

HEX1392D2
Decimal19146210
Binary100111001001011010010
Octal23222322

Shades and tints

Shades of #1392D2

#1392D2
(19,146,210)
#1285BF
(18,133,191)
#1178AC
(17,120,172)
#106B99
(16,107,153)
#0F5E86
(15,94,134)
#0E5173
(14,81,115)
#0D4460
(13,68,96)
#0C374D
(12,55,77)
#0B2A3A
(11,42,58)
#0A1D27
(10,29,39)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #1392D2

#1392D2
(19,146,210)
#289BD6
(40,155,214)
#3DA4DA
(61,164,218)
#52ADDE
(82,173,222)
#67B6E2
(103,182,226)
#7CBFE6
(124,191,230)
#91C8EA
(145,200,234)
#A6D1EE
(166,209,238)
#BBDAF2
(187,218,242)
#D0E3F6
(208,227,246)
#E5ECFA
(229,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1392D2 color. Also use rgb(19,146,210) instead hex code.

Text Font Color

.myTextColor { color: #1392D2; }

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

This text font color is #1392D2.


Background Color

.myBgColor { background-color: #1392D2; }

<div style="background-color:#1392D2">Inner text</div>

This div background color is #1392D2.


Border color

.myBorderColor { border: 1px solid #1392D2; }

<div style="border:3px solid #1392D2">Div</div>

This div border color is #1392D2.


Opacity

.myOpacity80 { color: #1392D2; opacity: 0.8; }

<p style="color:#1392D2;opacity:0.8;">80%</p>

Text with #1392D2 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 #1392D2;}

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

This text has shadow with #1392D2 color.

.textShadow {text-shadow: 3px 3px 1px #1392D2, 3px 3px 1px red;}

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

This text has shadow with #1392D2 primary color and red secondary color.


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

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

This text has shadow with #1392D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1392D2 on black background.


Color preview on white background

This text has color #1392D2 on white background.



Black color preview on #1392D2 background

This text has black color on #1392D2 background.


White color preview on #1392D2 background

This text has white color on #1392D2 background.