COLOR #014661

HEX: #014661
RGB: (1,70,97)

Color info

#014661 contains mainly green and blue colors. Web safe color of #014661 is #003366 (or #036).

RGB color model

#014661 color RGB value is (1,70,97).

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

RGB channels and saturation

R 1 of 255 = 0%
G 70 of 255 = 27%
B 97 of 255 = 38%

1
70
97

R + G + B ~ 22%. #014661 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 70 + 97 = 168 (100%)
R 1 of 168 ~ 0.6%
G 70 of 168 ~ 41.67%
B 97 of 168 ~ 57.74%

%41.67
%57.74

CMYK color model

#014661 color CMYK value is (99,28,0,62).

  • cyan value is 98.97%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(99,28,0,62)
C99M28Y0K62 
(99%,28%,0%,62%)
(0.99/0.28/0.00/0.62)	

CMYK percentages

%98.97
%27.84
%0
%61.96

Codes

Color #014661 in popluar color models

014661
RGB17097
HSL197°97.96%19.22%
HSB/HSV197°98.97%38.04%
CMYK98.97%27.84%0.00%
61.96%

Color #014661 in popluar number systems.

HEX014661
Decimal17097
Binary110001101100001
Octal1106141

Shades and tints

Shades of #014661

#014661
(1,70,97)
#014059
(1,64,89)
#013A51
(1,58,81)
#013449
(1,52,73)
#012E41
(1,46,65)
#012839
(1,40,57)
#012231
(1,34,49)
#011C29
(1,28,41)
#011621
(1,22,33)
#011019
(1,16,25)
#010A11
(1,10,17)
#000000
(0,0,0)

Tints of #014661

#014661
(1,70,97)
#18566F
(24,86,111)
#2F667D
(47,102,125)
#46768B
(70,118,139)
#5D8699
(93,134,153)
#7496A7
(116,150,167)
#8BA6B5
(139,166,181)
#A2B6C3
(162,182,195)
#B9C6D1
(185,198,209)
#D0D6DF
(208,214,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014661; }

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

This text font color is #014661.


Background Color

.myBgColor { background-color: #014661; }

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

This div background color is #014661.


Border color

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

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

This div border color is #014661.


Opacity

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

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

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

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

This text has shadow with #014661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014661 on black background.


Color preview on white background

This text has color #014661 on white background.



Black color preview on #014661 background

This text has black color on #014661 background.


White color preview on #014661 background

This text has white color on #014661 background.