COLOR #0074B2

HEX: #0074B2
RGB: (0,116,178)

Color info

#0074B2 contains mainly blue color. Web safe color of #0074B2 is #006699 (or #069).

RGB color model

#0074B2 color RGB value is (0,116,178).

  • red value is 0;
  • green value is 116;
  • blue value is 178.
RGB:
(0,116,178)
(0%,45%,70%)

RGB channels and saturation

R 0 of 255 = 0%
G 116 of 255 = 45%
B 178 of 255 = 70%

0
116
178

R + G + B ~ 38%. #0074B2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 116 + 178 = 294 (100%)
R 0 of 294 ~ 0%
G 116 of 294 ~ 39.46%
B 178 of 294 ~ 60.54%

%39.46
%60.54

CMYK color model

#0074B2 color CMYK value is (100,35,0,30).

  • cyan value is 100.00%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(100,35,0,30)
C100M35Y0K30 
(100%,35%,0%,30%)
(1.00/0.35/0.00/0.30)	

CMYK percentages

%100
%34.83
%0
%30.2

Codes

Color #0074B2 in popluar color models

0074B2
RGB0116178
HSL201°100.00%34.90%
HSB/HSV201°100.00%69.80%
CMYK100.00%34.83%0.00%
30.20%

Color #0074B2 in popluar number systems.

HEX0074B2
Decimal0116178
Binary0111010010110010
Octal0164262

Shades and tints

Shades of #0074B2

#0074B2
(0,116,178)
#006AA2
(0,106,162)
#006092
(0,96,146)
#005682
(0,86,130)
#004C72
(0,76,114)
#004262
(0,66,98)
#003852
(0,56,82)
#002E42
(0,46,66)
#002432
(0,36,50)
#001A22
(0,26,34)
#001012
(0,16,18)
#000000
(0,0,0)

Tints of #0074B2

#0074B2
(0,116,178)
#1780B9
(23,128,185)
#2E8CC0
(46,140,192)
#4598C7
(69,152,199)
#5CA4CE
(92,164,206)
#73B0D5
(115,176,213)
#8ABCDC
(138,188,220)
#A1C8E3
(161,200,227)
#B8D4EA
(184,212,234)
#CFE0F1
(207,224,241)
#E6ECF8
(230,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0074B2 color. Also use rgb(0,116,178) instead hex code.

Text Font Color

.myTextColor { color: #0074B2; }

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

This text font color is #0074B2.


Background Color

.myBgColor { background-color: #0074B2; }

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

This div background color is #0074B2.


Border color

.myBorderColor { border: 1px solid #0074B2; }

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

This div border color is #0074B2.


Opacity

.myOpacity80 { color: #0074B2; opacity: 0.8; }

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

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

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

This text has shadow with #0074B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0074B2 on black background.


Color preview on white background

This text has color #0074B2 on white background.



Black color preview on #0074B2 background

This text has black color on #0074B2 background.


White color preview on #0074B2 background

This text has white color on #0074B2 background.