COLOR #1499BA

HEX: #1499BA
RGB: (20,153,186)

Color info

#1499BA contains mainly green and blue colors. Web safe color of #1499BA is #0099CC (or #09C).

RGB color model

#1499BA color RGB value is (20,153,186).

  • red value is 20;
  • green value is 153;
  • blue value is 186.
RGB:
(20,153,186)
(8%,60%,73%)

RGB channels and saturation

R 20 of 255 = 8%
G 153 of 255 = 60%
B 186 of 255 = 73%

20
153
186

R + G + B ~ 47%. #1499BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 153 + 186 = 359 (100%)
R 20 of 359 ~ 5.57%
G 153 of 359 ~ 42.62%
B 186 of 359 ~ 51.81%

%42.62
%51.81

CMYK color model

#1499BA color CMYK value is (89,18,0,27).

  • cyan value is 89.25%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(89,18,0,27)
C89M18Y0K27 
(89%,18%,0%,27%)
(0.89/0.18/0.00/0.27)	

CMYK percentages

%89.25
%17.74
%0
%27.06

Codes

Color #1499BA in popluar color models

1499BA
RGB20153186
HSL192°80.58%40.39%
HSB/HSV192°89.25%72.94%
CMYK89.25%17.74%0.00%
27.06%

Color #1499BA in popluar number systems.

HEX1499BA
Decimal20153186
Binary101001001100110111010
Octal24231272

Shades and tints

Shades of #1499BA

#1499BA
(20,153,186)
#138CAA
(19,140,170)
#127F9A
(18,127,154)
#11728A
(17,114,138)
#10657A
(16,101,122)
#0F586A
(15,88,106)
#0E4B5A
(14,75,90)
#0D3E4A
(13,62,74)
#0C313A
(12,49,58)
#0B242A
(11,36,42)
#0A171A
(10,23,26)
#000000
(0,0,0)

Tints of #1499BA

#1499BA
(20,153,186)
#29A2C0
(41,162,192)
#3EABC6
(62,171,198)
#53B4CC
(83,180,204)
#68BDD2
(104,189,210)
#7DC6D8
(125,198,216)
#92CFDE
(146,207,222)
#A7D8E4
(167,216,228)
#BCE1EA
(188,225,234)
#D1EAF0
(209,234,240)
#E6F3F6
(230,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1499BA color. Also use rgb(20,153,186) instead hex code.

Text Font Color

.myTextColor { color: #1499BA; }

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

This text font color is #1499BA.


Background Color

.myBgColor { background-color: #1499BA; }

<div style="background-color:#1499BA">Inner text</div>

This div background color is #1499BA.


Border color

.myBorderColor { border: 1px solid #1499BA; }

<div style="border:3px solid #1499BA">Div</div>

This div border color is #1499BA.


Opacity

.myOpacity80 { color: #1499BA; opacity: 0.8; }

<p style="color:#1499BA;opacity:0.8;">80%</p>

Text with #1499BA 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 #1499BA;}

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

This text has shadow with #1499BA color.

.textShadow {text-shadow: 3px 3px 1px #1499BA, 3px 3px 1px red;}

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

This text has shadow with #1499BA primary color and red secondary color.


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

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

This text has shadow with #1499BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1499BA on black background.


Color preview on white background

This text has color #1499BA on white background.



Black color preview on #1499BA background

This text has black color on #1499BA background.


White color preview on #1499BA background

This text has white color on #1499BA background.