COLOR #014968

HEX: #014968
RGB: (1,73,104)

Color info

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

RGB color model

#014968 color RGB value is (1,73,104).

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

RGB channels and saturation

R 1 of 255 = 0%
G 73 of 255 = 29%
B 104 of 255 = 41%

1
73
104

R + G + B ~ 23%. #014968 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 73 + 104 = 178 (100%)
R 1 of 178 ~ 0.56%
G 73 of 178 ~ 41.01%
B 104 of 178 ~ 58.43%

%41.01
%58.43

CMYK color model

#014968 color CMYK value is (99,30,0,59).

  • cyan value is 99.04%
  • magenta value is 29.81%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(99,30,0,59)
C99M30Y0K59 
(99%,30%,0%,59%)
(0.99/0.30/0.00/0.59)	

CMYK percentages

%99.04
%29.81
%0
%59.22

Codes

Color #014968 in popluar color models

014968
RGB173104
HSL198°98.10%20.59%
HSB/HSV198°99.04%40.78%
CMYK99.04%29.81%0.00%
59.22%

Color #014968 in popluar number systems.

HEX014968
Decimal173104
Binary110010011101000
Octal1111150

Shades and tints

Shades of #014968

#014968
(1,73,104)
#01435F
(1,67,95)
#013D56
(1,61,86)
#01374D
(1,55,77)
#013144
(1,49,68)
#012B3B
(1,43,59)
#012532
(1,37,50)
#011F29
(1,31,41)
#011920
(1,25,32)
#011317
(1,19,23)
#010D0E
(1,13,14)
#000000
(0,0,0)

Tints of #014968

#014968
(1,73,104)
#185975
(24,89,117)
#2F6982
(47,105,130)
#46798F
(70,121,143)
#5D899C
(93,137,156)
#7499A9
(116,153,169)
#8BA9B6
(139,169,182)
#A2B9C3
(162,185,195)
#B9C9D0
(185,201,208)
#D0D9DD
(208,217,221)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014968; }

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

This text font color is #014968.


Background Color

.myBgColor { background-color: #014968; }

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

This div background color is #014968.


Border color

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

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

This div border color is #014968.


Opacity

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

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

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

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

This text has shadow with #014968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014968 on black background.


Color preview on white background

This text has color #014968 on white background.



Black color preview on #014968 background

This text has black color on #014968 background.


White color preview on #014968 background

This text has white color on #014968 background.