COLOR #00729A

HEX: #00729A
RGB: (0,114,154)

Color info

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

RGB color model

#00729A color RGB value is (0,114,154).

  • red value is 0;
  • green value is 114;
  • blue value is 154.
RGB: (0,114,154) (0%,45%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 154 of 255 = 60%

0
114
154

R + G + B ~ 35%. #00729A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 154 = 268 (100%)
R 0 of 268 ~ 0%
G 114 of 268 ~ 42.54%
B 154 of 268 ~ 57.46%

%42.54
%57.46

CMYK color model

#00729A color CMYK value is (100,26,0,40).

  • cyan value is 100.00%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (100,26,0,40) C100M26Y0K40 (100%,26%,0%,40%) (1.00/0.26/0.00/0.40)

CMYK percentages

%100
%25.97
%0
%39.61

Codes

Color #00729A in popluar color models

00729A
RGB0114154
HSL196°100.00%30.20%
HSB/HSV196°100.00%60.39%
CMYK100.00%25.97%0.00%
39.61%

Color #00729A in popluar number systems.

HEX00729A
Decimal0114154
Binary0111001010011010
Octal0162232

Shades and tints

Shades of #00729A

#00729A
(0,114,154)
#00688C
(0,104,140)
#005E7E
(0,94,126)
#005470
(0,84,112)
#004A62
(0,74,98)
#004054
(0,64,84)
#003646
(0,54,70)
#002C38
(0,44,56)
#00222A
(0,34,42)
#00181C
(0,24,28)
#000E0E
(0,14,14)
#000000
(0,0,0)

Tints of #00729A

#00729A
(0,114,154)
#177EA3
(23,126,163)
#2E8AAC
(46,138,172)
#4596B5
(69,150,181)
#5CA2BE
(92,162,190)
#73AEC7
(115,174,199)
#8ABAD0
(138,186,208)
#A1C6D9
(161,198,217)
#B8D2E2
(184,210,226)
#CFDEEB
(207,222,235)
#E6EAF4
(230,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00729A color. Also use rgb(0,114,154) instead hex code.

Text Font Color

.myTextColor { color: #00729A; }

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

This text font color is #00729A.


Background Color

.myBgColor { background-color: #00729A; }

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

This div background color is #00729A.


Border color

.myBorderColor { border: 1px solid #00729A; }

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

This div border color is #00729A.


Opacity

.myOpacity80 { color: #00729A; opacity: 0.8; }

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

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

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

This text has shadow with #00729A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #00729A on black background.


Color preview on white background

This text has color #00729A on white background.



Black color preview on #00729A background

This text has black color on #00729A background.


White color preview on #00729A background

This text has white color on #00729A background.