COLOR #14799B

HEX: #14799B
RGB: (20,121,155)

Color info

#14799B contains mainly green and blue colors. Web safe color of #14799B is #006699 (or #069).

RGB color model

#14799B color RGB value is (20,121,155).

  • red value is 20;
  • green value is 121;
  • blue value is 155.
RGB:
(20,121,155)
(8%,47%,61%)

RGB channels and saturation

R 20 of 255 = 8%
G 121 of 255 = 47%
B 155 of 255 = 61%

20
121
155

R + G + B ~ 39%. #14799B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 121 + 155 = 296 (100%)
R 20 of 296 ~ 6.76%
G 121 of 296 ~ 40.88%
B 155 of 296 ~ 52.36%

%40.88
%52.36

CMYK color model

#14799B color CMYK value is (87,22,0,39).

  • cyan value is 87.10%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(87,22,0,39)
C87M22Y0K39 
(87%,22%,0%,39%)
(0.87/0.22/0.00/0.39)	

CMYK percentages

%87.1
%21.94
%0
%39.22

Codes

Color #14799B in popluar color models

14799B
RGB20121155
HSL195°77.14%34.31%
HSB/HSV195°87.10%60.78%
CMYK87.10%21.94%0.00%
39.22%

Color #14799B in popluar number systems.

HEX14799B
Decimal20121155
Binary10100111100110011011
Octal24171233

Shades and tints

Shades of #14799B

#14799B
(20,121,155)
#136E8D
(19,110,141)
#12637F
(18,99,127)
#115871
(17,88,113)
#104D63
(16,77,99)
#0F4255
(15,66,85)
#0E3747
(14,55,71)
#0D2C39
(13,44,57)
#0C212B
(12,33,43)
#0B161D
(11,22,29)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #14799B

#14799B
(20,121,155)
#2985A4
(41,133,164)
#3E91AD
(62,145,173)
#539DB6
(83,157,182)
#68A9BF
(104,169,191)
#7DB5C8
(125,181,200)
#92C1D1
(146,193,209)
#A7CDDA
(167,205,218)
#BCD9E3
(188,217,227)
#D1E5EC
(209,229,236)
#E6F1F5
(230,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14799B color. Also use rgb(20,121,155) instead hex code.

Text Font Color

.myTextColor { color: #14799B; }

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

This text font color is #14799B.


Background Color

.myBgColor { background-color: #14799B; }

<div style="background-color:#14799B">Inner text</div>

This div background color is #14799B.


Border color

.myBorderColor { border: 1px solid #14799B; }

<div style="border:3px solid #14799B">Div</div>

This div border color is #14799B.


Opacity

.myOpacity80 { color: #14799B; opacity: 0.8; }

<p style="color:#14799B;opacity:0.8;">80%</p>

Text with #14799B 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 #14799B;}

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

This text has shadow with #14799B color.

.textShadow {text-shadow: 3px 3px 1px #14799B, 3px 3px 1px red;}

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

This text has shadow with #14799B primary color and red secondary color.


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

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

This text has shadow with #14799B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14799B on black background.


Color preview on white background

This text has color #14799B on white background.



Black color preview on #14799B background

This text has black color on #14799B background.


White color preview on #14799B background

This text has white color on #14799B background.