COLOR #19608B

HEX: #19608B
RGB: (25,96,139)

Color info

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

RGB color model

#19608B color RGB value is (25,96,139).

  • red value is 25;
  • green value is 96;
  • blue value is 139.
RGB:
(25,96,139)
(10%,38%,55%)

RGB channels and saturation

R 25 of 255 = 10%
G 96 of 255 = 38%
B 139 of 255 = 55%

25
96
139

R + G + B ~ 34%. #19608B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 96 + 139 = 260 (100%)
R 25 of 260 ~ 9.62%
G 96 of 260 ~ 36.92%
B 139 of 260 ~ 53.46%

%9.62
%36.92
%53.46

CMYK color model

#19608B color CMYK value is (82,31,0,45).

  • cyan value is 82.01%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(82,31,0,45)
C82M31Y0K45 
(82%,31%,0%,45%)
(0.82/0.31/0.00/0.45)	

CMYK percentages

%82.01
%30.94
%0
%45.49

Codes

Color #19608B in popluar color models

19608B
RGB2596139
HSL203°69.51%32.16%
HSB/HSV203°82.01%54.51%
CMYK82.01%30.94%0.00%
45.49%

Color #19608B in popluar number systems.

HEX19608B
Decimal2596139
Binary11001110000010001011
Octal31140213

Shades and tints

Shades of #19608B

#19608B
(25,96,139)
#17587F
(23,88,127)
#155073
(21,80,115)
#134867
(19,72,103)
#11405B
(17,64,91)
#0F384F
(15,56,79)
#0D3043
(13,48,67)
#0B2837
(11,40,55)
#09202B
(9,32,43)
#07181F
(7,24,31)
#051013
(5,16,19)
#000000
(0,0,0)

Tints of #19608B

#19608B
(25,96,139)
#2D6E95
(45,110,149)
#417C9F
(65,124,159)
#558AA9
(85,138,169)
#6998B3
(105,152,179)
#7DA6BD
(125,166,189)
#91B4C7
(145,180,199)
#A5C2D1
(165,194,209)
#B9D0DB
(185,208,219)
#CDDEE5
(205,222,229)
#E1ECEF
(225,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19608B color. Also use rgb(25,96,139) instead hex code.

Text Font Color

.myTextColor { color: #19608B; }

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

This text font color is #19608B.


Background Color

.myBgColor { background-color: #19608B; }

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

This div background color is #19608B.


Border color

.myBorderColor { border: 1px solid #19608B; }

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

This div border color is #19608B.


Opacity

.myOpacity80 { color: #19608B; opacity: 0.8; }

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

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

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

This text has shadow with #19608B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19608B on black background.


Color preview on white background

This text has color #19608B on white background.



Black color preview on #19608B background

This text has black color on #19608B background.


White color preview on #19608B background

This text has white color on #19608B background.