COLOR #017264

HEX: #017264
RGB: (1,114,100)

Color info

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

RGB color model

#017264 color RGB value is (1,114,100).

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

RGB channels and saturation

R 1 of 255 = 0%
G 114 of 255 = 45%
B 100 of 255 = 39%

1
114
100

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

Portions of RGB colors in percentages

R + G + B =
1 + 114 + 100 = 215 (100%)
R 1 of 215 ~ 0.47%
G 114 of 215 ~ 53.02%
B 100 of 215 ~ 46.51%

%53.02
%46.51

CMYK color model

#017264 color CMYK value is (99,0,12,55).

  • cyan value is 99.12%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(99,0,12,55)
C99M0Y12K55 
(99%,0%,12%,55%)
(0.99/0.00/0.12/0.55)	

CMYK percentages

%99.12
%0
%12.28
%55.29

Codes

Color #017264 in popluar color models

017264
RGB1114100
HSL173°98.26%22.55%
HSB/HSV173°99.12%44.71%
CMYK99.12%0.00%12.28%
55.29%

Color #017264 in popluar number systems.

HEX017264
Decimal1114100
Binary111100101100100
Octal1162144

Shades and tints

Shades of #017264

#017264
(1,114,100)
#01685B
(1,104,91)
#015E52
(1,94,82)
#015449
(1,84,73)
#014A40
(1,74,64)
#014037
(1,64,55)
#01362E
(1,54,46)
#012C25
(1,44,37)
#01221C
(1,34,28)
#011813
(1,24,19)
#010E0A
(1,14,10)
#000000
(0,0,0)

Tints of #017264

#017264
(1,114,100)
#187E72
(24,126,114)
#2F8A80
(47,138,128)
#46968E
(70,150,142)
#5DA29C
(93,162,156)
#74AEAA
(116,174,170)
#8BBAB8
(139,186,184)
#A2C6C6
(162,198,198)
#B9D2D4
(185,210,212)
#D0DEE2
(208,222,226)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017264 color. Also use rgb(1,114,100) instead hex code.

Text Font Color

.myTextColor { color: #017264; }

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

This text font color is #017264.


Background Color

.myBgColor { background-color: #017264; }

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

This div background color is #017264.


Border color

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

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

This div border color is #017264.


Opacity

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

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

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

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

This text has shadow with #017264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017264 on black background.


Color preview on white background

This text has color #017264 on white background.



Black color preview on #017264 background

This text has black color on #017264 background.


White color preview on #017264 background

This text has white color on #017264 background.