COLOR #198EB1

HEX: #198EB1
RGB: (25,142,177)

Color info

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

RGB color model

#198EB1 color RGB value is (25,142,177).

  • red value is 25;
  • green value is 142;
  • blue value is 177.
RGB:
(25,142,177)
(10%,56%,69%)

RGB channels and saturation

R 25 of 255 = 10%
G 142 of 255 = 56%
B 177 of 255 = 69%

25
142
177

R + G + B ~ 45%. #198EB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 142 + 177 = 344 (100%)
R 25 of 344 ~ 7.27%
G 142 of 344 ~ 41.28%
B 177 of 344 ~ 51.45%

%41.28
%51.45

CMYK color model

#198EB1 color CMYK value is (86,20,0,31).

  • cyan value is 85.88%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(86,20,0,31)
C86M20Y0K31 
(86%,20%,0%,31%)
(0.86/0.20/0.00/0.31)	

CMYK percentages

%85.88
%19.77
%0
%30.59

Codes

Color #198EB1 in popluar color models

198EB1
RGB25142177
HSL194°75.25%39.61%
HSB/HSV194°85.88%69.41%
CMYK85.88%19.77%0.00%
30.59%

Color #198EB1 in popluar number systems.

HEX198EB1
Decimal25142177
Binary110011000111010110001
Octal31216261

Shades and tints

Shades of #198EB1

#198EB1
(25,142,177)
#1782A1
(23,130,161)
#157691
(21,118,145)
#136A81
(19,106,129)
#115E71
(17,94,113)
#0F5261
(15,82,97)
#0D4651
(13,70,81)
#0B3A41
(11,58,65)
#092E31
(9,46,49)
#072221
(7,34,33)
#051611
(5,22,17)
#000000
(0,0,0)

Tints of #198EB1

#198EB1
(25,142,177)
#2D98B8
(45,152,184)
#41A2BF
(65,162,191)
#55ACC6
(85,172,198)
#69B6CD
(105,182,205)
#7DC0D4
(125,192,212)
#91CADB
(145,202,219)
#A5D4E2
(165,212,226)
#B9DEE9
(185,222,233)
#CDE8F0
(205,232,240)
#E1F2F7
(225,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198EB1 color. Also use rgb(25,142,177) instead hex code.

Text Font Color

.myTextColor { color: #198EB1; }

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

This text font color is #198EB1.


Background Color

.myBgColor { background-color: #198EB1; }

<div style="background-color:#198EB1">Inner text</div>

This div background color is #198EB1.


Border color

.myBorderColor { border: 1px solid #198EB1; }

<div style="border:3px solid #198EB1">Div</div>

This div border color is #198EB1.


Opacity

.myOpacity80 { color: #198EB1; opacity: 0.8; }

<p style="color:#198EB1;opacity:0.8;">80%</p>

Text with #198EB1 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 #198EB1;}

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

This text has shadow with #198EB1 color.

.textShadow {text-shadow: 3px 3px 1px #198EB1, 3px 3px 1px red;}

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

This text has shadow with #198EB1 primary color and red secondary color.


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

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

This text has shadow with #198EB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198EB1 on black background.


Color preview on white background

This text has color #198EB1 on white background.



Black color preview on #198EB1 background

This text has black color on #198EB1 background.


White color preview on #198EB1 background

This text has white color on #198EB1 background.