COLOR #0078AE

HEX: #0078AE
RGB: (0,120,174)

Color info

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

RGB color model

#0078AE color RGB value is (0,120,174).

  • red value is 0;
  • green value is 120;
  • blue value is 174.
RGB:
(0,120,174)
(0%,47%,68%)

RGB channels and saturation

R 0 of 255 = 0%
G 120 of 255 = 47%
B 174 of 255 = 68%

0
120
174

R + G + B ~ 38%. #0078AE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 120 + 174 = 294 (100%)
R 0 of 294 ~ 0%
G 120 of 294 ~ 40.82%
B 174 of 294 ~ 59.18%

%40.82
%59.18

CMYK color model

#0078AE color CMYK value is (100,31,0,32).

  • cyan value is 100.00%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(100,31,0,32)
C100M31Y0K32 
(100%,31%,0%,32%)
(1.00/0.31/0.00/0.32)	

CMYK percentages

%100
%31.03
%0
%31.76

Codes

Color #0078AE in popluar color models

0078AE
RGB0120174
HSL199°100.00%34.12%
HSB/HSV199°100.00%68.24%
CMYK100.00%31.03%0.00%
31.76%

Color #0078AE in popluar number systems.

HEX0078AE
Decimal0120174
Binary0111100010101110
Octal0170256

Shades and tints

Shades of #0078AE

#0078AE
(0,120,174)
#006E9F
(0,110,159)
#006490
(0,100,144)
#005A81
(0,90,129)
#005072
(0,80,114)
#004663
(0,70,99)
#003C54
(0,60,84)
#003245
(0,50,69)
#002836
(0,40,54)
#001E27
(0,30,39)
#001418
(0,20,24)
#000000
(0,0,0)

Tints of #0078AE

#0078AE
(0,120,174)
#1784B5
(23,132,181)
#2E90BC
(46,144,188)
#459CC3
(69,156,195)
#5CA8CA
(92,168,202)
#73B4D1
(115,180,209)
#8AC0D8
(138,192,216)
#A1CCDF
(161,204,223)
#B8D8E6
(184,216,230)
#CFE4ED
(207,228,237)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0078AE color. Also use rgb(0,120,174) instead hex code.

Text Font Color

.myTextColor { color: #0078AE; }

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

This text font color is #0078AE.


Background Color

.myBgColor { background-color: #0078AE; }

<div style="background-color:#0078AE">Inner text</div>

This div background color is #0078AE.


Border color

.myBorderColor { border: 1px solid #0078AE; }

<div style="border:3px solid #0078AE">Div</div>

This div border color is #0078AE.


Opacity

.myOpacity80 { color: #0078AE; opacity: 0.8; }

<p style="color:#0078AE;opacity:0.8;">80%</p>

Text with #0078AE 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 #0078AE;}

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

This text has shadow with #0078AE color.

.textShadow {text-shadow: 3px 3px 1px #0078AE, 3px 3px 1px red;}

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

This text has shadow with #0078AE primary color and red secondary color.


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

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

This text has shadow with #0078AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0078AE on black background.


Color preview on white background

This text has color #0078AE on white background.



Black color preview on #0078AE background

This text has black color on #0078AE background.


White color preview on #0078AE background

This text has white color on #0078AE background.