COLOR #195EB1

HEX: #195EB1 RGB: (25,94,177)

Color info

#195EB1 contains mainly blue color. Web safe color of #195EB1 is #006699 (or #069).

RGB color model

#195EB1 color RGB value is (25,94,177).

RGB: (25,94,177) (10%, 37%, 69%)

RGB channels and saturation

R 25 of 255 = 10%
G 94 of 255 = 37%
B 177 of 255 = 69%

25
94
177

R + G + B ~ 39%. #195EB1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 94 + 177 = 296 (100%)
R 25 of 296 ~ 8.45%
G 94 of 296 ~ 31.76%
B 177 of 296 ~ 59.8'%

%31.76
%59.8

CMYK color model

#195EB1 color CMYK value is (86,47,0,31).

  • cyan value is 85.88%
  • magenta value is 46.89%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (86,47,0,31) C86M47Y0K31 (86%,47%,0%,31%) (0.86/0.47/0.00/0.31) 

CMYK percentages

%85.88
%46.89
%0
%30.59

Codes

Color #195EB1 in popluar color models

19 5E B1
RGB 25 94 177
HSL 213° 75.25% 39.61%
HSB/HSV 213° 85.88% 69.41%
CMYK 85.88% 46.89% 0.00%
30.59%

Color #195EB1 in popluar number systems.

HEX 19 5E B1
Decimal 25 94 177
Binary 11001 1011110 10110001
Octal 31 136 261

Shades and tints

Shades of #195EB1

#195EB1
(25,94,177)
#1756A1
(23,86,161)
#154E91
(21,78,145)
#134681
(19,70,129)
#113E71
(17,62,113)
#0F3661
(15,54,97)
#0D2E51
(13,46,81)
#0B2641
(11,38,65)
#091E31
(9,30,49)
#071621
(7,22,33)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #195EB1

#195EB1
(25,94,177)
#2D6CB8
(45,108,184)
#417ABF
(65,122,191)
#5588C6
(85,136,198)
#6996CD
(105,150,205)
#7DA4D4
(125,164,212)
#91B2DB
(145,178,219)
#A5C0E2
(165,192,226)
#B9CEE9
(185,206,233)
#CDDCF0
(205,220,240)
#E1EAF7
(225,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195EB1; }

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

This text font color is #195EB1.

Background Color

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

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

This div background color is #195EB1.

Border color

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

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

This div border color is #195EB1.

Opacity

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

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

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

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

This text has shadow with #195EB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195EB1.

Preview

Color preview on black background

This text has color #195EB1 on black background.


Color preview on white background

This text has color #195EB1 on white background.


Black color preview on #195EB1 background

This text has black color on #195EB1 background.


White color preview on #195EB1 background

This text has white color on #195EB1 background.


Related colors

Complementary color

Complementary color for #hex is #E6A14E.


I love getcolorcode.com

Triadic colors

1 #B1195E and #5EB119 with #195EB1 are triadic colors.

2 #B15E19 and #5E19B1 with #195EB1 are triadic colors.