COLOR #146FA9

HEX: #146FA9 RGB: (20,111,169)

Color info

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

RGB color model

#146FA9 color RGB value is (20,111,169).

RGB: (20,111,169) (8%, 44%, 66%)

RGB channels and saturation

R 20 of 255 = 8%
G 111 of 255 = 44%
B 169 of 255 = 66%

20
111
169

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

Portions of RGB colors in percentages

R + G + B = 20 + 111 + 169 = 300 (100%)
R 20 of 300 ~ 6.67%
G 111 of 300 ~ 37%
B 169 of 300 ~ 56.33'%

%37
%56.33

CMYK color model

#146FA9 color CMYK value is (88,34,0,34).

  • cyan value is 88.17%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (88,34,0,34)
C88M34Y0K34 (88%, 34%, 0%, 34%)
(0.88 / 0.34 / 0.00 / 0.34)

CMYK percentages

%88.17
%34.32
%0
%33.73

Codes

Color #146FA9 in popluar color models

14 6F A9
RGB 20 111 169
HSL 203° 78.84% 37.06%
HSB/HSV 203° 88.17% 66.27%
CMYK 88.17% 34.32% 0.00%
33.73%

Color #146FA9 in popluar number systems.

HEX 14 6F A9
Decimal 20 111 169
Binary 10100 1101111 10101001
Octal 24 157 251

Shades and tints

Shades of #146FA9

#146FA9
(20,111,169)
#13659A
(19,101,154)
#125B8B
(18,91,139)
#11517C
(17,81,124)
#10476D
(16,71,109)
#0F3D5E
(15,61,94)
#0E334F
(14,51,79)
#0D2940
(13,41,64)
#0C1F31
(12,31,49)
#0B1522
(11,21,34)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #146FA9

#146FA9
(20,111,169)
#297CB0
(41,124,176)
#3E89B7
(62,137,183)
#5396BE
(83,150,190)
#68A3C5
(104,163,197)
#7DB0CC
(125,176,204)
#92BDD3
(146,189,211)
#A7CADA
(167,202,218)
#BCD7E1
(188,215,225)
#D1E4E8
(209,228,232)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146FA9 color. Also use rgb(20,111,169) instead hex code.

Text Font Color

.myTextColor { color: #146FA9; }

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

This text font color is #146FA9.

Background Color

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

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

This div background color is #146FA9.

Border color

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

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

This div border color is #146FA9.

Opacity

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

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

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

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

This text has shadow with #146FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #146FA9.

Preview

Color preview on black background

This text has color #146FA9 on black background.


Color preview on white background

This text has color #146FA9 on white background.


Black color preview on #146FA9 background

This text has black color on #146FA9 background.


White color preview on #146FA9 background

This text has white color on #146FA9 background.


Related colors

Complementary color

Complementary color for #hex is #EB9056.


I love getcolorcode.com

Triadic colors

1 #A9146F and #6FA914 with #146FA9 are triadic colors.

2 #A96F14 and #6F14A9 with #146FA9 are triadic colors.