COLOR #019BA3

HEX: #019BA3 RGB: (1,155,163)

Color info

#019BA3 contains mainly green and blue colors. Web safe color of #019BA3 is #009999 (or #099).

RGB color model

#019BA3 color RGB value is (1,155,163).

RGB: (1,155,163) (0%, 61%, 64%)

RGB channels and saturation

R 1 of 255 = 0%
G 155 of 255 = 61%
B 163 of 255 = 64%

1
155
163

R + G + B ~ 42%. #019BA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 1 + 155 + 163 = 319 (100%)
R 1 of 319 ~ 0.31%
G 155 of 319 ~ 48.59%
B 163 of 319 ~ 51.1'%

%48.59
%51.1

CMYK color model

#019BA3 color CMYK value is (99,5,0,36).

  • cyan value is 99.39%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (99,5,0,36)
C99M5Y0K36 (99%, 5%, 0%, 36%)
(0.99 / 0.05 / 0.00 / 0.36)

CMYK percentages

%99.39
%4.91
%0
%36.08

Codes

Color #019BA3 in popluar color models

01 9B A3
RGB 1 155 163
HSL 183° 98.78% 32.16%
HSB/HSV 183° 99.39% 63.92%
CMYK 99.39% 4.91% 0.00%
36.08%

Color #019BA3 in popluar number systems.

HEX 01 9B A3
Decimal 1 155 163
Binary 1 10011011 10100011
Octal 1 233 243

Shades and tints

Shades of #019BA3

#019BA3
(1,155,163)
#018D95
(1,141,149)
#017F87
(1,127,135)
#017179
(1,113,121)
#01636B
(1,99,107)
#01555D
(1,85,93)
#01474F
(1,71,79)
#013941
(1,57,65)
#012B33
(1,43,51)
#011D25
(1,29,37)
#010F17
(1,15,23)
#000000
(0,0,0)

Tints of #019BA3

#019BA3
(1,155,163)
#18A4AB
(24,164,171)
#2FADB3
(47,173,179)
#46B6BB
(70,182,187)
#5DBFC3
(93,191,195)
#74C8CB
(116,200,203)
#8BD1D3
(139,209,211)
#A2DADB
(162,218,219)
#B9E3E3
(185,227,227)
#D0ECEB
(208,236,235)
#E7F5F3
(231,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #019BA3 color. Also use rgb(1,155,163) instead hex code.

Text Font Color

.myTextColor { color: #019BA3; }

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

This text font color is #019BA3.

Background Color

.myBgColor { background-color: #019BA3; }

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

This div background color is #019BA3.

Border color

.myBorderColor { border: 1px solid #019BA3; }

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

This div border color is #019BA3.

Opacity

.myOpacity80 { color: #019BA3; opacity: 0.8; }

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

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

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

This text has shadow with #019BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #019BA3.

Preview

Color preview on black background

This text has color #019BA3 on black background.


Color preview on white background

This text has color #019BA3 on white background.


Black color preview on #019BA3 background

This text has black color on #019BA3 background.


White color preview on #019BA3 background

This text has white color on #019BA3 background.


Related colors

Complementary color

Complementary color for #hex is #FE645C.


I love getcolorcode.com

Triadic colors

1 #A3019B and #9BA301 with #019BA3 are triadic colors.

2 #A39B01 and #9B01A3 with #019BA3 are triadic colors.