COLOR #015989

HEX: #015989 RGB: (1,89,137)

Color info

#015989 contains mainly green and blue colors. Web safe color of #015989 is #006699 (or #069).

RGB color model

#015989 color RGB value is (1,89,137).

RGB: (1,89,137) (0%, 35%, 54%)

RGB channels and saturation

R 1 of 255 = 0%
G 89 of 255 = 35%
B 137 of 255 = 54%

1
89
137

R + G + B ~ 30%. #015989 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 89 + 137 = 227 (100%)
R 1 of 227 ~ 0.44%
G 89 of 227 ~ 39.21%
B 137 of 227 ~ 60.35'%

%39.21
%60.35

CMYK color model

#015989 color CMYK value is (99,35,0,46).

  • cyan value is 99.27%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (99,35,0,46)
C99M35Y0K46 (99%, 35%, 0%, 46%)
(0.99 / 0.35 / 0.00 / 0.46)

CMYK percentages

%99.27
%35.04
%0
%46.27

Codes

Color #015989 in popluar color models

01 59 89
RGB 1 89 137
HSL 201° 98.55% 27.06%
HSB/HSV 201° 99.27% 53.73%
CMYK 99.27% 35.04% 0.00%
46.27%

Color #015989 in popluar number systems.

HEX 01 59 89
Decimal 1 89 137
Binary 1 1011001 10001001
Octal 1 131 211

Shades and tints

Shades of #015989

#015989
(1,89,137)
#01517D
(1,81,125)
#014971
(1,73,113)
#014165
(1,65,101)
#013959
(1,57,89)
#01314D
(1,49,77)
#012941
(1,41,65)
#012135
(1,33,53)
#011929
(1,25,41)
#01111D
(1,17,29)
#010911
(1,9,17)
#000000
(0,0,0)

Tints of #015989

#015989
(1,89,137)
#186893
(24,104,147)
#2F779D
(47,119,157)
#4686A7
(70,134,167)
#5D95B1
(93,149,177)
#74A4BB
(116,164,187)
#8BB3C5
(139,179,197)
#A2C2CF
(162,194,207)
#B9D1D9
(185,209,217)
#D0E0E3
(208,224,227)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #015989; }

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

This text font color is #015989.

Background Color

.myBgColor { background-color: #015989; }

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

This div background color is #015989.

Border color

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

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

This div border color is #015989.

Opacity

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

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

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

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

This text has shadow with #015989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #015989.

Preview

Color preview on black background

This text has color #015989 on black background.


Color preview on white background

This text has color #015989 on white background.


Black color preview on #015989 background

This text has black color on #015989 background.


White color preview on #015989 background

This text has white color on #015989 background.


Related colors

Complementary color

Complementary color for #hex is #FEA676.


I love getcolorcode.com

Triadic colors

1 #890159 and #598901 with #015989 are triadic colors.

2 #895901 and #590189 with #015989 are triadic colors.