COLOR #005068

HEX: #005068
RGB: (0,80,104)

Color info

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

RGB color model

#005068 color RGB value is (0,80,104).

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

RGB channels and saturation

R 0 of 255 = 0%
G 80 of 255 = 31%
B 104 of 255 = 41%

0
80
104

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

Portions of RGB colors in percentages

R + G + B =
0 + 80 + 104 = 184 (100%)
R 0 of 184 ~ 0%
G 80 of 184 ~ 43.48%
B 104 of 184 ~ 56.52%

%43.48
%56.52

CMYK color model

#005068 color CMYK value is (100,23,0,59).

  • cyan value is 100.00%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(100,23,0,59)
C100M23Y0K59 
(100%,23%,0%,59%)
(1.00/0.23/0.00/0.59)	

CMYK percentages

%100
%23.08
%0
%59.22

Codes

Color #005068 in popluar color models

005068
RGB080104
HSL194°100.00%20.39%
HSB/HSV194°100.00%40.78%
CMYK100.00%23.08%0.00%
59.22%

Color #005068 in popluar number systems.

HEX005068
Decimal080104
Binary010100001101000
Octal0120150

Shades and tints

Shades of #005068

#005068
(0,80,104)
#00495F
(0,73,95)
#004256
(0,66,86)
#003B4D
(0,59,77)
#003444
(0,52,68)
#002D3B
(0,45,59)
#002632
(0,38,50)
#001F29
(0,31,41)
#001820
(0,24,32)
#001117
(0,17,23)
#000A0E
(0,10,14)
#000000
(0,0,0)

Tints of #005068

#005068
(0,80,104)
#175F75
(23,95,117)
#2E6E82
(46,110,130)
#457D8F
(69,125,143)
#5C8C9C
(92,140,156)
#739BA9
(115,155,169)
#8AAAB6
(138,170,182)
#A1B9C3
(161,185,195)
#B8C8D0
(184,200,208)
#CFD7DD
(207,215,221)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005068; }

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

This text font color is #005068.


Background Color

.myBgColor { background-color: #005068; }

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

This div background color is #005068.


Border color

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

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

This div border color is #005068.


Opacity

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

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

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

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

This text has shadow with #005068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005068 on black background.


Color preview on white background

This text has color #005068 on white background.



Black color preview on #005068 background

This text has black color on #005068 background.


White color preview on #005068 background

This text has white color on #005068 background.