COLOR #005062

HEX: #005062
RGB: (0,80,98)

Color info

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

RGB color model

#005062 color RGB value is (0,80,98).

  • red value is 0;
  • green value is 80;
  • blue value is 98.
RGB:
(0,80,98)
(0%,31%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 80 of 255 = 31%
B 98 of 255 = 38%

0
80
98

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

Portions of RGB colors in percentages

R + G + B =
0 + 80 + 98 = 178 (100%)
R 0 of 178 ~ 0%
G 80 of 178 ~ 44.94%
B 98 of 178 ~ 55.06%

%44.94
%55.06

CMYK color model

#005062 color CMYK value is (100,18,0,62).

  • cyan value is 100.00%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(100,18,0,62)
C100M18Y0K62 
(100%,18%,0%,62%)
(1.00/0.18/0.00/0.62)	

CMYK percentages

%100
%18.37
%0
%61.57

Codes

Color #005062 in popluar color models

005062
RGB08098
HSL191°100.00%19.22%
HSB/HSV191°100.00%38.43%
CMYK100.00%18.37%0.00%
61.57%

Color #005062 in popluar number systems.

HEX005062
Decimal08098
Binary010100001100010
Octal0120142

Shades and tints

Shades of #005062

#005062
(0,80,98)
#00495A
(0,73,90)
#004252
(0,66,82)
#003B4A
(0,59,74)
#003442
(0,52,66)
#002D3A
(0,45,58)
#002632
(0,38,50)
#001F2A
(0,31,42)
#001822
(0,24,34)
#00111A
(0,17,26)
#000A12
(0,10,18)
#000000
(0,0,0)

Tints of #005062

#005062
(0,80,98)
#175F70
(23,95,112)
#2E6E7E
(46,110,126)
#457D8C
(69,125,140)
#5C8C9A
(92,140,154)
#739BA8
(115,155,168)
#8AAAB6
(138,170,182)
#A1B9C4
(161,185,196)
#B8C8D2
(184,200,210)
#CFD7E0
(207,215,224)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005062 color. Also use rgb(0,80,98) instead hex code.

Text Font Color

.myTextColor { color: #005062; }

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

This text font color is #005062.


Background Color

.myBgColor { background-color: #005062; }

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

This div background color is #005062.


Border color

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

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

This div border color is #005062.


Opacity

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

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

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

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

This text has shadow with #005062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005062 on black background.


Color preview on white background

This text has color #005062 on white background.



Black color preview on #005062 background

This text has black color on #005062 background.


White color preview on #005062 background

This text has white color on #005062 background.