COLOR #146BA6

HEX: #146BA6 RGB: (20,107,166)

Color info

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

RGB color model

#146BA6 color RGB value is (20,107,166).

RGB: (20,107,166) (8%, 42%, 65%)

RGB channels and saturation

R 20 of 255 = 8%
G 107 of 255 = 42%
B 166 of 255 = 65%

20
107
166

R + G + B ~ 38%. #146BA6 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 107 + 166 = 293 (100%)
R 20 of 293 ~ 6.83%
G 107 of 293 ~ 36.52%
B 166 of 293 ~ 56.66'%

%36.52
%56.66

CMYK color model

#146BA6 color CMYK value is (88,36,0,35).

  • cyan value is 87.95%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (88,36,0,35)
C88M36Y0K35 (88%, 36%, 0%, 35%)
(0.88 / 0.36 / 0.00 / 0.35)

CMYK percentages

%87.95
%35.54
%0
%34.9

Codes

Color #146BA6 in popluar color models

14 6B A6
RGB 20 107 166
HSL 204° 78.49% 36.47%
HSB/HSV 204° 87.95% 65.10%
CMYK 87.95% 35.54% 0.00%
34.90%

Color #146BA6 in popluar number systems.

HEX 14 6B A6
Decimal 20 107 166
Binary 10100 1101011 10100110
Octal 24 153 246

Shades and tints

Shades of #146BA6

#146BA6
(20,107,166)
#136297
(19,98,151)
#125988
(18,89,136)
#115079
(17,80,121)
#10476A
(16,71,106)
#0F3E5B
(15,62,91)
#0E354C
(14,53,76)
#0D2C3D
(13,44,61)
#0C232E
(12,35,46)
#0B1A1F
(11,26,31)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #146BA6

#146BA6
(20,107,166)
#2978AE
(41,120,174)
#3E85B6
(62,133,182)
#5392BE
(83,146,190)
#689FC6
(104,159,198)
#7DACCE
(125,172,206)
#92B9D6
(146,185,214)
#A7C6DE
(167,198,222)
#BCD3E6
(188,211,230)
#D1E0EE
(209,224,238)
#E6EDF6
(230,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146BA6 color. Also use rgb(20,107,166) instead hex code.

Text Font Color

.myTextColor { color: #146BA6; }

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

This text font color is #146BA6.

Background Color

.myBgColor { background-color: #146BA6; }

<div style="background-color:#146BA6">Inner text</div>

This div background color is #146BA6.

Border color

.myBorderColor { border: 1px solid #146BA6; }

<div style="border:3px solid #146BA6">Div</div>

This div border color is #146BA6.

Opacity

.myOpacity80 { color: #146BA6; opacity: 0.8; }

<p style="color:#146BA6;opacity:0.8;">80%</p>

Text with #146BA6 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 #146BA6;}

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

This text has shadow with #146BA6 color.


.textShadow {text-shadow: 3px 3px 1px #146BA6', 3px 3px 1px red;}

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

This text has shadow with #146BA6 primary color and red secondary color.


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

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

This text has shadow with #146BA6 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #146BA6; -webkit-box-shadow: 1px 1px 3px 2px #146BA6; box-shadow:1px 1px 3px 2px #146BA6;">
Div content here
</div>

This div box has shadow with color #146BA6.

Preview

Color preview on black background

This text has color #146BA6 on black background.


Color preview on white background

This text has color #146BA6 on white background.


Black color preview on #146BA6 background

This text has black color on #146BA6 background.


White color preview on #146BA6 background

This text has white color on #146BA6 background.


Related colors

Complementary color

Complementary color for #hex is #EB9459.


I love getcolorcode.com

Triadic colors

1 #A6146B and #6BA614 with #146BA6 are triadic colors.

2 #A66B14 and #6B14A6 with #146BA6 are triadic colors.