COLOR #019563

HEX: #019563
RGB: (1,149,99)

Color info

#019563 contains mainly green and blue colors. Web safe color of #019563 is #009966 (or #096).

RGB color model

#019563 color RGB value is (1,149,99).

  • red value is 1;
  • green value is 149;
  • blue value is 99.
RGB:
(1,149,99)
(0%,58%,39%)

RGB channels and saturation

R 1 of 255 = 0%
G 149 of 255 = 58%
B 99 of 255 = 39%

1
149
99

R + G + B ~ 32%. #019563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 149 + 99 = 249 (100%)
R 1 of 249 ~ 0.4%
G 149 of 249 ~ 59.84%
B 99 of 249 ~ 39.76%

%59.84
%39.76

CMYK color model

#019563 color CMYK value is (99,0,34,42).

  • cyan value is 99.33%
  • magenta value is 0.00%
  • yellow value is 33.56%
  • key color value is 41.57%
CMYK:
(99,0,34,42)
C99M0Y34K42 
(99%,0%,34%,42%)
(0.99/0.00/0.34/0.42)	

CMYK percentages

%99.33
%0
%33.56
%41.57

Codes

Color #019563 in popluar color models

019563
RGB114999
HSL160°98.67%29.41%
HSB/HSV160°99.33%58.43%
CMYK99.33%0.00%33.56%
41.57%

Color #019563 in popluar number systems.

HEX019563
Decimal114999
Binary1100101011100011
Octal1225143

Shades and tints

Shades of #019563

#019563
(1,149,99)
#01885A
(1,136,90)
#017B51
(1,123,81)
#016E48
(1,110,72)
#01613F
(1,97,63)
#015436
(1,84,54)
#01472D
(1,71,45)
#013A24
(1,58,36)
#012D1B
(1,45,27)
#012012
(1,32,18)
#011309
(1,19,9)
#000000
(0,0,0)

Tints of #019563

#019563
(1,149,99)
#189E71
(24,158,113)
#2FA77F
(47,167,127)
#46B08D
(70,176,141)
#5DB99B
(93,185,155)
#74C2A9
(116,194,169)
#8BCBB7
(139,203,183)
#A2D4C5
(162,212,197)
#B9DDD3
(185,221,211)
#D0E6E1
(208,230,225)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #019563 color. Also use rgb(1,149,99) instead hex code.

Text Font Color

.myTextColor { color: #019563; }

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

This text font color is #019563.


Background Color

.myBgColor { background-color: #019563; }

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

This div background color is #019563.


Border color

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

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

This div border color is #019563.


Opacity

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

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

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

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

This text has shadow with #019563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #019563 on black background.


Color preview on white background

This text has color #019563 on white background.



Black color preview on #019563 background

This text has black color on #019563 background.


White color preview on #019563 background

This text has white color on #019563 background.