COLOR #195064

HEX: #195064
RGB: (25,80,100)

Color info

#195064 contains mainly green and blue colors. Web safe color of #195064 is #006666 (or #066).

RGB color model

#195064 color RGB value is (25,80,100).

  • red value is 25;
  • green value is 80;
  • blue value is 100.
RGB:
(25,80,100)
(10%,31%,39%)

RGB channels and saturation

R 25 of 255 = 10%
G 80 of 255 = 31%
B 100 of 255 = 39%

25
80
100

R + G + B ~ 27%. #195064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 80 + 100 = 205 (100%)
R 25 of 205 ~ 12.2%
G 80 of 205 ~ 39.02%
B 100 of 205 ~ 48.78%

%12.2
%39.02
%48.78

CMYK color model

#195064 color CMYK value is (75,20,0,61).

  • cyan value is 75.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(75,20,0,61)
C75M20Y0K61 
(75%,20%,0%,61%)
(0.75/0.20/0.00/0.61)	

CMYK percentages

%75
%20
%0
%60.78

Codes

Color #195064 in popluar color models

195064
RGB2580100
HSL196°60.00%24.51%
HSB/HSV196°75.00%39.22%
CMYK75.00%20.00%0.00%
60.78%

Color #195064 in popluar number systems.

HEX195064
Decimal2580100
Binary1100110100001100100
Octal31120144

Shades and tints

Shades of #195064

#195064
(25,80,100)
#17495B
(23,73,91)
#154252
(21,66,82)
#133B49
(19,59,73)
#113440
(17,52,64)
#0F2D37
(15,45,55)
#0D262E
(13,38,46)
#0B1F25
(11,31,37)
#09181C
(9,24,28)
#071113
(7,17,19)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #195064

#195064
(25,80,100)
#2D5F72
(45,95,114)
#416E80
(65,110,128)
#557D8E
(85,125,142)
#698C9C
(105,140,156)
#7D9BAA
(125,155,170)
#91AAB8
(145,170,184)
#A5B9C6
(165,185,198)
#B9C8D4
(185,200,212)
#CDD7E2
(205,215,226)
#E1E6F0
(225,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195064 color. Also use rgb(25,80,100) instead hex code.

Text Font Color

.myTextColor { color: #195064; }

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

This text font color is #195064.


Background Color

.myBgColor { background-color: #195064; }

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

This div background color is #195064.


Border color

.myBorderColor { border: 1px solid #195064; }

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

This div border color is #195064.


Opacity

.myOpacity80 { color: #195064; opacity: 0.8; }

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

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

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

This text has shadow with #195064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195064 on black background.


Color preview on white background

This text has color #195064 on white background.



Black color preview on #195064 background

This text has black color on #195064 background.


White color preview on #195064 background

This text has white color on #195064 background.