COLOR #0278AE

HEX: #0278AE
RGB: (2,120,174)

Color info

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

RGB color model

#0278AE color RGB value is (2,120,174).

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

RGB channels and saturation

R 2 of 255 = 1%
G 120 of 255 = 47%
B 174 of 255 = 68%

2
120
174

R + G + B ~ 39%. #0278AE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 120 + 174 = 296 (100%)
R 2 of 296 ~ 0.68%
G 120 of 296 ~ 40.54%
B 174 of 296 ~ 58.78%

%40.54
%58.78

CMYK color model

#0278AE color CMYK value is (99,31,0,32).

  • cyan value is 98.85%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(99,31,0,32)
C99M31Y0K32 
(99%,31%,0%,32%)
(0.99/0.31/0.00/0.32)	

CMYK percentages

%98.85
%31.03
%0
%31.76

Codes

Color #0278AE in popluar color models

0278AE
RGB2120174
HSL199°97.73%34.51%
HSB/HSV199°98.85%68.24%
CMYK98.85%31.03%0.00%
31.76%

Color #0278AE in popluar number systems.

HEX0278AE
Decimal2120174
Binary10111100010101110
Octal2170256

Shades and tints

Shades of #0278AE

#0278AE
(2,120,174)
#026E9F
(2,110,159)
#026490
(2,100,144)
#025A81
(2,90,129)
#025072
(2,80,114)
#024663
(2,70,99)
#023C54
(2,60,84)
#023245
(2,50,69)
#022836
(2,40,54)
#021E27
(2,30,39)
#021418
(2,20,24)
#000000
(0,0,0)

Tints of #0278AE

#0278AE
(2,120,174)
#1984B5
(25,132,181)
#3090BC
(48,144,188)
#479CC3
(71,156,195)
#5EA8CA
(94,168,202)
#75B4D1
(117,180,209)
#8CC0D8
(140,192,216)
#A3CCDF
(163,204,223)
#BAD8E6
(186,216,230)
#D1E4ED
(209,228,237)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0278AE; }

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

This text font color is #0278AE.


Background Color

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

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

This div background color is #0278AE.


Border color

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

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

This div border color is #0278AE.


Opacity

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

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

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

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

This text has shadow with #0278AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0278AE on black background.


Color preview on white background

This text has color #0278AE on white background.



Black color preview on #0278AE background

This text has black color on #0278AE background.


White color preview on #0278AE background

This text has white color on #0278AE background.