COLOR #0780AF

HEX: #0780AF
RGB: (7,128,175)

Color info

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

RGB color model

#0780AF color RGB value is (7,128,175).

  • red value is 7;
  • green value is 128;
  • blue value is 175.
RGB:
(7,128,175)
(3%,50%,69%)

RGB channels and saturation

R 7 of 255 = 3%
G 128 of 255 = 50%
B 175 of 255 = 69%

7
128
175

R + G + B ~ 41%. #0780AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 128 + 175 = 310 (100%)
R 7 of 310 ~ 2.26%
G 128 of 310 ~ 41.29%
B 175 of 310 ~ 56.45%

%41.29
%56.45

CMYK color model

#0780AF color CMYK value is (96,27,0,31).

  • cyan value is 96.00%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(96,27,0,31)
C96M27Y0K31 
(96%,27%,0%,31%)
(0.96/0.27/0.00/0.31)	

CMYK percentages

%96
%26.86
%0
%31.37

Codes

Color #0780AF in popluar color models

0780AF
RGB7128175
HSL197°92.31%35.69%
HSB/HSV197°96.00%68.63%
CMYK96.00%26.86%0.00%
31.37%

Color #0780AF in popluar number systems.

HEX0780AF
Decimal7128175
Binary1111000000010101111
Octal7200257

Shades and tints

Shades of #0780AF

#0780AF
(7,128,175)
#0775A0
(7,117,160)
#076A91
(7,106,145)
#075F82
(7,95,130)
#075473
(7,84,115)
#074964
(7,73,100)
#073E55
(7,62,85)
#073346
(7,51,70)
#072837
(7,40,55)
#071D28
(7,29,40)
#071219
(7,18,25)
#000000
(0,0,0)

Tints of #0780AF

#0780AF
(7,128,175)
#1D8BB6
(29,139,182)
#3396BD
(51,150,189)
#49A1C4
(73,161,196)
#5FACCB
(95,172,203)
#75B7D2
(117,183,210)
#8BC2D9
(139,194,217)
#A1CDE0
(161,205,224)
#B7D8E7
(183,216,231)
#CDE3EE
(205,227,238)
#E3EEF5
(227,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0780AF color. Also use rgb(7,128,175) instead hex code.

Text Font Color

.myTextColor { color: #0780AF; }

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

This text font color is #0780AF.


Background Color

.myBgColor { background-color: #0780AF; }

<div style="background-color:#0780AF">Inner text</div>

This div background color is #0780AF.


Border color

.myBorderColor { border: 1px solid #0780AF; }

<div style="border:3px solid #0780AF">Div</div>

This div border color is #0780AF.


Opacity

.myOpacity80 { color: #0780AF; opacity: 0.8; }

<p style="color:#0780AF;opacity:0.8;">80%</p>

Text with #0780AF 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 #0780AF;}

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

This text has shadow with #0780AF color.

.textShadow {text-shadow: 3px 3px 1px #0780AF, 3px 3px 1px red;}

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

This text has shadow with #0780AF primary color and red secondary color.


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

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

This text has shadow with #0780AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0780AF on black background.


Color preview on white background

This text has color #0780AF on white background.



Black color preview on #0780AF background

This text has black color on #0780AF background.


White color preview on #0780AF background

This text has white color on #0780AF background.