COLOR #015166

HEX: #015166 RGB: (1,81,102)

Color info

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

RGB color model

#015166 color RGB value is (1,81,102).

RGB: (1,81,102) (0%, 32%, 40%)

RGB channels and saturation

R 1 of 255 = 0%
G 81 of 255 = 32%
B 102 of 255 = 40%

1
81
102

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

Portions of RGB colors in percentages

R + G + B = 1 + 81 + 102 = 184 (100%)
R 1 of 184 ~ 0.54%
G 81 of 184 ~ 44.02%
B 102 of 184 ~ 55.43'%

%44.02
%55.43

CMYK color model

#015166 color CMYK value is (99,21,0,60).

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

CMYK: (99,21,0,60)
C99M21Y0K60 (99%, 21%, 0%, 60%)
(0.99 / 0.21 / 0.00 / 0.60)

CMYK percentages

%99.02
%20.59
%0
%60

Codes

Color #015166 in popluar color models

01 51 66
RGB 1 81 102
HSL 192° 98.06% 20.20%
HSB/HSV 192° 99.02% 40.00%
CMYK 99.02% 20.59% 0.00%
60.00%

Color #015166 in popluar number systems.

HEX 01 51 66
Decimal 1 81 102
Binary 1 1010001 1100110
Octal 1 121 146

Shades and tints

Shades of #015166

#015166
(1,81,102)
#014A5D
(1,74,93)
#014354
(1,67,84)
#013C4B
(1,60,75)
#013542
(1,53,66)
#012E39
(1,46,57)
#012730
(1,39,48)
#012027
(1,32,39)
#01191E
(1,25,30)
#011215
(1,18,21)
#010B0C
(1,11,12)
#000000
(0,0,0)

Tints of #015166

#015166
(1,81,102)
#186073
(24,96,115)
#2F6F80
(47,111,128)
#467E8D
(70,126,141)
#5D8D9A
(93,141,154)
#749CA7
(116,156,167)
#8BABB4
(139,171,180)
#A2BAC1
(162,186,193)
#B9C9CE
(185,201,206)
#D0D8DB
(208,216,219)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #015166; }

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

This text font color is #015166.

Background Color

.myBgColor { background-color: #015166; }

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

This div background color is #015166.

Border color

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

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

This div border color is #015166.

Opacity

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

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

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

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

This text has shadow with #015166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #015166.

Preview

Color preview on black background

This text has color #015166 on black background.


Color preview on white background

This text has color #015166 on white background.


Black color preview on #015166 background

This text has black color on #015166 background.


White color preview on #015166 background

This text has white color on #015166 background.


Related colors

Complementary color

Complementary color for #hex is #FEAE99.


I love getcolorcode.com

Triadic colors

1 #660151 and #516601 with #015166 are triadic colors.

2 #665101 and #510166 with #015166 are triadic colors.