COLOR #146B88

HEX: #146B88 RGB: (20,107,136)

Color info

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

RGB color model

#146B88 color RGB value is (20,107,136).

RGB: (20,107,136) (8%, 42%, 53%)

RGB channels and saturation

R 20 of 255 = 8%
G 107 of 255 = 42%
B 136 of 255 = 53%

20
107
136

R + G + B ~ 34%. #146B88 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 107 + 136 = 263 (100%)
R 20 of 263 ~ 7.6%
G 107 of 263 ~ 40.68%
B 136 of 263 ~ 51.71'%

%40.68
%51.71

CMYK color model

#146B88 color CMYK value is (85,21,0,47).

  • cyan value is 85.29%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (85,21,0,47)
C85M21Y0K47 (85%, 21%, 0%, 47%)
(0.85 / 0.21 / 0.00 / 0.47)

CMYK percentages

%85.29
%21.32
%0
%46.67

Codes

Color #146B88 in popluar color models

14 6B 88
RGB 20 107 136
HSL 195° 74.36% 30.59%
HSB/HSV 195° 85.29% 53.33%
CMYK 85.29% 21.32% 0.00%
46.67%

Color #146B88 in popluar number systems.

HEX 14 6B 88
Decimal 20 107 136
Binary 10100 1101011 10001000
Octal 24 153 210

Shades and tints

Shades of #146B88

#146B88
(20,107,136)
#13627C
(19,98,124)
#125970
(18,89,112)
#115064
(17,80,100)
#104758
(16,71,88)
#0F3E4C
(15,62,76)
#0E3540
(14,53,64)
#0D2C34
(13,44,52)
#0C2328
(12,35,40)
#0B1A1C
(11,26,28)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #146B88

#146B88
(20,107,136)
#297892
(41,120,146)
#3E859C
(62,133,156)
#5392A6
(83,146,166)
#689FB0
(104,159,176)
#7DACBA
(125,172,186)
#92B9C4
(146,185,196)
#A7C6CE
(167,198,206)
#BCD3D8
(188,211,216)
#D1E0E2
(209,224,226)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146B88; }

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

This text font color is #146B88.

Background Color

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

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

This div background color is #146B88.

Border color

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

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

This div border color is #146B88.

Opacity

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

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

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

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

This text has shadow with #146B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #146B88.

Preview

Color preview on black background

This text has color #146B88 on black background.


Color preview on white background

This text has color #146B88 on white background.


Black color preview on #146B88 background

This text has black color on #146B88 background.


White color preview on #146B88 background

This text has white color on #146B88 background.


Related colors

Complementary color

Complementary color for #hex is #EB9477.


I love getcolorcode.com

Triadic colors

1 #88146B and #6B8814 with #146B88 are triadic colors.

2 #886B14 and #6B1488 with #146B88 are triadic colors.