COLOR #016374

HEX: #016374
RGB: (1,99,116)

Color info

#016374 contains mainly green and blue colors. Web safe color of #016374 is #006666 (or #066).

RGB color model

#016374 color RGB value is (1,99,116).

  • red value is 1;
  • green value is 99;
  • blue value is 116.
RGB:
(1,99,116)
(0%,39%,45%)

RGB channels and saturation

R 1 of 255 = 0%
G 99 of 255 = 39%
B 116 of 255 = 45%

1
99
116

R + G + B ~ 28%. #016374 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 99 + 116 = 216 (100%)
R 1 of 216 ~ 0.46%
G 99 of 216 ~ 45.83%
B 116 of 216 ~ 53.7%

%45.83
%53.7

CMYK color model

#016374 color CMYK value is (99,15,0,55).

  • cyan value is 99.14%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(99,15,0,55)
C99M15Y0K55 
(99%,15%,0%,55%)
(0.99/0.15/0.00/0.55)	

CMYK percentages

%99.14
%14.66
%0
%54.51

Codes

Color #016374 in popluar color models

016374
RGB199116
HSL189°98.29%22.94%
HSB/HSV189°99.14%45.49%
CMYK99.14%14.66%0.00%
54.51%

Color #016374 in popluar number systems.

HEX016374
Decimal199116
Binary111000111110100
Octal1143164

Shades and tints

Shades of #016374

#016374
(1,99,116)
#015A6A
(1,90,106)
#015160
(1,81,96)
#014856
(1,72,86)
#013F4C
(1,63,76)
#013642
(1,54,66)
#012D38
(1,45,56)
#01242E
(1,36,46)
#011B24
(1,27,36)
#01121A
(1,18,26)
#010910
(1,9,16)
#000000
(0,0,0)

Tints of #016374

#016374
(1,99,116)
#187180
(24,113,128)
#2F7F8C
(47,127,140)
#468D98
(70,141,152)
#5D9BA4
(93,155,164)
#74A9B0
(116,169,176)
#8BB7BC
(139,183,188)
#A2C5C8
(162,197,200)
#B9D3D4
(185,211,212)
#D0E1E0
(208,225,224)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016374 color. Also use rgb(1,99,116) instead hex code.

Text Font Color

.myTextColor { color: #016374; }

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

This text font color is #016374.


Background Color

.myBgColor { background-color: #016374; }

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

This div background color is #016374.


Border color

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

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

This div border color is #016374.


Opacity

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

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

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

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

This text has shadow with #016374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016374 on black background.


Color preview on white background

This text has color #016374 on white background.



Black color preview on #016374 background

This text has black color on #016374 background.


White color preview on #016374 background

This text has white color on #016374 background.