COLOR #1399A5

HEX: #1399A5
RGB: (19,153,165)

Color info

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

RGB color model

#1399A5 color RGB value is (19,153,165).

  • red value is 19;
  • green value is 153;
  • blue value is 165.
RGB:
(19,153,165)
(7%,60%,65%)

RGB channels and saturation

R 19 of 255 = 7%
G 153 of 255 = 60%
B 165 of 255 = 65%

19
153
165

R + G + B ~ 44%. #1399A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 153 + 165 = 337 (100%)
R 19 of 337 ~ 5.64%
G 153 of 337 ~ 45.4%
B 165 of 337 ~ 48.96%

%45.4
%48.96

CMYK color model

#1399A5 color CMYK value is (88,7,0,35).

  • cyan value is 88.48%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(88,7,0,35)
C88M7Y0K35 
(88%,7%,0%,35%)
(0.88/0.07/0.00/0.35)	

CMYK percentages

%88.48
%7.27
%0
%35.29

Codes

Color #1399A5 in popluar color models

1399A5
RGB19153165
HSL185°79.35%36.08%
HSB/HSV185°88.48%64.71%
CMYK88.48%7.27%0.00%
35.29%

Color #1399A5 in popluar number systems.

HEX1399A5
Decimal19153165
Binary100111001100110100101
Octal23231245

Shades and tints

Shades of #1399A5

#1399A5
(19,153,165)
#128C96
(18,140,150)
#117F87
(17,127,135)
#107278
(16,114,120)
#0F6569
(15,101,105)
#0E585A
(14,88,90)
#0D4B4B
(13,75,75)
#0C3E3C
(12,62,60)
#0B312D
(11,49,45)
#0A241E
(10,36,30)
#09170F
(9,23,15)
#000000
(0,0,0)

Tints of #1399A5

#1399A5
(19,153,165)
#28A2AD
(40,162,173)
#3DABB5
(61,171,181)
#52B4BD
(82,180,189)
#67BDC5
(103,189,197)
#7CC6CD
(124,198,205)
#91CFD5
(145,207,213)
#A6D8DD
(166,216,221)
#BBE1E5
(187,225,229)
#D0EAED
(208,234,237)
#E5F3F5
(229,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1399A5 color. Also use rgb(19,153,165) instead hex code.

Text Font Color

.myTextColor { color: #1399A5; }

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

This text font color is #1399A5.


Background Color

.myBgColor { background-color: #1399A5; }

<div style="background-color:#1399A5">Inner text</div>

This div background color is #1399A5.


Border color

.myBorderColor { border: 1px solid #1399A5; }

<div style="border:3px solid #1399A5">Div</div>

This div border color is #1399A5.


Opacity

.myOpacity80 { color: #1399A5; opacity: 0.8; }

<p style="color:#1399A5;opacity:0.8;">80%</p>

Text with #1399A5 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 #1399A5;}

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

This text has shadow with #1399A5 color.

.textShadow {text-shadow: 3px 3px 1px #1399A5, 3px 3px 1px red;}

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

This text has shadow with #1399A5 primary color and red secondary color.


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

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

This text has shadow with #1399A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1399A5 on black background.


Color preview on white background

This text has color #1399A5 on white background.



Black color preview on #1399A5 background

This text has black color on #1399A5 background.


White color preview on #1399A5 background

This text has white color on #1399A5 background.