COLOR #01464B

HEX: #01464B
RGB: (1,70,75)

Color info

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

RGB color model

#01464B color RGB value is (1,70,75).

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

RGB channels and saturation

R 1 of 255 = 0%
G 70 of 255 = 27%
B 75 of 255 = 29%

1
70
75

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

Portions of RGB colors in percentages

R + G + B =
1 + 70 + 75 = 146 (100%)
R 1 of 146 ~ 0.68%
G 70 of 146 ~ 47.95%
B 75 of 146 ~ 51.37%

%47.95
%51.37

CMYK color model

#01464B color CMYK value is (99,7,0,71).

  • cyan value is 98.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(99,7,0,71)
C99M7Y0K71 
(99%,7%,0%,71%)
(0.99/0.07/0.00/0.71)	

CMYK percentages

%98.67
%6.67
%0
%70.59

Codes

Color #01464B in popluar color models

01464B
RGB17075
HSL184°97.37%14.90%
HSB/HSV184°98.67%29.41%
CMYK98.67%6.67%0.00%
70.59%

Color #01464B in popluar number systems.

HEX01464B
Decimal17075
Binary110001101001011
Octal1106113

Shades and tints

Shades of #01464B

#01464B
(1,70,75)
#014045
(1,64,69)
#013A3F
(1,58,63)
#013439
(1,52,57)
#012E33
(1,46,51)
#01282D
(1,40,45)
#012227
(1,34,39)
#011C21
(1,28,33)
#01161B
(1,22,27)
#011015
(1,16,21)
#010A0F
(1,10,15)
#000000
(0,0,0)

Tints of #01464B

#01464B
(1,70,75)
#18565B
(24,86,91)
#2F666B
(47,102,107)
#46767B
(70,118,123)
#5D868B
(93,134,139)
#74969B
(116,150,155)
#8BA6AB
(139,166,171)
#A2B6BB
(162,182,187)
#B9C6CB
(185,198,203)
#D0D6DB
(208,214,219)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01464B; }

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

This text font color is #01464B.


Background Color

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

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

This div background color is #01464B.


Border color

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

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

This div border color is #01464B.


Opacity

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

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

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

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

This text has shadow with #01464B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01464B on black background.


Color preview on white background

This text has color #01464B on white background.



Black color preview on #01464B background

This text has black color on #01464B background.


White color preview on #01464B background

This text has white color on #01464B background.