COLOR #1385C3

HEX: #1385C3
RGB: (19,133,195)

Color info

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

RGB color model

#1385C3 color RGB value is (19,133,195).

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

RGB channels and saturation

R 19 of 255 = 7%
G 133 of 255 = 52%
B 195 of 255 = 76%

19
133
195

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

Portions of RGB colors in percentages

R + G + B =
19 + 133 + 195 = 347 (100%)
R 19 of 347 ~ 5.48%
G 133 of 347 ~ 38.33%
B 195 of 347 ~ 56.2%

%38.33
%56.2

CMYK color model

#1385C3 color CMYK value is (90,32,0,24).

  • cyan value is 90.26%
  • magenta value is 31.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(90,32,0,24)
C90M32Y0K24 
(90%,32%,0%,24%)
(0.90/0.32/0.00/0.24)	

CMYK percentages

%90.26
%31.79
%0
%23.53

Codes

Color #1385C3 in popluar color models

1385C3
RGB19133195
HSL201°82.24%41.96%
HSB/HSV201°90.26%76.47%
CMYK90.26%31.79%0.00%
23.53%

Color #1385C3 in popluar number systems.

HEX1385C3
Decimal19133195
Binary100111000010111000011
Octal23205303

Shades and tints

Shades of #1385C3

#1385C3
(19,133,195)
#1279B2
(18,121,178)
#116DA1
(17,109,161)
#106190
(16,97,144)
#0F557F
(15,85,127)
#0E496E
(14,73,110)
#0D3D5D
(13,61,93)
#0C314C
(12,49,76)
#0B253B
(11,37,59)
#0A192A
(10,25,42)
#090D19
(9,13,25)
#000000
(0,0,0)

Tints of #1385C3

#1385C3
(19,133,195)
#2890C8
(40,144,200)
#3D9BCD
(61,155,205)
#52A6D2
(82,166,210)
#67B1D7
(103,177,215)
#7CBCDC
(124,188,220)
#91C7E1
(145,199,225)
#A6D2E6
(166,210,230)
#BBDDEB
(187,221,235)
#D0E8F0
(208,232,240)
#E5F3F5
(229,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1385C3; }

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

This text font color is #1385C3.


Background Color

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

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

This div background color is #1385C3.


Border color

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

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

This div border color is #1385C3.


Opacity

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

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

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

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

This text has shadow with #1385C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1385C3 on black background.


Color preview on white background

This text has color #1385C3 on white background.



Black color preview on #1385C3 background

This text has black color on #1385C3 background.


White color preview on #1385C3 background

This text has white color on #1385C3 background.