COLOR #128AB1

HEX: #128AB1
RGB: (18,138,177)

Color info

#128AB1 contains mainly green and blue colors. Web safe color of #128AB1 is #009999 (or #099).

RGB color model

#128AB1 color RGB value is (18,138,177).

  • red value is 18;
  • green value is 138;
  • blue value is 177.
RGB:
(18,138,177)
(7%,54%,69%)

RGB channels and saturation

R 18 of 255 = 7%
G 138 of 255 = 54%
B 177 of 255 = 69%

18
138
177

R + G + B ~ 43%. #128AB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 138 + 177 = 333 (100%)
R 18 of 333 ~ 5.41%
G 138 of 333 ~ 41.44%
B 177 of 333 ~ 53.15%

%41.44
%53.15

CMYK color model

#128AB1 color CMYK value is (90,22,0,31).

  • cyan value is 89.83%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(90,22,0,31)
C90M22Y0K31 
(90%,22%,0%,31%)
(0.90/0.22/0.00/0.31)	

CMYK percentages

%89.83
%22.03
%0
%30.59

Codes

Color #128AB1 in popluar color models

128AB1
RGB18138177
HSL195°81.54%38.24%
HSB/HSV195°89.83%69.41%
CMYK89.83%22.03%0.00%
30.59%

Color #128AB1 in popluar number systems.

HEX128AB1
Decimal18138177
Binary100101000101010110001
Octal22212261

Shades and tints

Shades of #128AB1

#128AB1
(18,138,177)
#117EA1
(17,126,161)
#107291
(16,114,145)
#0F6681
(15,102,129)
#0E5A71
(14,90,113)
#0D4E61
(13,78,97)
#0C4251
(12,66,81)
#0B3641
(11,54,65)
#0A2A31
(10,42,49)
#091E21
(9,30,33)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #128AB1

#128AB1
(18,138,177)
#2794B8
(39,148,184)
#3C9EBF
(60,158,191)
#51A8C6
(81,168,198)
#66B2CD
(102,178,205)
#7BBCD4
(123,188,212)
#90C6DB
(144,198,219)
#A5D0E2
(165,208,226)
#BADAE9
(186,218,233)
#CFE4F0
(207,228,240)
#E4EEF7
(228,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128AB1 color. Also use rgb(18,138,177) instead hex code.

Text Font Color

.myTextColor { color: #128AB1; }

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

This text font color is #128AB1.


Background Color

.myBgColor { background-color: #128AB1; }

<div style="background-color:#128AB1">Inner text</div>

This div background color is #128AB1.


Border color

.myBorderColor { border: 1px solid #128AB1; }

<div style="border:3px solid #128AB1">Div</div>

This div border color is #128AB1.


Opacity

.myOpacity80 { color: #128AB1; opacity: 0.8; }

<p style="color:#128AB1;opacity:0.8;">80%</p>

Text with #128AB1 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 #128AB1;}

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

This text has shadow with #128AB1 color.

.textShadow {text-shadow: 3px 3px 1px #128AB1, 3px 3px 1px red;}

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

This text has shadow with #128AB1 primary color and red secondary color.


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

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

This text has shadow with #128AB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128AB1 on black background.


Color preview on white background

This text has color #128AB1 on white background.



Black color preview on #128AB1 background

This text has black color on #128AB1 background.


White color preview on #128AB1 background

This text has white color on #128AB1 background.