COLOR #00759E

HEX: #00759E
RGB: (0,117,158)

Color info

#00759E contains only green and blue colors. Web safe color of #00759E is #006699 (or #069).

RGB color model

#00759E color RGB value is (0,117,158).

  • red value is 0;
  • green value is 117;
  • blue value is 158.
RGB:
(0,117,158)
(0%,46%,62%)

RGB channels and saturation

R 0 of 255 = 0%
G 117 of 255 = 46%
B 158 of 255 = 62%

0
117
158

R + G + B ~ 36%. #00759E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 117 + 158 = 275 (100%)
R 0 of 275 ~ 0%
G 117 of 275 ~ 42.55%
B 158 of 275 ~ 57.45%

%42.55
%57.45

CMYK color model

#00759E color CMYK value is (100,26,0,38).

  • cyan value is 100.00%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(100,26,0,38)
C100M26Y0K38 
(100%,26%,0%,38%)
(1.00/0.26/0.00/0.38)	

CMYK percentages

%100
%25.95
%0
%38.04

Codes

Color #00759E in popluar color models

00759E
RGB0117158
HSL196°100.00%30.98%
HSB/HSV196°100.00%61.96%
CMYK100.00%25.95%0.00%
38.04%

Color #00759E in popluar number systems.

HEX00759E
Decimal0117158
Binary0111010110011110
Octal0165236

Shades and tints

Shades of #00759E

#00759E
(0,117,158)
#006B90
(0,107,144)
#006182
(0,97,130)
#005774
(0,87,116)
#004D66
(0,77,102)
#004358
(0,67,88)
#00394A
(0,57,74)
#002F3C
(0,47,60)
#00252E
(0,37,46)
#001B20
(0,27,32)
#001112
(0,17,18)
#000000
(0,0,0)

Tints of #00759E

#00759E
(0,117,158)
#1781A6
(23,129,166)
#2E8DAE
(46,141,174)
#4599B6
(69,153,182)
#5CA5BE
(92,165,190)
#73B1C6
(115,177,198)
#8ABDCE
(138,189,206)
#A1C9D6
(161,201,214)
#B8D5DE
(184,213,222)
#CFE1E6
(207,225,230)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00759E color. Also use rgb(0,117,158) instead hex code.

Text Font Color

.myTextColor { color: #00759E; }

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

This text font color is #00759E.


Background Color

.myBgColor { background-color: #00759E; }

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

This div background color is #00759E.


Border color

.myBorderColor { border: 1px solid #00759E; }

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

This div border color is #00759E.


Opacity

.myOpacity80 { color: #00759E; opacity: 0.8; }

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

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

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

This text has shadow with #00759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00759E on black background.


Color preview on white background

This text has color #00759E on white background.



Black color preview on #00759E background

This text has black color on #00759E background.


White color preview on #00759E background

This text has white color on #00759E background.