COLOR #015566

HEX: #015566 RGB: (1,85,102)

Color info

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

RGB color model

#015566 color RGB value is (1,85,102).

RGB: (1,85,102) (0%, 33%, 40%)

RGB channels and saturation

R 1 of 255 = 0%
G 85 of 255 = 33%
B 102 of 255 = 40%

1
85
102

R + G + B ~ 24%. #015566 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 85 + 102 = 188 (100%)
R 1 of 188 ~ 0.53%
G 85 of 188 ~ 45.21%
B 102 of 188 ~ 54.26'%

%45.21
%54.26

CMYK color model

#015566 color CMYK value is (99,17,0,60).

  • cyan value is 99.02%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (99,17,0,60)
C99M17Y0K60 (99%, 17%, 0%, 60%)
(0.99 / 0.17 / 0.00 / 0.60)

CMYK percentages

%99.02
%16.67
%0
%60

Codes

Color #015566 in popluar color models

01 55 66
RGB 1 85 102
HSL 190° 98.06% 20.20%
HSB/HSV 190° 99.02% 40.00%
CMYK 99.02% 16.67% 0.00%
60.00%

Color #015566 in popluar number systems.

HEX 01 55 66
Decimal 1 85 102
Binary 1 1010101 1100110
Octal 1 125 146

Shades and tints

Shades of #015566

#015566
(1,85,102)
#014E5D
(1,78,93)
#014754
(1,71,84)
#01404B
(1,64,75)
#013942
(1,57,66)
#013239
(1,50,57)
#012B30
(1,43,48)
#012427
(1,36,39)
#011D1E
(1,29,30)
#011615
(1,22,21)
#010F0C
(1,15,12)
#000000
(0,0,0)

Tints of #015566

#015566
(1,85,102)
#186473
(24,100,115)
#2F7380
(47,115,128)
#46828D
(70,130,141)
#5D919A
(93,145,154)
#74A0A7
(116,160,167)
#8BAFB4
(139,175,180)
#A2BEC1
(162,190,193)
#B9CDCE
(185,205,206)
#D0DCDB
(208,220,219)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015566 color. Also use rgb(1,85,102) instead hex code.

Text Font Color

.myTextColor { color: #015566; }

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

This text font color is #015566.

Background Color

.myBgColor { background-color: #015566; }

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

This div background color is #015566.

Border color

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

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

This div border color is #015566.

Opacity

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

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

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

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

This text has shadow with #015566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #015566.

Preview

Color preview on black background

This text has color #015566 on black background.


Color preview on white background

This text has color #015566 on white background.


Black color preview on #015566 background

This text has black color on #015566 background.


White color preview on #015566 background

This text has white color on #015566 background.


Related colors

Complementary color

Complementary color for #hex is #FEAA99.


I love getcolorcode.com

Triadic colors

1 #660155 and #556601 with #015566 are triadic colors.

2 #665501 and #550166 with #015566 are triadic colors.