COLOR #0074D1

HEX: #0074D1
RGB: (0,116,209)

Color info

#0074D1 contains mainly blue color. Web safe color of #0074D1 is #0066CC (or #06C).

RGB color model

#0074D1 color RGB value is (0,116,209).

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

RGB channels and saturation

R 0 of 255 = 0%
G 116 of 255 = 45%
B 209 of 255 = 82%

0
116
209

R + G + B ~ 42%. #0074D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 116 + 209 = 325 (100%)
R 0 of 325 ~ 0%
G 116 of 325 ~ 35.69%
B 209 of 325 ~ 64.31%

%35.69
%64.31

CMYK color model

#0074D1 color CMYK value is (100,44,0,18).

  • cyan value is 100.00%
  • magenta value is 44.50%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(100,44,0,18)
C100M44Y0K18 
(100%,44%,0%,18%)
(1.00/0.44/0.00/0.18)	

CMYK percentages

%100
%44.5
%0
%18.04

Codes

Color #0074D1 in popluar color models

0074D1
RGB0116209
HSL207°100.00%40.98%
HSB/HSV207°100.00%81.96%
CMYK100.00%44.50%0.00%
18.04%

Color #0074D1 in popluar number systems.

HEX0074D1
Decimal0116209
Binary0111010011010001
Octal0164321

Shades and tints

Shades of #0074D1

#0074D1
(0,116,209)
#006ABE
(0,106,190)
#0060AB
(0,96,171)
#005698
(0,86,152)
#004C85
(0,76,133)
#004272
(0,66,114)
#00385F
(0,56,95)
#002E4C
(0,46,76)
#002439
(0,36,57)
#001A26
(0,26,38)
#001013
(0,16,19)
#000000
(0,0,0)

Tints of #0074D1

#0074D1
(0,116,209)
#1780D5
(23,128,213)
#2E8CD9
(46,140,217)
#4598DD
(69,152,221)
#5CA4E1
(92,164,225)
#73B0E5
(115,176,229)
#8ABCE9
(138,188,233)
#A1C8ED
(161,200,237)
#B8D4F1
(184,212,241)
#CFE0F5
(207,224,245)
#E6ECF9
(230,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0074D1; }

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

This text font color is #0074D1.


Background Color

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

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

This div background color is #0074D1.


Border color

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

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

This div border color is #0074D1.


Opacity

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

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

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

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

This text has shadow with #0074D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0074D1 on black background.


Color preview on white background

This text has color #0074D1 on white background.



Black color preview on #0074D1 background

This text has black color on #0074D1 background.


White color preview on #0074D1 background

This text has white color on #0074D1 background.