COLOR #01494B

HEX: #01494B
RGB: (1,73,75)

Color info

#01494B contains mainly green and blue colors. Web safe color of #01494B is #003333 (or #033).

RGB color model

#01494B color RGB value is (1,73,75).

  • red value is 1;
  • green value is 73;
  • blue value is 75.
RGB:
(1,73,75)
(0%,29%,29%)

RGB channels and saturation

R 1 of 255 = 0%
G 73 of 255 = 29%
B 75 of 255 = 29%

1
73
75

R + G + B ~ 19%. #01494B is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 73 + 75 = 149 (100%)
R 1 of 149 ~ 0.67%
G 73 of 149 ~ 48.99%
B 75 of 149 ~ 50.34%

%48.99
%50.34

CMYK color model

#01494B color CMYK value is (99,3,0,71).

  • cyan value is 98.67%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(99,3,0,71)
C99M3Y0K71 
(99%,3%,0%,71%)
(0.99/0.03/0.00/0.71)	

CMYK percentages

%98.67
%2.67
%0
%70.59

Codes

Color #01494B in popluar color models

01494B
RGB17375
HSL182°97.37%14.90%
HSB/HSV182°98.67%29.41%
CMYK98.67%2.67%0.00%
70.59%

Color #01494B in popluar number systems.

HEX01494B
Decimal17375
Binary110010011001011
Octal1111113

Shades and tints

Shades of #01494B

#01494B
(1,73,75)
#014345
(1,67,69)
#013D3F
(1,61,63)
#013739
(1,55,57)
#013133
(1,49,51)
#012B2D
(1,43,45)
#012527
(1,37,39)
#011F21
(1,31,33)
#01191B
(1,25,27)
#011315
(1,19,21)
#010D0F
(1,13,15)
#000000
(0,0,0)

Tints of #01494B

#01494B
(1,73,75)
#18595B
(24,89,91)
#2F696B
(47,105,107)
#46797B
(70,121,123)
#5D898B
(93,137,139)
#74999B
(116,153,155)
#8BA9AB
(139,169,171)
#A2B9BB
(162,185,187)
#B9C9CB
(185,201,203)
#D0D9DB
(208,217,219)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01494B color. Also use rgb(1,73,75) instead hex code.

Text Font Color

.myTextColor { color: #01494B; }

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

This text font color is #01494B.


Background Color

.myBgColor { background-color: #01494B; }

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

This div background color is #01494B.


Border color

.myBorderColor { border: 1px solid #01494B; }

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

This div border color is #01494B.


Opacity

.myOpacity80 { color: #01494B; opacity: 0.8; }

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

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

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

This text has shadow with #01494B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01494B on black background.


Color preview on white background

This text has color #01494B on white background.



Black color preview on #01494B background

This text has black color on #01494B background.


White color preview on #01494B background

This text has white color on #01494B background.