COLOR #195A88

HEX: #195A88
RGB: (25,90,136)

Color info

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

RGB color model

#195A88 color RGB value is (25,90,136).

  • red value is 25;
  • green value is 90;
  • blue value is 136.
RGB:
(25,90,136)
(10%,35%,53%)

RGB channels and saturation

R 25 of 255 = 10%
G 90 of 255 = 35%
B 136 of 255 = 53%

25
90
136

R + G + B ~ 33%. #195A88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 90 + 136 = 251 (100%)
R 25 of 251 ~ 9.96%
G 90 of 251 ~ 35.86%
B 136 of 251 ~ 54.18%

%9.96
%35.86
%54.18

CMYK color model

#195A88 color CMYK value is (82,34,0,47).

  • cyan value is 81.62%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(82,34,0,47)
C82M34Y0K47 
(82%,34%,0%,47%)
(0.82/0.34/0.00/0.47)	

CMYK percentages

%81.62
%33.82
%0
%46.67

Codes

Color #195A88 in popluar color models

195A88
RGB2590136
HSL205°68.94%31.57%
HSB/HSV205°81.62%53.33%
CMYK81.62%33.82%0.00%
46.67%

Color #195A88 in popluar number systems.

HEX195A88
Decimal2590136
Binary11001101101010001000
Octal31132210

Shades and tints

Shades of #195A88

#195A88
(25,90,136)
#17527C
(23,82,124)
#154A70
(21,74,112)
#134264
(19,66,100)
#113A58
(17,58,88)
#0F324C
(15,50,76)
#0D2A40
(13,42,64)
#0B2234
(11,34,52)
#091A28
(9,26,40)
#07121C
(7,18,28)
#050A10
(5,10,16)
#000000
(0,0,0)

Tints of #195A88

#195A88
(25,90,136)
#2D6992
(45,105,146)
#41789C
(65,120,156)
#5587A6
(85,135,166)
#6996B0
(105,150,176)
#7DA5BA
(125,165,186)
#91B4C4
(145,180,196)
#A5C3CE
(165,195,206)
#B9D2D8
(185,210,216)
#CDE1E2
(205,225,226)
#E1F0EC
(225,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195A88 color. Also use rgb(25,90,136) instead hex code.

Text Font Color

.myTextColor { color: #195A88; }

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

This text font color is #195A88.


Background Color

.myBgColor { background-color: #195A88; }

<div style="background-color:#195A88">Inner text</div>

This div background color is #195A88.


Border color

.myBorderColor { border: 1px solid #195A88; }

<div style="border:3px solid #195A88">Div</div>

This div border color is #195A88.


Opacity

.myOpacity80 { color: #195A88; opacity: 0.8; }

<p style="color:#195A88;opacity:0.8;">80%</p>

Text with #195A88 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 #195A88;}

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

This text has shadow with #195A88 color.

.textShadow {text-shadow: 3px 3px 1px #195A88, 3px 3px 1px red;}

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

This text has shadow with #195A88 primary color and red secondary color.


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

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

This text has shadow with #195A88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195A88 on black background.


Color preview on white background

This text has color #195A88 on white background.



Black color preview on #195A88 background

This text has black color on #195A88 background.


White color preview on #195A88 background

This text has white color on #195A88 background.