COLOR #005264

HEX: #005264
RGB: (0,82,100)

Color info

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

RGB color model

#005264 color RGB value is (0,82,100).

  • red value is 0;
  • green value is 82;
  • blue value is 100.
RGB:
(0,82,100)
(0%,32%,39%)

RGB channels and saturation

R 0 of 255 = 0%
G 82 of 255 = 32%
B 100 of 255 = 39%

0
82
100

R + G + B ~ 24%. #005264 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 82 + 100 = 182 (100%)
R 0 of 182 ~ 0%
G 82 of 182 ~ 45.05%
B 100 of 182 ~ 54.95%

%45.05
%54.95

CMYK color model

#005264 color CMYK value is (100,18,0,61).

  • cyan value is 100.00%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(100,18,0,61)
C100M18Y0K61 
(100%,18%,0%,61%)
(1.00/0.18/0.00/0.61)	

CMYK percentages

%100
%18
%0
%60.78

Codes

Color #005264 in popluar color models

005264
RGB082100
HSL191°100.00%19.61%
HSB/HSV191°100.00%39.22%
CMYK100.00%18.00%0.00%
60.78%

Color #005264 in popluar number systems.

HEX005264
Decimal082100
Binary010100101100100
Octal0122144

Shades and tints

Shades of #005264

#005264
(0,82,100)
#004B5B
(0,75,91)
#004452
(0,68,82)
#003D49
(0,61,73)
#003640
(0,54,64)
#002F37
(0,47,55)
#00282E
(0,40,46)
#002125
(0,33,37)
#001A1C
(0,26,28)
#001313
(0,19,19)
#000C0A
(0,12,10)
#000000
(0,0,0)

Tints of #005264

#005264
(0,82,100)
#176172
(23,97,114)
#2E7080
(46,112,128)
#457F8E
(69,127,142)
#5C8E9C
(92,142,156)
#739DAA
(115,157,170)
#8AACB8
(138,172,184)
#A1BBC6
(161,187,198)
#B8CAD4
(184,202,212)
#CFD9E2
(207,217,226)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005264 color. Also use rgb(0,82,100) instead hex code.

Text Font Color

.myTextColor { color: #005264; }

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

This text font color is #005264.


Background Color

.myBgColor { background-color: #005264; }

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

This div background color is #005264.


Border color

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

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

This div border color is #005264.


Opacity

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

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

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

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

This text has shadow with #005264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005264 on black background.


Color preview on white background

This text has color #005264 on white background.



Black color preview on #005264 background

This text has black color on #005264 background.


White color preview on #005264 background

This text has white color on #005264 background.