COLOR #197BBE

HEX: #197BBE
RGB: (25,123,190)

Color info

#197BBE contains mainly blue color. Web safe color of #197BBE is #0066CC (or #06C).

RGB color model

#197BBE color RGB value is (25,123,190).

  • red value is 25;
  • green value is 123;
  • blue value is 190.
RGB:
(25,123,190)
(10%,48%,75%)

RGB channels and saturation

R 25 of 255 = 10%
G 123 of 255 = 48%
B 190 of 255 = 75%

25
123
190

R + G + B ~ 44%. #197BBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 123 + 190 = 338 (100%)
R 25 of 338 ~ 7.4%
G 123 of 338 ~ 36.39%
B 190 of 338 ~ 56.21%

%36.39
%56.21

CMYK color model

#197BBE color CMYK value is (87,35,0,25).

  • cyan value is 86.84%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(87,35,0,25)
C87M35Y0K25 
(87%,35%,0%,25%)
(0.87/0.35/0.00/0.25)	

CMYK percentages

%86.84
%35.26
%0
%25.49

Codes

Color #197BBE in popluar color models

197BBE
RGB25123190
HSL204°76.74%42.16%
HSB/HSV204°86.84%74.51%
CMYK86.84%35.26%0.00%
25.49%

Color #197BBE in popluar number systems.

HEX197BBE
Decimal25123190
Binary11001111101110111110
Octal31173276

Shades and tints

Shades of #197BBE

#197BBE
(25,123,190)
#1770AD
(23,112,173)
#15659C
(21,101,156)
#135A8B
(19,90,139)
#114F7A
(17,79,122)
#0F4469
(15,68,105)
#0D3958
(13,57,88)
#0B2E47
(11,46,71)
#092336
(9,35,54)
#071825
(7,24,37)
#050D14
(5,13,20)
#000000
(0,0,0)

Tints of #197BBE

#197BBE
(25,123,190)
#2D87C3
(45,135,195)
#4193C8
(65,147,200)
#559FCD
(85,159,205)
#69ABD2
(105,171,210)
#7DB7D7
(125,183,215)
#91C3DC
(145,195,220)
#A5CFE1
(165,207,225)
#B9DBE6
(185,219,230)
#CDE7EB
(205,231,235)
#E1F3F0
(225,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197BBE color. Also use rgb(25,123,190) instead hex code.

Text Font Color

.myTextColor { color: #197BBE; }

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

This text font color is #197BBE.


Background Color

.myBgColor { background-color: #197BBE; }

<div style="background-color:#197BBE">Inner text</div>

This div background color is #197BBE.


Border color

.myBorderColor { border: 1px solid #197BBE; }

<div style="border:3px solid #197BBE">Div</div>

This div border color is #197BBE.


Opacity

.myOpacity80 { color: #197BBE; opacity: 0.8; }

<p style="color:#197BBE;opacity:0.8;">80%</p>

Text with #197BBE 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 #197BBE;}

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

This text has shadow with #197BBE color.

.textShadow {text-shadow: 3px 3px 1px #197BBE, 3px 3px 1px red;}

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

This text has shadow with #197BBE primary color and red secondary color.


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

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

This text has shadow with #197BBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197BBE on black background.


Color preview on white background

This text has color #197BBE on white background.



Black color preview on #197BBE background

This text has black color on #197BBE background.


White color preview on #197BBE background

This text has white color on #197BBE background.