COLOR #00749B

HEX: #00749B RGB: (0,116,155)

Color info

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

RGB color model

#00749B color RGB value is (0,116,155).

RGB: (0,116,155) (0%, 45%, 61%)

RGB channels and saturation

R 0 of 255 = 0%
G 116 of 255 = 45%
B 155 of 255 = 61%

0
116
155

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

Portions of RGB colors in percentages

R + G + B = 0 + 116 + 155 = 271 (100%)
R 0 of 271 ~ 0%
G 116 of 271 ~ 42.8%
B 155 of 271 ~ 57.2'%

%42.8
%57.2

CMYK color model

#00749B color CMYK value is (100,25,0,39).

  • cyan value is 100.00%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (100,25,0,39)
C100M25Y0K39 (100%, 25%, 0%, 39%)
(1.00 / 0.25 / 0.00 / 0.39)

CMYK percentages

%100
%25.16
%0
%39.22

Codes

Color #00749B in popluar color models

00 74 9B
RGB 0 116 155
HSL 195° 100.00% 30.39%
HSB/HSV 195° 100.00% 60.78%
CMYK 100.00% 25.16% 0.00%
39.22%

Color #00749B in popluar number systems.

HEX 00 74 9B
Decimal 0 116 155
Binary 0 1110100 10011011
Octal 0 164 233

Shades and tints

Shades of #00749B

#00749B
(0,116,155)
#006A8D
(0,106,141)
#00607F
(0,96,127)
#005671
(0,86,113)
#004C63
(0,76,99)
#004255
(0,66,85)
#003847
(0,56,71)
#002E39
(0,46,57)
#00242B
(0,36,43)
#001A1D
(0,26,29)
#00100F
(0,16,15)
#000000
(0,0,0)

Tints of #00749B

#00749B
(0,116,155)
#1780A4
(23,128,164)
#2E8CAD
(46,140,173)
#4598B6
(69,152,182)
#5CA4BF
(92,164,191)
#73B0C8
(115,176,200)
#8ABCD1
(138,188,209)
#A1C8DA
(161,200,218)
#B8D4E3
(184,212,227)
#CFE0EC
(207,224,236)
#E6ECF5
(230,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00749B color. Also use rgb(0,116,155) instead hex code.

Text Font Color

.myTextColor { color: #00749B; }

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

This text font color is #00749B.

Background Color

.myBgColor { background-color: #00749B; }

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

This div background color is #00749B.

Border color

.myBorderColor { border: 1px solid #00749B; }

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

This div border color is #00749B.

Opacity

.myOpacity80 { color: #00749B; opacity: 0.8; }

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

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

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

This text has shadow with #00749B color.


.textShadow {text-shadow: 3px 3px 1px #00749B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00749B; -webkit-box-shadow: 1px 1px 3px 2px #00749B; box-shadow:1px 1px 3px 2px #00749B;">
Div content here
</div>

This div box has shadow with color #00749B.

Preview

Color preview on black background

This text has color #00749B on black background.


Color preview on white background

This text has color #00749B on white background.


Black color preview on #00749B background

This text has black color on #00749B background.


White color preview on #00749B background

This text has white color on #00749B background.


Related colors

Complementary color

Complementary color for #hex is #FF8B64.


I love getcolorcode.com

Triadic colors

1 #9B0074 and #749B00 with #00749B are triadic colors.

2 #9B7400 and #74009B with #00749B are triadic colors.