COLOR #015059

HEX: #015059
RGB: (1,80,89)

Color info

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

RGB color model

#015059 color RGB value is (1,80,89).

  • red value is 1;
  • green value is 80;
  • blue value is 89.
RGB:
(1,80,89)
(0%,31%,35%)

RGB channels and saturation

R 1 of 255 = 0%
G 80 of 255 = 31%
B 89 of 255 = 35%

1
80
89

R + G + B ~ 22%. #015059 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 80 + 89 = 170 (100%)
R 1 of 170 ~ 0.59%
G 80 of 170 ~ 47.06%
B 89 of 170 ~ 52.35%

%47.06
%52.35

CMYK color model

#015059 color CMYK value is (99,10,0,65).

  • cyan value is 98.88%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(99,10,0,65)
C99M10Y0K65 
(99%,10%,0%,65%)
(0.99/0.10/0.00/0.65)	

CMYK percentages

%98.88
%10.11
%0
%65.1

Codes

Color #015059 in popluar color models

015059
RGB18089
HSL186°97.78%17.65%
HSB/HSV186°98.88%34.90%
CMYK98.88%10.11%0.00%
65.10%

Color #015059 in popluar number systems.

HEX015059
Decimal18089
Binary110100001011001
Octal1120131

Shades and tints

Shades of #015059

#015059
(1,80,89)
#014951
(1,73,81)
#014249
(1,66,73)
#013B41
(1,59,65)
#013439
(1,52,57)
#012D31
(1,45,49)
#012629
(1,38,41)
#011F21
(1,31,33)
#011819
(1,24,25)
#011111
(1,17,17)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #015059

#015059
(1,80,89)
#185F68
(24,95,104)
#2F6E77
(47,110,119)
#467D86
(70,125,134)
#5D8C95
(93,140,149)
#749BA4
(116,155,164)
#8BAAB3
(139,170,179)
#A2B9C2
(162,185,194)
#B9C8D1
(185,200,209)
#D0D7E0
(208,215,224)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015059 color. Also use rgb(1,80,89) instead hex code.

Text Font Color

.myTextColor { color: #015059; }

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

This text font color is #015059.


Background Color

.myBgColor { background-color: #015059; }

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

This div background color is #015059.


Border color

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

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

This div border color is #015059.


Opacity

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

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

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

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

This text has shadow with #015059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015059 on black background.


Color preview on white background

This text has color #015059 on white background.



Black color preview on #015059 background

This text has black color on #015059 background.


White color preview on #015059 background

This text has white color on #015059 background.