COLOR #1385A7

HEX: #1385A7
RGB: (19,133,167)

Color info

#1385A7 contains mainly green and blue colors. Web safe color of #1385A7 is #009999 (or #099).

RGB color model

#1385A7 color RGB value is (19,133,167).

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

RGB channels and saturation

R 19 of 255 = 7%
G 133 of 255 = 52%
B 167 of 255 = 65%

19
133
167

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

Portions of RGB colors in percentages

R + G + B =
19 + 133 + 167 = 319 (100%)
R 19 of 319 ~ 5.96%
G 133 of 319 ~ 41.69%
B 167 of 319 ~ 52.35%

%41.69
%52.35

CMYK color model

#1385A7 color CMYK value is (89,20,0,35).

  • cyan value is 88.62%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(89,20,0,35)
C89M20Y0K35 
(89%,20%,0%,35%)
(0.89/0.20/0.00/0.35)	

CMYK percentages

%88.62
%20.36
%0
%34.51

Codes

Color #1385A7 in popluar color models

1385A7
RGB19133167
HSL194°79.57%36.47%
HSB/HSV194°88.62%65.49%
CMYK88.62%20.36%0.00%
34.51%

Color #1385A7 in popluar number systems.

HEX1385A7
Decimal19133167
Binary100111000010110100111
Octal23205247

Shades and tints

Shades of #1385A7

#1385A7
(19,133,167)
#127998
(18,121,152)
#116D89
(17,109,137)
#10617A
(16,97,122)
#0F556B
(15,85,107)
#0E495C
(14,73,92)
#0D3D4D
(13,61,77)
#0C313E
(12,49,62)
#0B252F
(11,37,47)
#0A1920
(10,25,32)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #1385A7

#1385A7
(19,133,167)
#2890AF
(40,144,175)
#3D9BB7
(61,155,183)
#52A6BF
(82,166,191)
#67B1C7
(103,177,199)
#7CBCCF
(124,188,207)
#91C7D7
(145,199,215)
#A6D2DF
(166,210,223)
#BBDDE7
(187,221,231)
#D0E8EF
(208,232,239)
#E5F3F7
(229,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1385A7; }

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

This text font color is #1385A7.


Background Color

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

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

This div background color is #1385A7.


Border color

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

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

This div border color is #1385A7.


Opacity

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

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

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

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

This text has shadow with #1385A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1385A7 on black background.


Color preview on white background

This text has color #1385A7 on white background.



Black color preview on #1385A7 background

This text has black color on #1385A7 background.


White color preview on #1385A7 background

This text has white color on #1385A7 background.