COLOR #018494

HEX: #018494
RGB: (1,132,148)

Color info

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

RGB color model

#018494 color RGB value is (1,132,148).

  • red value is 1;
  • green value is 132;
  • blue value is 148.
RGB:
(1,132,148)
(0%,52%,58%)

RGB channels and saturation

R 1 of 255 = 0%
G 132 of 255 = 52%
B 148 of 255 = 58%

1
132
148

R + G + B ~ 37%. #018494 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 132 + 148 = 281 (100%)
R 1 of 281 ~ 0.36%
G 132 of 281 ~ 46.98%
B 148 of 281 ~ 52.67%

%46.98
%52.67

CMYK color model

#018494 color CMYK value is (99,11,0,42).

  • cyan value is 99.32%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(99,11,0,42)
C99M11Y0K42 
(99%,11%,0%,42%)
(0.99/0.11/0.00/0.42)	

CMYK percentages

%99.32
%10.81
%0
%41.96

Codes

Color #018494 in popluar color models

018494
RGB1132148
HSL187°98.66%29.22%
HSB/HSV187°99.32%58.04%
CMYK99.32%10.81%0.00%
41.96%

Color #018494 in popluar number systems.

HEX018494
Decimal1132148
Binary11000010010010100
Octal1204224

Shades and tints

Shades of #018494

#018494
(1,132,148)
#017887
(1,120,135)
#016C7A
(1,108,122)
#01606D
(1,96,109)
#015460
(1,84,96)
#014853
(1,72,83)
#013C46
(1,60,70)
#013039
(1,48,57)
#01242C
(1,36,44)
#01181F
(1,24,31)
#010C12
(1,12,18)
#000000
(0,0,0)

Tints of #018494

#018494
(1,132,148)
#188F9D
(24,143,157)
#2F9AA6
(47,154,166)
#46A5AF
(70,165,175)
#5DB0B8
(93,176,184)
#74BBC1
(116,187,193)
#8BC6CA
(139,198,202)
#A2D1D3
(162,209,211)
#B9DCDC
(185,220,220)
#D0E7E5
(208,231,229)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018494 color. Also use rgb(1,132,148) instead hex code.

Text Font Color

.myTextColor { color: #018494; }

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

This text font color is #018494.


Background Color

.myBgColor { background-color: #018494; }

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

This div background color is #018494.


Border color

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

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

This div border color is #018494.


Opacity

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

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

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

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

This text has shadow with #018494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018494 on black background.


Color preview on white background

This text has color #018494 on white background.



Black color preview on #018494 background

This text has black color on #018494 background.


White color preview on #018494 background

This text has white color on #018494 background.